From a983e4699082a0b1ef685bab7354f2ad9cd37a44 Mon Sep 17 00:00:00 2001 From: Colm Donelan Date: Wed, 20 May 2020 16:12:19 +0100 Subject: Updating Doxygen documentation for 20.05 release. Change-Id: I4d624343ed5fd6ae269c3d53532903084508fd14 Signed-off-by: Colm Donelan --- 20.05/struct_yolo_detected_object.xhtml | 243 ++++++++++++++++++++++++++++++++ 1 file changed, 243 insertions(+) create mode 100644 20.05/struct_yolo_detected_object.xhtml (limited to '20.05/struct_yolo_detected_object.xhtml') diff --git a/20.05/struct_yolo_detected_object.xhtml b/20.05/struct_yolo_detected_object.xhtml new file mode 100644 index 0000000000..8dbe5a17e7 --- /dev/null +++ b/20.05/struct_yolo_detected_object.xhtml @@ -0,0 +1,243 @@ + + + + + + + + + + + + + +ArmNN: YoloDetectedObject Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.05 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
YoloDetectedObject Struct Reference
+
+
+ +

#include <YoloDatabase.hpp>

+ + + + +

+Public Member Functions

 YoloDetectedObject (unsigned int yoloClass, const YoloBoundingBox &box, float confidence)
 
+ + + + + + + +

+Public Attributes

unsigned int m_Class
 
YoloBoundingBox m_Box
 
float m_Confidence
 
+

Detailed Description

+
+

Definition at line 21 of file YoloDatabase.hpp.

+

Constructor & Destructor Documentation

+ +

◆ YoloDetectedObject()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
YoloDetectedObject (unsigned int yoloClass,
const YoloBoundingBoxbox,
float confidence 
)
+
+inline
+
+ +

Definition at line 23 of file YoloDatabase.hpp.

+
26  : m_Class(yoloClass)
27  , m_Box(box)
28  , m_Confidence(confidence)
29  {}
YoloBoundingBox m_Box
+ +
unsigned int m_Class
+
+
+
+

Member Data Documentation

+ +

◆ m_Box

+ +
+
+ + + + +
YoloBoundingBox m_Box
+
+ +

Definition at line 32 of file YoloDatabase.hpp.

+ +

Referenced by YoloTestCase< Model >::ProcessResult().

+ +
+
+ +

◆ m_Class

+ +
+
+ + + + +
unsigned int m_Class
+
+ +

Definition at line 31 of file YoloDatabase.hpp.

+ +

Referenced by YoloTestCase< Model >::ProcessResult().

+ +
+
+ +

◆ m_Confidence

+ +
+
+ + + + +
float m_Confidence
+
+ +

Definition at line 33 of file YoloDatabase.hpp.

+ +

Referenced by YoloTestCase< Model >::ProcessResult().

+ +
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit v1.2.1