Makes a histogram out of array
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static CvHistogram MakeHistHeaderForArray( int dims, int[] sizes, CvHistogram hist, float[] data, float[][] ranges, bool uniform )
Parameters
- dims
- Type: SystemInt32
Number of histogram dimensions. - sizes
- Type: SystemInt32
Array of histogram dimension sizes. - hist
- Type: OpenCvSharpCvHistogram
The histogram header initialized by the function. - data
- Type: SystemSingle
Array that will be used to store histogram bins. - ranges
- Type: SystemSingle
Histogram bin ranges, see CreateHist. - uniform
- Type: SystemBoolean
Uniformity flag, see CreateHist.
Return Value
Type: CvHistogram[Missing <returns> documentation for "M:OpenCvSharp.Cv.MakeHistHeaderForArray(System.Int32,System.Int32[],OpenCvSharp.CvHistogram,System.Single[],System.Single[][],System.Boolean)"]
See Also