Click or drag to resize

IReconstructionAddPhCorrZone Method

Adds a phase correction zone, either rectangular or an ellipse. Call OnDpmChange(windowsList) to apply.

Namespace:  LynceeTec.Interfaces
Assembly:  LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 6.6.0 StroboPolarisationControl 6a11bc75, built 2018-03-20 10:06:53 UTC
Syntax
void AddPhCorrZone(
	int lcx,
	int tcy,
	int wrx,
	int hry,
	ShapeId shape,
	phaseFitPolyBase basis,
	int order
)

Parameters

lcx
Type: SystemInt32
The X coordinate of the top left corner of the rectangle, or the X coordinate of the center of the ellipse.
tcy
Type: SystemInt32
The Y coordinate of the top left corner of the rectangle, or the Y coordinate of the center of the ellipse.
wrx
Type: SystemInt32
The width of the zone.
hry
Type: SystemInt32
The height of the zone.
shape
Type: LynceeTec.InterfacesShapeId
The shape of the zone.
basis
Type: LynceeTec.ProcessingphaseFitPolyBase
The polynomial basis for the fit.
order
Type: SystemInt32
The order of the polynomial for the fit. For Canonical polynomial basis, it can be computed from the degree of the equation with the Poly2DCanonical.DegxDegyToOrder function.
See Also