OpenCV  4.0.0-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
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

◆ bins

CvArr* CvHistogram::bins

◆ mat

CvMatND CvHistogram::mat

Embedded matrix header for array histograms.

◆ thresh

float CvHistogram::thresh[32][2]

For uniform histograms.

◆ thresh2

float** CvHistogram::thresh2

For non-uniform histograms.

◆ type

int CvHistogram::type

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