Create a range of the specific min/max value

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
public RangeF(
	float min,
	float max
)
Public Sub New ( _
	min As Single, _
	max As Single _
)
public:
RangeF(
	float min, 
	float max
)

Parameters

min
Single
The min value of this range
max
Single
The max value of this range

See Also