 | NonMeasuredPointsConfigurationUseThresholdPhaseGradient Property |
Enables or disables the computation of non-measured points based on a threshold on the phase gradient.
The threshold is defined such that every pixel having a gradient above the threshold is considered as a non-measured point.
Namespace:
LynceeTec.InterfaceProcessingV2.Configurations
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic bool UseThresholdPhaseGradient { get; set; }
public:
property bool UseThresholdPhaseGradient {
bool get ();
void set (bool value);
}
Property Value
Type:
Booleantrue enables the method,
false disables it.
See Also