 | SingleWavelengthReconstructionAddPhCorrZone Method |
Namespace: LynceeTec.Processing.HolographyAssembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.5.0.18 6_5_dev bd821f0, built 2017-12-01 14:29:40 UTC
Syntaxpublic virtual void AddPhCorrZone(
int lcx,
int tcy,
int wrx,
int hry,
ShapeId shape,
phaseFitPolyBase basis,
int order
)
public:
virtual 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.
Implements
IReconstructionAddPhCorrZone(Int32, Int32, Int32, Int32, ShapeId, phaseFitPolyBase, Int32)
See Also