A simple joint_histogram class. More...
#include <vbl/vbl_array_2d.h>#include <vcl_vector.h>#include <vcl_iostream.h>#include <bsta/bsta_joint_histogram_base.h>#include <bsta/bsta_joint_histogram_sptr.h>Go to the source code of this file.
Classes | |
| class | bsta_joint_histogram< T > |
Defines | |
| #define | BSTA_JOINT_HISTOGRAM_INSTANTIATE(T) extern "Please #include <bsta/bsta_joint_histogram.txx>" |
A simple joint_histogram class.
A templated joint_histogram class. Supports entropy calculations
Modifications
06/01/2010 Brandon A. Mayer. Added clear() function so that a single joint histogram
instance may revert to the default constructor and be reused.
06/01/2010 Brandon A. Mayer. Added mutual_information() function
Definition in file bsta_joint_histogram.h.
| #define BSTA_JOINT_HISTOGRAM_INSTANTIATE | ( | T | ) | extern "Please #include <bsta/bsta_joint_histogram.txx>" |
Definition at line 134 of file bsta_joint_histogram.h.
1.7.5.1