The minimum value of this range

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 float Min { get; set; }
Public Property Min As Single
public:
property float Min {
	float get ();
	void set (float value);
}

See Also