Compute Library  18.05
Rectangle Struct Reference

Rectangle type. More...

#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...
 

Detailed Description

Rectangle type.

Definition at line 450 of file Types.h.

Field Documentation

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<<().


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