SimpleWBInputMin Property
|
Input image range minimum value.
Namespace:
OpenCvSharp.XPhoto
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
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
function get_InputMin();
function set_InputMin(value);
Property Value
Type:
Single
See Also