Overload List

NameDescription
cvCreateHist(Int32, array<Int32>[]()[][], HIST_TYPE, array<IntPtr>[]()[][], Boolean)
Creates a histogram of the specified size and returns the pointer to the created histogram. If the array ranges is 0, the histogram bin ranges must be specified later via The function cvSetHistBinRanges, though cvCalcHist and cvCalcBackProject may process 8-bit images without setting bin ranges, they assume equally spaced in 0..255 bins
cvCreateHist(Int32, array<Int32>[]()[][], HIST_TYPE, array<IntPtr>[]()[][], Int32)
Creates a histogram of the specified size and returns the pointer to the created histogram. If the array ranges is 0, the histogram bin ranges must be specified later via The function cvSetHistBinRanges, though cvCalcHist and cvCalcBackProject may process 8-bit images without setting bin ranges, they assume equally spaced in 0..255 bins

See Also