The minimum value of this range
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public float Min { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Min As Single |
Visual C++ |
---|
public:
property float Min {
float get ();
void set (float value);
} |
See Also