Click or drag to resize
SingleWavelengthReconstructionAddPhOffAdjZone Method
Adds a phase offset correction zone. (Valid only for the multi-zone phase offset method)

Namespace: LynceeTec.Processing.Holography
Assembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.5.0.18 6_5_dev bd821f0, built 2017-12-01 14:29:40 UTC
Syntax
public virtual void AddPhOffAdjZone(
	int top,
	int left,
	int width,
	int height
)

Parameters

top
Type: SystemInt32
The Y coordinate of the top left point of the zone, in the phase ROI image.
left
Type: SystemInt32
The X coordinate of the top left point of the zone, in the phase ROI image.
width
Type: SystemInt32
The width of the zone.
height
Type: SystemInt32
The height of the zone.

Implements

IReconstructionAddPhOffAdjZone(Int32, Int32, Int32, Int32)
See Also