35#include <auterion_sdk/object_detection/detection_2d.hpp>
37#include <rclcpp/time.hpp>
2D detections for a single source frame.
Definition image_detections_2d.hpp:50
uint32_t image_height
Source image height [px] (0 = unset).
Definition image_detections_2d.hpp:70
rclcpp::Time image_timestamp
Capture timestamp of the source frame.
Definition image_detections_2d.hpp:67
ImageDetections2D(uint16_t frame_id, const rclcpp::Time &image_timestamp, uint32_t image_width, uint32_t image_height)
Construct an empty batch for one source frame.
Definition image_detections_2d.hpp:59
std::vector< Detection2D > detections
The 2D detections in the frame.
Definition image_detections_2d.hpp:68
uint16_t frame_id
Id of the source frame (0 = unset).
Definition image_detections_2d.hpp:66
uint32_t image_width
Source image width [px] (0 = unset).
Definition image_detections_2d.hpp:69