 | SingleWavelengthReconstructionAutoComputePhaseMaskUsingSegments Method |
Performs an automatic adjustment of phase parameters, including crossed-terms, using an iterative method.
Namespace: LynceeTec.Processing.HolographyAssembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic virtual void AutoComputePhaseMaskUsingSegments(
windowsList visMask,
phaseFitMethod meth,
int degree,
bool splitTilt
)
public:
virtual void AutoComputePhaseMaskUsingSegments(
windowsList visMask,
phaseFitMethod meth,
int degree,
bool splitTilt
)
Parameters
- visMask windowsList
- The type of images to update
- meth phaseFitMethod
- The current phase fit method.
- degree Int32
- The degree of the phase fit method.
- splitTilt Boolean
- If true, computes adjustment separately for each wavelength.
Implements
IReconstructionAutoComputePhaseMaskUsingSegments(windowsList, phaseFitMethod, Int32, Boolean)
Exceptions
See Also