Overload List
Name | Description | |
---|---|---|
![]() | CvHistogram |
Creates an empty histogram
|
![]() | CvHistogram(IntPtr) |
Creates a histogram from pointer
|
![]() | CvHistogram(Int32, HistogramFormat) |
Creates a histogram of the specified size and returns the pointer to the created histogram.
|
![]() | CvHistogram(Int32, HistogramFormat, Single) |
Creates a histogram of the specified size and returns the pointer to the created histogram.
|
![]() | CvHistogram(Int32, HistogramFormat, Single, Boolean) |
Creates a histogram of the specified size and returns the pointer to the created histogram.
|
See Also