SubZero Common
Common library components for an FRC CommandRobot
|
#include <DetectionParser.h>
Static Public Member Functions | |
static std::vector< DetectedObject > | parse (std::vector< double > flattenedOutputList) |
Public Attributes | |
ObjectClasses | classId |
double | confidence |
BoundingBox | bbox |
Definition at line 30 of file DetectionParser.h.
|
inlinestatic |
Definition at line 36 of file DetectionParser.h.
BoundingBox subzero::DetectionParser::DetectedObject::bbox |
Definition at line 33 of file DetectionParser.h.
ObjectClasses subzero::DetectionParser::DetectedObject::classId |
Definition at line 31 of file DetectionParser.h.
double subzero::DetectionParser::DetectedObject::confidence |
Definition at line 32 of file DetectionParser.h.