 | SingleWavelengthReconstructionAddPhCorrZone Method |
Adds a phase correction zone, either rectangular or an ellipse.
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 AddPhCorrZone(
int lcx,
int tcy,
int wrx,
int hry,
ShapeId shape,
phaseFitPolyBase basis,
int order
)
public:
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.
See Also