 | ProcessingConfigurationUsePhaseAutoFocus Property |
Enables or disables the accurate auto-focus method.
Uses the phase when performing the auto-focus.
Namespace:
LynceeTec.InterfaceProcessingV2.Configurations
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic bool UsePhaseAutoFocus { get; set; }
public:
property bool UsePhaseAutoFocus {
bool get ();
void set (bool value);
}
Property Value
Type:
Booleantrue uses the accurate auto-focus method,
false uses a searching algorithm.
Property Value
Type:
Booleantrue performs auto-foctus using the phase,
false performs using the intensity.
Remarks
When enabled, this option tests each distance value lying in the range defined by the defined delta distance around the current reconstruction distance.
The space between two tested values is defined by the tolerance.
See AlsoReference
ProcessingConfigurationUsePhaseAutoFocus