Sets bounds of histogram bins
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
public static void SetHistBinRanges(
CvHistogram hist,
float[][] ranges
)
Public Shared Sub SetHistBinRanges (
hist As CvHistogram,
ranges As Single()()
)
public:
static void SetHistBinRanges(
CvHistogram^ hist,
array<array<float>^>^ ranges
)
static member SetHistBinRanges :
hist : CvHistogram *
ranges : float32[][] -> unit
Parameters
- hist
- Type: OpenCvSharpCvHistogram
Histogram. - ranges
- Type: SystemSingle
Array of bin ranges arrays.
Reference