SimpleWBInputMin Property |
http://www.emgu.com
Input image range minimum value
Namespace:
Emgu.CV.XPhoto
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic float InputMin { get; set; }
Public Property InputMin As Single
Get
Set
public:
property float InputMin {
float get ();
void set (float value);
}
member InputMin : float32 with get, set
Property Value
Type:
Single
See Also