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

The minimum value of this range

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

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