Definition in file brip_mutual_info.txx.
#include <brip/brip_mutual_info.h>
#include <brip/brip_histogram.h>
#include <vcl_vector.h>
#include <vcl_cassert.h>
Go to the source code of this file.
Defines | |
| #define | BRIP_MUTUAL_INFO_INSTANTIATE(T) |
Functions | |
| template<class T> | |
| double | brip_mutual_info (const vil_image_view< T > &image1, const vil_image_view< T > &image2, double min, double max, unsigned n_bins) |
| Calculate the Mutual Information between the images. | |
|
|
Value: template \ double brip_mutual_info(const vil_image_view<T >& image1, \ const vil_image_view<T >& image2, \ double min, double max, unsigned n_bins) Definition at line 44 of file brip_mutual_info.txx. |
|
||||||||||||||||||||||||||||
|
Calculate the Mutual Information between the images.
Definition at line 18 of file brip_mutual_info.txx. |
1.4.4