LearningBasedWBRangeMaxVal Property |
http://www.emgu.com
Maximum possible value of the input image (e.g. 255 for 8 bit images, 4095 for 12 bit images)
Namespace:
Emgu.CV.XPhoto
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic 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:
Int32
See Also