Mech-Eye API 2.5.1
API reference documentation for Mech-Eye Industrial 3D Camera
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
ROI Struct Reference

This struct defines camera region of interest. More...

#include <MechEyeDataType.h>

Public Member Functions

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

Data Fields

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.
 

Detailed Description

This struct defines camera region of interest.

Constructor & Destructor Documentation

◆ ROI() [1/2]

ROI ( )
default

◆ ROI() [2/2]

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

Field Documentation

◆ height

unsigned height

The height of the region of interest.

◆ width

unsigned width

The width of the region of interest.

◆ x

unsigned x

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

◆ y

unsigned y

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


The documentation for this struct was generated from the following file: