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 )
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.
Return Value
Type: CvHistogram[Missing <returns> documentation for "M:OpenCvSharp.Cv.MakeHistHeaderForArray(System.Int32,System.Int32[],OpenCvSharp.CvHistogram,System.Single[])"]
See Also