LearningBasedWBSaturationThreshold Property
|
Threshold that is used to determine saturated pixels, i.e. pixels where at least one of the channels exceeds
Namespace:
OpenCvSharp.XPhoto
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic float SaturationThreshold { get; set; }
Public Property SaturationThreshold As Single
Get
Set
public:
property float SaturationThreshold {
float get ();
void set (float value);
}
member SaturationThreshold : float32 with get, set
function get_SaturationThreshold();
function set_SaturationThreshold(value);
Property Value
Type:
Single
See Also