CvMakeHistHeaderForArray Method (Int32, Int32, CvHistogram, Single, Single) OpenCvSharp Class Library
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
)

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.

Return Value

Type: CvHistogram

[Missing <returns> documentation for "M:OpenCvSharp.Cv.MakeHistHeaderForArray(System.Int32,System.Int32[],OpenCvSharp.CvHistogram,System.Single[],System.Single[][])"]

See Also

Reference