[This is preliminary documentation and is subject to change.]

Get the ranges of this histogram

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

Syntax

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

See Also