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_bounding_box.xhtml | 209 +++++++++++++++++++++++++++++++++++ 1 file changed, 209 insertions(+) create mode 100644 20.02/struct_yolo_bounding_box.xhtml (limited to '20.02/struct_yolo_bounding_box.xhtml') diff --git a/20.02/struct_yolo_bounding_box.xhtml b/20.02/struct_yolo_bounding_box.xhtml new file mode 100644 index 0000000000..c1f3a11069 --- /dev/null +++ b/20.02/struct_yolo_bounding_box.xhtml @@ -0,0 +1,209 @@ + + + + + + + + + + + + + +ArmNN: YoloBoundingBox Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
YoloBoundingBox Struct Reference
+
+
+ +

#include <YoloDatabase.hpp>

+ + + + + + + + + + +

+Public Attributes

float m_X
 
float m_Y
 
float m_W
 
float m_H
 
+

Detailed Description

+
+

Definition at line 13 of file YoloDatabase.hpp.

+

Member Data Documentation

+ +

◆ m_H

+ +
+
+ + + + +
float m_H
+
+ +

Definition at line 18 of file YoloDatabase.hpp.

+ +

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

+ +
+
+ +

◆ m_W

+ +
+
+ + + + +
float m_W
+
+ +

Definition at line 17 of file YoloDatabase.hpp.

+ +

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

+ +
+
+ +

◆ m_X

+ +
+
+ + + + +
float m_X
+
+ +

Definition at line 15 of file YoloDatabase.hpp.

+ +

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

+ +
+
+ +

◆ m_Y

+ +
+
+ + + + +
float m_Y
+
+ +

Definition at line 16 of file YoloDatabase.hpp.

+ +

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

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