| 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: 1.0.0
Syntax public 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
Property Value
Type:
SingleSee Also