#include <types_c.h>
Public Attributes | |
| int | type |
| CvArr * | bins |
| float | thresh [CV_MAX_DIM][2] |
| float ** | thresh2 |
| CvMatND | mat |
| CvArr* CvHistogram::bins |
| CvMatND CvHistogram::mat |
Embedded matrix header for array histograms.
| float CvHistogram::thresh[CV_MAX_DIM][2] |
For uniform histograms.
| float** CvHistogram::thresh2 |
For non-uniform histograms.
| int CvHistogram::type |