From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- 20.02/struct_yolo_detected_object.xhtml | 243 ++++++++++++++++++++++++++++++++ 1 file changed, 243 insertions(+) create mode 100644 20.02/struct_yolo_detected_object.xhtml (limited to '20.02/struct_yolo_detected_object.xhtml') diff --git a/20.02/struct_yolo_detected_object.xhtml b/20.02/struct_yolo_detected_object.xhtml new file mode 100644 index 0000000000..438547c9f7 --- /dev/null +++ b/20.02/struct_yolo_detected_object.xhtml @@ -0,0 +1,243 @@ + + + + + + + + + + + + + +ArmNN: YoloDetectedObject Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
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