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

#include <jevois/Types/ObjDetect.H>

A trivial struct to store object detection results, for standard (straight up) bounding boxes.

Definition at line 28 of file ObjDetect.H.

Collaboration diagram for jevois::ObjDetect:

Public Attributes

int tlx
 
int tly
 
int brx
 
int bry
 Bounding box.
 
std::vector< ObjRecoreco
 Recognized classes with their scores.
 
std::vector< cv::Point > contour
 For instance segmentation models (e.g., yolov8-seg), object contour.
 

Member Data Documentation

◆ brx

int jevois::ObjDetect::brx

Definition at line 30 of file ObjDetect.H.

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

◆ bry

int jevois::ObjDetect::bry

Bounding box.

Definition at line 30 of file ObjDetect.H.

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

◆ contour

std::vector<cv::Point> jevois::ObjDetect::contour

For instance segmentation models (e.g., yolov8-seg), object contour.

Definition at line 32 of file ObjDetect.H.

◆ reco

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

Recognized classes with their scores.

Definition at line 31 of file ObjDetect.H.

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

◆ tlx

int jevois::ObjDetect::tlx

Definition at line 30 of file ObjDetect.H.

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

◆ tly

int jevois::ObjDetect::tly

Definition at line 30 of file ObjDetect.H.

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


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