Get the ranges of this histogram

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public RangeF[] Ranges { get; }
Visual Basic (Declaration)
Public ReadOnly Property Ranges As RangeF()
Visual C++
public:
property array<RangeF>^ Ranges {
	array<RangeF>^ get ();
}

See Also