Click or drag to resize
SingleWavelengthReconstructionExtractROI Method
Sets a region of interest in the phase and intensity images.

Namespace: LynceeTec.Processing.Holography
Assembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.4.0.7 6_4_dev bc6b638, built 2016-11-07 15:44:14 UTC
Syntax
public virtual void ExtractROI(
	int top,
	int left,
	int width,
	int height
)

Parameters

top
Type: SystemInt32
The offset from the top of the image. (Y coordinate of the top left corner of the ROI).
left
Type: SystemInt32
The offset from the left of the image. (X coordinate of the top left corner of the ROI).
width
Type: SystemInt32
The width of the ROI in pixels.
height
Type: SystemInt32
The height of the ROI in pixels.
Exceptions
ExceptionCondition
ProcessingExceptionThrown if error occurs during processing.
See Also