 | SingleWavelengthReconstructionAddPhaseCorrectionZone Method |
Adds a phase correction zone, either rectangular or an ellipse. Call
ComputePhaseMask to apply.
Namespace:
LynceeTec.Processing.Holography
Assembly:
LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic virtual void AddPhaseCorrectionZone(
int lcx,
int tcy,
int wrx,
int hry,
ShapeType shapeType
)
public:
virtual void AddPhaseCorrectionZone(
int lcx,
int tcy,
int wrx,
int hry,
ShapeType shapeType
)
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. - shapeType
- Type: LynceeTec.ImagingShapeType
The shape of the zone (rectangle of ellipse).
Implements
IReconstructionAddPhaseCorrectionZone(Int32, Int32, Int32, Int32, ShapeType)
See Also