OpenCV  3.2.0-dev
Open Source Computer Vision
CvHistogram Struct Reference

#include "types_c.h"

Collaboration diagram for CvHistogram:

Public Attributes

CvArrbins
 
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
 

Member Data Documentation

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

The documentation for this struct was generated from the following file: