#include "types_c.h"

Public Attributes | |
| CvArr * | bins |
| CvMatND | mat |
| Embedded matrix header for array histograms. More... | |
| float | thresh [32][2] |
| For uniform histograms. More... | |
| float ** | thresh2 |
| For non-uniform histograms. More... | |
| int | type |
| CvArr* CvHistogram::bins |
| CvMatND CvHistogram::mat |
Embedded matrix header for array histograms.
| float CvHistogram::thresh[32][2] |
For uniform histograms.
| float** CvHistogram::thresh2 |
For non-uniform histograms.
| int CvHistogram::type |