Click or drag to resize

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
Syntax
public bool UsePhaseAutoFocus { get; set; }

Property Value

Type: Boolean
true uses the accurate auto-focus method, false uses a searching algorithm.

Property Value

Type: Boolean
true 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 Also

Reference

ProcessingConfigurationUsePhaseAutoFocus