CvHistogram Constructor OpenCvSharp Class Library
Overload List

  NameDescription
Public methodCvHistogram
Creates an empty histogram
Public methodCvHistogram(IntPtr)
Creates a histogram from pointer
Public methodCvHistogram(Int32, HistogramFormat)
Creates a histogram of the specified size and returns the pointer to the created histogram.
Public methodCvHistogram(Int32, HistogramFormat, Single)
Creates a histogram of the specified size and returns the pointer to the created histogram.
Public methodCvHistogram(Int32, HistogramFormat, Single, Boolean)
Creates a histogram of the specified size and returns the pointer to the created histogram.
Top
See Also

Reference