22#include <opencv2/core/types.hpp>
Main namespace for all JeVois classes and functions.
A trivial struct to store object detection results, for oriented bounding boxes (OBB)
std::vector< ObjReco > reco
Recognized classes with their scores.
cv::RotatedRect rect
Oriented bounding box.
A trivial struct to store object detection results, for standard (straight up) bounding boxes.
std::vector< cv::Point > contour
For instance segmentation models (e.g., yolov8-seg), object contour.
std::vector< ObjReco > reco
Recognized classes with their scores.