JeVois  1.22
JeVois Smart Embedded Machine Vision Toolkit
Share this page:
Loading...
Searching...
No Matches
jevois::ObjDetectOBB Struct Reference

#include <jevois/Types/ObjDetect.H>

A trivial struct to store object detection results, for oriented bounding boxes (OBB)

Definition at line 37 of file ObjDetect.H.

Collaboration diagram for jevois::ObjDetectOBB:

Public Attributes

cv::RotatedRect rect
 Oriented bounding box.
 
std::vector< ObjRecoreco
 Recognized classes with their scores.
 

Member Data Documentation

◆ reco

std::vector<ObjReco> jevois::ObjDetectOBB::reco

Recognized classes with their scores.

Definition at line 40 of file ObjDetect.H.

Referenced by jevois::StdModule::sendSerialObjDetImg2D().

◆ rect

cv::RotatedRect jevois::ObjDetectOBB::rect

Oriented bounding box.

Definition at line 39 of file ObjDetect.H.

Referenced by jevois::StdModule::sendSerialObjDetImg2D().


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