Struct ROI

Struct Documentation

struct mmind::api::ROI

This struct defines camera region of interest.

Public Functions

ROI() = default
inline ROI(int x, int y, int width, int height)

Public Members

unsigned x

The column coordinates of the upper left point of the region of interest.

unsigned y

The row coordinates of the upper left point of the region of interest.

unsigned width

The width of the region of interest.

unsigned height

The height of the region of interest.