FC_ImageROI

Definition

Region of interest.

typedef struct FC_ImageROI

{

  uint32_t structVersion;

  uint32_t structSize;

  uint32_t ulx;

  uint32_t uly;

  uint32_t lrx;

  uint32_t lry;

} FC_ImageROI;

Members

structVersion

Version of the structure, to allow future expansion.

structSize

Size of the structure in bytes.

ulx

Upper left column.

uly

Upper left row.

lrx

Lower right column.

lry

Lower right row.

Remarks

Defines the Region of Interest in pixels that will be read. 0,0 represents the upper left pixel of the image.