Calculate the mutual information between the images. More...
#include "brip_mutual_info.h"
#include "brip_histogram.h"
#include <vcl_vector.h>
#include <vcl_cassert.h>
Go to the source code of this file.
Defines | |
#define | brip_mutual_info_txx_ |
#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. |
Calculate the mutual information between the images.
Definition in file brip_mutual_info.txx.
#define BRIP_MUTUAL_INFO_INSTANTIATE | ( | T | ) |
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.
#define brip_mutual_info_txx_ |
Definition at line 3 of file brip_mutual_info.txx.
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.
Definition at line 18 of file brip_mutual_info.txx.