 | ProcessingConfigurationAutoFocusTolerance_m Property |
Gets or sets the tolerance of the auto-focus method.
Namespace:
LynceeTec.InterfaceProcessingV2.Configurations
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic double AutoFocusTolerance_m { get; set; }
public:
property double AutoFocusTolerance_m {
double get ();
void set (double value);
}
Property Value
Type:
Double
Remarks
If [!:UseAccurateAutoFocus] is true, defines the space between two distances to test,
else defines the convergence criterion of the search algorithm.
See Also