Mech-Eye API 2.3.3
API reference documentation for Mech-Eye Industrial 3D Camera
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
mmind::api::ROI Struct Reference

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

#include <MechEyeDataType.h>

Public Member Functions

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

Public Attributes

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.

Definition at line 156 of file MechEyeDataType.h.

Constructor & Destructor Documentation

◆ ROI()

mmind::api::ROI::ROI ( int x,
int y,
int width,
int height )
inline

Definition at line 159 of file MechEyeDataType.h.

Member Data Documentation

◆ height

unsigned mmind::api::ROI::height

The height of the region of interest.

Definition at line 163 of file MechEyeDataType.h.

◆ width

unsigned mmind::api::ROI::width

The width of the region of interest.

Definition at line 162 of file MechEyeDataType.h.

◆ x

unsigned mmind::api::ROI::x

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

Definition at line 160 of file MechEyeDataType.h.

◆ y

unsigned mmind::api::ROI::y

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

Definition at line 161 of file MechEyeDataType.h.


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