struct CvHistogram
Overview
#include <types_c.h> struct CvHistogram { // fields CvArr* bins; CvMatND mat; float thresh[32][2]; float** thresh2; int type; };
Detailed Documentation
Fields
CvMatND mat
Embedded matrix header for array histograms.
float thresh[32][2]
For uniform histograms.
float** thresh2
For non-uniform histograms.