 | PostProcessingConfigurationUseUnwrappedPhaseZeroThreshold Property |
Enables or disables zero threshold on unwrapped phase.
Namespace:
LynceeTec.InterfaceProcessingV2.Configurations
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic bool UseUnwrappedPhaseZeroThreshold { get; set; }
public:
property bool UseUnwrappedPhaseZeroThreshold {
bool get ();
void set (bool value);
}
Property Value
Type:
Booleantrue enables the method,
false disables it.
RemarksCan only be used with [!:Imaging::UsePhaseUnwrapping] enabled.
This option sets all negative phase value to zero and keep them as measured points.
See Also