GetRoi
Gets the coordinates of the region of interest (ROI) within the image.
Syntax
Definition:
HRESULT GetRoi(
HRESULT hrPrev,
ITcVnImage* ipSrcImage,
TcVnRectangle_UDINT& stRoi
)Parameters
|
Name |
Type |
Description |
|---|---|---|
|
hrPrev |
HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) | |
|
ipSrcImage |
Source image | |
|
stRoi |
Returns the coordinates of the region of interest |
Required License
TC3 Vision Base
Return value