|
VART-X
0.3.0
|
Defines a rectangular region of interest within a frame. More...
#include <vart_preprocess_types.hpp>
Public Attributes | |
| uint16_t | x |
| uint16_t | y |
| uint16_t | height |
| uint16_t | width |
Defines a rectangular region of interest within a frame.
| vart::RegionOfInterest::height |
Height of the ROI in pixels.
| vart::RegionOfInterest::width |
Width of the ROI in pixels.
| vart::RegionOfInterest::x |
X coordinate of the top-left corner of the ROI in pixels.
| vart::RegionOfInterest::y |
Y coordinate of the top-left corner of the ROI in pixels.