Click or drag to resize

IReconstructionUndoPhCorrSegment Method

Removes the last phase correction segment added for a certain orientation, method and fitting degree, then recomputes the fit on the remaining segments. Call OnDpmChange(windowsList) to apply.

Namespace:  LynceeTec.Interfaces
Assembly:  LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 7.3.77.25127 UnwrapStitching cc0329b4, built 2018-08-31 12:02:55 UTC
Syntax
void UndoPhCorrSegment(
	SegmentOrientation orient,
	phaseFitMethod meth,
	int degree
)

Parameters

orient
Type: LynceeTec.InterfacesSegmentOrientation
The orientation of the segment.
meth
Type: LynceeTec.ProcessingphaseFitMethod
The phase fitting method.
degree
Type: SystemInt32
The degree of the polynomial used for the fit.
See Also