 | SingleWavelengthReconstructionPerformAutoFocus Method |
Compute the focus position.
Namespace: LynceeTec.Processing.HolographyAssembly: 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 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
Booleantrue if a focus position is found in the given area.
Implements
IReconstructionPerformAutoFocus(Single, AutoFocusMethod)
See Also