![]() |
retinify 0.1.7
Real-Time AI Stereo Vision Library
|
Rectangle structure. More...
#include <geometry.hpp>
Public Attributes | |
| T | x {0} |
| X coordinate of the top-left corner. | |
| T | y {0} |
| Y coordinate of the top-left corner. | |
| T | width {0} |
| Width of the rectangle. | |
| T | height {0} |
| Height of the rectangle. | |
Rectangle structure.
| T | Type of the rectangle coordinates and dimensions |
| T retinify::Rect2< T >::height {0} |
Height of the rectangle.
| T retinify::Rect2< T >::width {0} |
Width of the rectangle.
| T retinify::Rect2< T >::x {0} |
X coordinate of the top-left corner.
| T retinify::Rect2< T >::y {0} |
Y coordinate of the top-left corner.