Syntax
AOI_SetImageAOI (IS_RECT rectAOI)
AOI_SetImageAOI (RECT rcAOI)
Description
Sets the coordinates of the image AOI.
Parameter
rectAOI |
Sets the position and size of the AOI using an object of the type IS_RECT. The top left corner, width and height of the AOI must be transferred [s32X, s32Y, s32Width, s32Height]. |
rcAOI |
Sets the position and size of the image using an object of the type RECT. Coordinates must be transferred in the sequence [left, top, right, bottom]. |
Interface
Related functions