Home Previous Up Next Index

visionx::yolo::ClassCandidate

Overview

struct ClassCandidate

Used By

ClassCandidateList

Data Member Index

className
classIndex
certainty
color

Data Members

string className;
int classIndex;
float certainty;
::armarx::DrawColor24Bit color;

Home Previous Up Next Index