 | SingleWavelengthReconstructionPerformAutoFocus Method |
Compute the focus position.
Namespace:
LynceeTec.Processing.Holography
Assembly:
LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic virtual bool PerformAutoFocus(
float deltaM,
AutoFocusMethod method
)
public:
virtual bool PerformAutoFocus(
float deltaM,
AutoFocusMethod method
)
Parameters
- deltaM
- Type: SystemSingle
The defined search area arround the current position. - method
- Type: LynceeTec.InterfacesAutoFocusMethod
The defined search method. Use MinimizeContrast to minimize the amplitude standard deviation and MaximizeContrast to miximize it.
Return Value
Type:
Booleantrue if a focus position is found in the given area.
Implements
IReconstructionPerformAutoFocus(Single, AutoFocusMethod)
See Also