ArmNN
 21.02
Detection Struct Reference

Detection structure. More...

#include <NMS.hpp>

Public Attributes

Box box
 Detection box. More...
 
float confidence
 Confidence of detection. More...
 
std::vector< float > classes
 Probability of classes. More...
 

Detailed Description

Detection structure.

Definition at line 29 of file NMS.hpp.

Member Data Documentation

◆ box

Box box

Detection box.

Definition at line 30 of file NMS.hpp.

Referenced by yolov3::compare_detection().

◆ classes

std::vector<float> classes

Probability of classes.

Definition at line 32 of file NMS.hpp.

Referenced by yolov3::compare_detection(), and yolov3::nms().

◆ confidence

float confidence

Confidence of detection.

Definition at line 31 of file NMS.hpp.

Referenced by yolov3::compare_detection().


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