SimpleWBInputMax Property
|
Input image range maximum value.
Namespace:
OpenCvSharp.XPhoto
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic float InputMax { get; set; }
Public Property InputMax As Single
Get
Set
public:
property float InputMax {
float get ();
void set (float value);
}
member InputMax : float32 with get, set
function get_InputMax();
function set_InputMax(value);
Property Value
Type:
Single
See Also