CvCreateHist Method (Int32, HistogramFormat) OpenCvSharp Class Library
Creates a histogram of the specified size and returns the pointer to the created histogram.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static CvHistogram CreateHist(
	int[] sizes,
	HistogramFormat type
)

Parameters

sizes
Type: SystemInt32
Number of histogram dimensions.
type
Type: OpenCvSharpHistogramFormat
Histogram representation format.

Return Value

Type: CvHistogram

[Missing <returns> documentation for "M:OpenCvSharp.Cv.CreateHist(System.Int32[],OpenCvSharp.HistogramFormat)"]

See Also

Reference