Table of Contents

Method SetSaturatedThreshold

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

SetSaturatedThreshold(double, double)

Sets the saturation threshold. The colors in the closed interval [lower, upper] are reserved to participate in the calculation of the loss function and initialization parameters.

public void SetSaturatedThreshold(double lower, double upper)

Parameters

lower double

the lower threshold to determine saturation. Default: 0.

upper double

the upper threshold to determine saturation. Default: 0.