 | IMaskUseDefaultPhaseGradientThreshold Property |
Gets or sets the activation state for the default value of the threshold on the phase gradient.
Namespace:
LynceeTec.Interfaces
Assembly:
LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 9.0.26418.0 , built 2021-10-22 08:45:14 UTC
Syntaxbool UseDefaultPhaseGradientThreshold { get; set; }
property bool UseDefaultPhaseGradientThreshold {
bool get ();
void set (bool value);
}
Property Value
Type:
Booleantrue sets the default value,
false keeps the current one.
The phase gradient method must be activated with
SetMaskMethodState(MaskMethod, Boolean) before setting this parameter.
See Also