Auterion App SDK
Auterion SDK is a library that can be used by AuterionOS apps to communicate with the system.
auterion::BoundingBox2D Struct Reference

Represents a 2D bounding box. More...

#include <auterion_sdk/object_detection/detection_2d.hpp>

Public Attributes

Eigen::Vector2d center {}
 Center of the bounding box in pixels.
 
double size_x {}
 Width of the bounding box in pixels.
 
double size_y {}
 Height of the bounding box in pixels.
 

Detailed Description

Represents a 2D bounding box.


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