Compute Library
18.05
|
#include <Types.h>
Data Fields | |
uint16_t | x |
Top-left x coordinate. More... | |
uint16_t | y |
Top-left y coordinate. More... | |
uint16_t | width |
Width of the rectangle. More... | |
uint16_t | height |
Height of the rectangle. More... | |
uint16_t height |
Height of the rectangle.
Definition at line 455 of file Types.h.
Referenced by arm_compute::test::generate_random_rois(), and arm_compute::operator<<().
uint16_t width |
Width of the rectangle.
Definition at line 454 of file Types.h.
Referenced by arm_compute::test::generate_random_rois(), and arm_compute::operator<<().
uint16_t x |
Top-left x coordinate.
Definition at line 452 of file Types.h.
Referenced by arm_compute::test::generate_random_rois(), and arm_compute::operator<<().
uint16_t y |
Top-left y coordinate.
Definition at line 453 of file Types.h.
Referenced by arm_compute::test::generate_random_rois(), and arm_compute::operator<<().