 | SingleWavelengthReconstructionUndoPhCorrSegment Method |
Removes the last phase correction segment added for a certain orientation, method and fitting degree, then recomputes the fit
on the remaining segments.
Namespace: LynceeTec.Processing.HolographyAssembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.4.0.7 6_4_dev bc6b638, built 2016-11-07 15:44:14 UTC
Syntaxpublic void UndoPhCorrSegment(
int orient,
phaseFitMethod meth,
int degree
)
public:
void UndoPhCorrSegment(
int orient,
phaseFitMethod meth,
int degree
)
Parameters
- orient
- Type: SystemInt32
The orientation of the segment: 0 for horizontal, 1 for vertical. - meth
- Type: LynceeTec.ProcessingphaseFitMethod
The phase fitting method. - degree
- Type: SystemInt32
The degree of the polynomial used for the fit.
See Also