Auto-exposure Region-of-Interest (ROI) specific configuration. More...
#include <MultiSenseTypes.hh>
Public Member Functions | |
bool | operator== (const AutoExposureRoiConfig &rhs) const |
Equality operator. More... | |
Public Attributes | |
uint16_t | height = 0 |
The height of the ROI in the full resolution image. A value of 0 disables the ROI. More... | |
uint16_t | 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. More... | |
uint16_t | 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. More... | |
uint16_t | width = 0 |
The width of the ROI in the full resolution image. A value of 0 disables the ROI. More... | |
Auto-exposure Region-of-Interest (ROI) specific configuration.
Definition at line 530 of file LibMultiSense/include/MultiSense/MultiSenseTypes.hh.
|
inline |
Equality operator.
Definition at line 554 of file LibMultiSense/include/MultiSense/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 549 of file LibMultiSense/include/MultiSense/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 536 of file LibMultiSense/include/MultiSense/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 541 of file LibMultiSense/include/MultiSense/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 545 of file LibMultiSense/include/MultiSense/MultiSenseTypes.hh.