CvHistogram Properties OpenCvSharp Class Library

The CvHistogram type exposes the following members.

Properties

  NameDescription
Protected propertyAllocatedMemory
Gets or sets a memory address allocated by AllocMemory.
(Inherited from DisposableObject.)
Protected propertyAllocatedMemorySize
Gets or sets the byte length of the allocated memory
(Inherited from DisposableObject.)
Public propertyBins
Histogram bins. if Type == Array then returns CvMatND, else if Type == Sparse then CvSparseMat
Public propertyBinsPtr
Histogram bins. if Type == Array then returns CvMatND, else if Type == Sparse then CvSparseMat
Public propertyCvPtr
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.)
Public propertyDim
Number of histogram dimensions.
Public propertyIsDisposed
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.)
Public propertyIsEnabledDispose
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.)
Public propertyThresh1
For uniform histograms (thresh).
Public propertyThresh2
For non-uniform histograms.
Public propertyType
Histogram representation format
Top
See Also

Reference