![]() |
LibMultiSense
LibMultiSense Documentation
|
Auto-exposure Region-of-Interest (ROI) specific configuration. More...
#include <MultiSenseTypes.hh>
Public Member Functions | |
| bool | operator== (const AutoExposureRoiConfig &rhs) const |
| Equality operator. | |
Public Attributes | |
| uint16_t | top_left_x_position = 0 |
| The x value of the top left corner of the ROI in the full resolution image. | |
| uint16_t | top_left_y_position = 0 |
| The y value of the top left corner of the ROI in the full resolution image. | |
| uint16_t | width = 0 |
| The width of the ROI in the full resolution image. | |
| uint16_t | height = 0 |
| The height of the ROI in the full resolution image. | |
Auto-exposure Region-of-Interest (ROI) specific configuration.
Definition at line 567 of file MultiSenseTypes.hh.
|
inline |
Equality operator.
Definition at line 591 of file MultiSenseTypes.hh.
| uint16_t multisense::MultiSenseConfig::AutoExposureRoiConfig::height = 0 |
The height of the ROI in the full resolution image.
A value of 0 disables the ROI
Definition at line 586 of file MultiSenseTypes.hh.
| uint16_t multisense::MultiSenseConfig::AutoExposureRoiConfig::top_left_x_position = 0 |
The x value of the top left corner of the ROI in the full resolution image.
Note (0,0) is the top left corner in the image coordinate frame.
Definition at line 573 of file MultiSenseTypes.hh.
| uint16_t multisense::MultiSenseConfig::AutoExposureRoiConfig::top_left_y_position = 0 |
The y value of the top left corner of the ROI in the full resolution image.
Note (0,0) is the top left corner in the image coordinate frame.
Definition at line 578 of file MultiSenseTypes.hh.
| uint16_t multisense::MultiSenseConfig::AutoExposureRoiConfig::width = 0 |
The width of the ROI in the full resolution image.
A value of 0 disables the ROI
Definition at line 582 of file MultiSenseTypes.hh.