Click or drag to resize

IReconstructionAddPhaseCorrectionZone Method

Adds a phase correction rectangular zone. One must call AutoComputePhaseMaskUsingZones(windowsList, phaseFitPolyBase, Int32, Boolean) to update the phase correction mask before recomputing the phase image.

Namespace:  LynceeTec.Interfaces
Assembly:  LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 8.0.35712.0 8_0_dev 37f4dd99, built 2019-04-05 12:56:48 UTC
Syntax
void AddPhaseCorrectionZone(
	int lcx,
	int tcy,
	int wrx,
	int hry,
	ShapeId shape
)

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.
See Also