OpenCV
3.4.2
Open Source Computer Vision
|
#include "types_c.h"
Public Attributes | |
CvArr * | bins |
CvMatND | mat |
float | thresh [32][2] |
float ** | thresh2 |
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 |