The Maximum 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 Max { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Max As Single |
| Visual C++ |
|---|
public:
property float Max {
float get ();
void set (float value);
} |
See Also