| LearningBasedWBRangeMaxVal Property |
Maximum possible value of the input image (e.g. 255 for 8 bit images, 4095 for 12 bit images)
Namespace:
OpenCvSharp.XPhoto
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public int RangeMaxVal { get; set; }
Public Property RangeMaxVal As Integer
Get
Set
public:
property int RangeMaxVal {
int get ();
void set (int value);
}
member RangeMaxVal : int with get, set
Property Value
Type:
Int32See Also