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