SubZero Common
Common library components for an FRC CommandRobot
Loading...
Searching...
No Matches
subzero::DetectionParser::DetectedObject Struct Reference

#include <DetectionParser.h>

+ Collaboration diagram for subzero::DetectionParser::DetectedObject:

Static Public Member Functions

static std::vector< DetectedObjectparse (std::vector< double > flattenedOutputList)
 

Public Attributes

ObjectClasses classId
 
double confidence
 
BoundingBox bbox
 

Detailed Description

Definition at line 30 of file DetectionParser.h.

Member Function Documentation

◆ parse()

static std::vector< DetectedObject > subzero::DetectionParser::DetectedObject::parse ( std::vector< double > flattenedOutputList)
inlinestatic

Definition at line 36 of file DetectionParser.h.

Member Data Documentation

◆ bbox

BoundingBox subzero::DetectionParser::DetectedObject::bbox

Definition at line 33 of file DetectionParser.h.

◆ classId

ObjectClasses subzero::DetectionParser::DetectedObject::classId

Definition at line 31 of file DetectionParser.h.

◆ confidence

double subzero::DetectionParser::DetectedObject::confidence

Definition at line 32 of file DetectionParser.h.


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