 | IReconstructionAddPhCorrZone Method |
Namespace:
LynceeTec.Interfaces
Assembly:
LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 7.2.45.30905 master 8ea4f327, built 2018-05-31 10:36:26 UTC
Syntaxvoid AddPhCorrZone(
int lcx,
int tcy,
int wrx,
int hry,
ShapeId shape,
phaseFitPolyBase basis,
int order
)
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