Sets bounds of histogram bins
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void SetHistBinRanges( CvHistogram hist, float[][] ranges, bool uniform )
Parameters
- hist
- Type: OpenCvSharpCvHistogram
Histogram. - ranges
- Type: SystemSingle
Array of bin ranges arrays. - uniform
- Type: SystemBoolean
Uniformity flag.
See Also