Click or drag to resize

SingleWavelengthReconstructionPerformAutoFocus Method

Compute the focus position.

Namespace: LynceeTec.Processing.Holography
Assembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntax
public virtual bool PerformAutoFocus(
	float deltaM,
	AutoFocusMethod method
)

Parameters

deltaM  Single
The defined search area arround the current position.
method  AutoFocusMethod
The defined search method. Use MinimizeContrast to minimize the amplitude standard deviation and MaximizeContrast to miximize it.

Return Value

Boolean
true if a focus position is found in the given area.

Implements

IReconstructionPerformAutoFocus(Single, AutoFocusMethod)
See Also