 | SingleWavelengthReconstructionAutoComputePhaseMaskUsingZones Method |
Perform a 2D phase fit on a rectangular zone.
Namespace: LynceeTec.Processing.HolographyAssembly: LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic virtual void AutoComputePhaseMaskUsingZones(
windowsList visMask,
phaseFitPolyBase base,
int order,
bool splitTilt
)
public:
virtual void AutoComputePhaseMaskUsingZones(
windowsList visMask,
phaseFitPolyBase base,
int order,
bool splitTilt
)
Parameters
- visMask windowsList
- The type of images to update
- base phaseFitPolyBase
- The polynomial basis for the fit.
- order Int32
- The order of the polynomial.
- splitTilt Boolean
- If true, computes adjustment separately for each wavelength.
Implements
IReconstructionAutoComputePhaseMaskUsingZones(windowsList, phaseFitPolyBase, Int32, Boolean)
See Also