aboutsummaryrefslogtreecommitdiff
path: root/20.02/_yolo_database_8hpp_source.xhtml
diff options
context:
space:
mode:
Diffstat (limited to '20.02/_yolo_database_8hpp_source.xhtml')
-rw-r--r--20.02/_yolo_database_8hpp_source.xhtml132
1 files changed, 132 insertions, 0 deletions
diff --git a/20.02/_yolo_database_8hpp_source.xhtml b/20.02/_yolo_database_8hpp_source.xhtml
new file mode 100644
index 0000000000..67f9fea8d3
--- /dev/null
+++ b/20.02/_yolo_database_8hpp_source.xhtml
@@ -0,0 +1,132 @@
+<!-- Copyright (c) 2020 ARM Limited. -->
+<!-- -->
+<!-- SPDX-License-Identifier: MIT -->
+<!-- -->
+<!-- HTML header for doxygen 1.8.13-->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
+<meta http-equiv="X-UA-Compatible" content="IE=9"/>
+<meta name="generator" content="Doxygen 1.8.13"/>
+<meta name="robots" content="NOINDEX, NOFOLLOW" />
+<meta name="viewport" content="width=device-width, initial-scale=1"/>
+<title>ArmNN: tests/YoloDatabase.hpp Source File</title>
+<link href="tabs.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="jquery.js"></script>
+<script type="text/javascript" src="dynsections.js"></script>
+<link href="navtree.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="resize.js"></script>
+<script type="text/javascript" src="navtreedata.js"></script>
+<script type="text/javascript" src="navtree.js"></script>
+<script type="text/javascript">
+ $(document).ready(initResizable);
+</script>
+<link href="search/search.css" rel="stylesheet" type="text/css"/>
+<script type="text/javascript" src="search/searchdata.js"></script>
+<script type="text/javascript" src="search/search.js"></script>
+<script type="text/x-mathjax-config">
+ MathJax.Hub.Config({
+ extensions: ["tex2jax.js"],
+ jax: ["input/TeX","output/HTML-CSS"],
+});
+</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
+<link href="doxygen.css" rel="stylesheet" type="text/css" />
+<link href="stylesheet.css" rel="stylesheet" type="text/css"/>
+</head>
+<body>
+<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
+<div id="titlearea">
+<table cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr style="height: 56px;">
+ <img alt="ArmNN" src="Arm_NN_horizontal_blue.png" style="max-width: 10rem; margin-top: .5rem; margin-left 10px"/>
+ <td style="padding-left: 0.5em;">
+ <div id="projectname">
+ &#160;<span id="projectnumber">20.02</span>
+ </div>
+ </td>
+ </tr>
+ </tbody>
+</table>
+</div>
+<!-- end header part -->
+<!-- Generated by Doxygen 1.8.13 -->
+<script type="text/javascript">
+var searchBox = new SearchBox("searchBox", "search",false,'Search');
+</script>
+<script type="text/javascript" src="menudata.js"></script>
+<script type="text/javascript" src="menu.js"></script>
+<script type="text/javascript">
+$(function() {
+ initMenu('',true,false,'search.php','Search');
+ $(document).ready(function() { init_search(); });
+});
+</script>
+<div id="main-nav"></div>
+</div><!-- top -->
+<div id="side-nav" class="ui-resizable side-nav-resizable">
+ <div id="nav-tree">
+ <div id="nav-tree-contents">
+ <div id="nav-sync" class="sync"></div>
+ </div>
+ </div>
+ <div id="splitbar" style="-moz-user-select:none;"
+ class="ui-resizable-handle">
+ </div>
+</div>
+<script type="text/javascript">
+$(document).ready(function(){initNavTree('_yolo_database_8hpp_source.xhtml','');});
+</script>
+<div id="doc-content">
+<!-- window showing the filter options -->
+<div id="MSearchSelectWindow"
+ onmouseover="return searchBox.OnSearchSelectShow()"
+ onmouseout="return searchBox.OnSearchSelectHide()"
+ onkeydown="return searchBox.OnSearchSelectKey(event)">
+</div>
+
+<!-- iframe showing the search results (closed by default) -->
+<div id="MSearchResultsWindow">
+<iframe src="javascript:void(0)" frameborder="0"
+ name="MSearchResults" id="MSearchResults">
+</iframe>
+</div>
+
+<div class="header">
+ <div class="headertitle">
+<div class="title">YoloDatabase.hpp</div> </div>
+</div><!--header-->
+<div class="contents">
+<a href="_yolo_database_8hpp.xhtml">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// Copyright © 2017 Arm Ltd. All rights reserved.</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// SPDX-License-Identifier: MIT</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="preprocessor">#pragma once</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;</div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_classifier_test_case_data_8hpp.xhtml">ClassifierTestCaseData.hpp</a>&quot;</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;</div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#include &lt;array&gt;</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="preprocessor">#include &lt;memory&gt;</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;</div><div class="line"><a name="l00013"></a><span class="lineno"><a class="line" href="struct_yolo_bounding_box.xhtml"> 13</a></span>&#160;<span class="keyword">struct </span><a class="code" href="struct_yolo_bounding_box.xhtml">YoloBoundingBox</a></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;{</div><div class="line"><a name="l00015"></a><span class="lineno"><a class="line" href="struct_yolo_bounding_box.xhtml#ad89841ac3480fc147a3b4c97343eadfc"> 15</a></span>&#160; <span class="keywordtype">float</span> <a class="code" href="struct_yolo_bounding_box.xhtml#ad89841ac3480fc147a3b4c97343eadfc">m_X</a>;</div><div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="struct_yolo_bounding_box.xhtml#a6360e12f495c81e6390fca7c39983676"> 16</a></span>&#160; <span class="keywordtype">float</span> <a class="code" href="struct_yolo_bounding_box.xhtml#a6360e12f495c81e6390fca7c39983676">m_Y</a>;</div><div class="line"><a name="l00017"></a><span class="lineno"><a class="line" href="struct_yolo_bounding_box.xhtml#ac669fea3ed7b049e3e696f509d71c910"> 17</a></span>&#160; <span class="keywordtype">float</span> <a class="code" href="struct_yolo_bounding_box.xhtml#ac669fea3ed7b049e3e696f509d71c910">m_W</a>;</div><div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="struct_yolo_bounding_box.xhtml#a314839b30ea12b6fa351ebf4be5d8221"> 18</a></span>&#160; <span class="keywordtype">float</span> <a class="code" href="struct_yolo_bounding_box.xhtml#a314839b30ea12b6fa351ebf4be5d8221">m_H</a>;</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;};</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;</div><div class="line"><a name="l00021"></a><span class="lineno"><a class="line" href="struct_yolo_detected_object.xhtml"> 21</a></span>&#160;<span class="keyword">struct </span><a class="code" href="struct_yolo_detected_object.xhtml">YoloDetectedObject</a></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;{</div><div class="line"><a name="l00023"></a><span class="lineno"><a class="line" href="struct_yolo_detected_object.xhtml#ac003043561cd6ad4aaed5a9077a3f96e"> 23</a></span>&#160; <a class="code" href="struct_yolo_detected_object.xhtml#ac003043561cd6ad4aaed5a9077a3f96e">YoloDetectedObject</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> yoloClass,</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; <span class="keyword">const</span> <a class="code" href="struct_yolo_bounding_box.xhtml">YoloBoundingBox</a>&amp; box,</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; <span class="keywordtype">float</span> confidence)</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160; : m_Class(yoloClass)</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; , m_Box(box)</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; , m_Confidence(confidence)</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; {}</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;</div><div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="struct_yolo_detected_object.xhtml#a80722ddbfd9312e7abb6a707df0798f2"> 31</a></span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="struct_yolo_detected_object.xhtml#a80722ddbfd9312e7abb6a707df0798f2">m_Class</a>;</div><div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="struct_yolo_detected_object.xhtml#a16c213c3cb6176f80486425a4b2ab758"> 32</a></span>&#160; <a class="code" href="struct_yolo_bounding_box.xhtml">YoloBoundingBox</a> <a class="code" href="struct_yolo_detected_object.xhtml#a16c213c3cb6176f80486425a4b2ab758">m_Box</a>;</div><div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="struct_yolo_detected_object.xhtml#a2eb9b5a8cccfba5e0db706d9d9631375"> 33</a></span>&#160; <span class="keywordtype">float</span> <a class="code" href="struct_yolo_detected_object.xhtml#a2eb9b5a8cccfba5e0db706d9d9631375">m_Confidence</a>;</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160;};</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;</div><div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="class_yolo_test_case_data.xhtml"> 36</a></span>&#160;<span class="keyword">class </span><a class="code" href="class_yolo_test_case_data.xhtml">YoloTestCaseData</a></div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;{</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="class_yolo_test_case_data.xhtml#a685405eb4dd5dc8d39534ed0fee5cd7d"> 39</a></span>&#160; <a class="code" href="class_yolo_test_case_data.xhtml#a685405eb4dd5dc8d39534ed0fee5cd7d">YoloTestCaseData</a>(std::vector&lt;float&gt; inputImage,</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; std::vector&lt;YoloDetectedObject&gt; topObjectDetections)</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; : m_InputImage(<a class="code" href="namespacestd.xhtml">std</a>::move(inputImage))</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; , m_TopObjectDetections(<a class="code" href="namespacestd.xhtml">std</a>::move(topObjectDetections))</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; {</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; }</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;</div><div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="class_yolo_test_case_data.xhtml#a8a846d71b79227a5eb6baf5c9bc7d074"> 46</a></span>&#160; std::vector&lt;float&gt; <a class="code" href="class_yolo_test_case_data.xhtml#a8a846d71b79227a5eb6baf5c9bc7d074">m_InputImage</a>;</div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="class_yolo_test_case_data.xhtml#aa212bca38289ebfb131f1af81b604b50"> 47</a></span>&#160; std::vector&lt;YoloDetectedObject&gt; <a class="code" href="class_yolo_test_case_data.xhtml#aa212bca38289ebfb131f1af81b604b50">m_TopObjectDetections</a>;</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;};</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;</div><div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="_yolo_database_8hpp.xhtml#a88c3339d57718f167a374ab572610ba8"> 50</a></span>&#160;constexpr <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="_yolo_database_8hpp.xhtml#a88c3339d57718f167a374ab572610ba8">YoloImageWidth</a> = 448;</div><div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="_yolo_database_8hpp.xhtml#af74f4ad1b33fe68237cb97c9345e9e87"> 51</a></span>&#160;constexpr <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="_yolo_database_8hpp.xhtml#af74f4ad1b33fe68237cb97c9345e9e87">YoloImageHeight</a> = 448;</div><div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;</div><div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="class_yolo_database.xhtml"> 53</a></span>&#160;<span class="keyword">class </span><a class="code" href="class_yolo_database.xhtml">YoloDatabase</a></div><div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;{</div><div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="class_yolo_database.xhtml#a626407dd7c0a5e7d9299ac3deba502d7"> 56</a></span>&#160; <span class="keyword">using</span> <a class="code" href="class_yolo_test_case_data.xhtml">TTestCaseData</a> = <a class="code" href="class_yolo_test_case_data.xhtml">YoloTestCaseData</a>;</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;</div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; <span class="keyword">explicit</span> <a class="code" href="class_yolo_database.xhtml">YoloDatabase</a>(<span class="keyword">const</span> std::string&amp; imageDir);</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; std::unique_ptr&lt;TTestCaseData&gt; GetTestCaseData(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> testCaseId);</div><div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;</div><div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;<span class="keyword">private</span>:</div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; std::string m_ImageDir;</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;};</div><div class="ttc" id="_yolo_database_8hpp_xhtml_af74f4ad1b33fe68237cb97c9345e9e87"><div class="ttname"><a href="_yolo_database_8hpp.xhtml#af74f4ad1b33fe68237cb97c9345e9e87">YoloImageHeight</a></div><div class="ttdeci">constexpr unsigned int YoloImageHeight</div><div class="ttdef"><b>Definition:</b> <a href="_yolo_database_8hpp_source.xhtml#l00051">YoloDatabase.hpp:51</a></div></div>
+<div class="ttc" id="struct_yolo_bounding_box_xhtml"><div class="ttname"><a href="struct_yolo_bounding_box.xhtml">YoloBoundingBox</a></div><div class="ttdef"><b>Definition:</b> <a href="_yolo_database_8hpp_source.xhtml#l00013">YoloDatabase.hpp:13</a></div></div>
+<div class="ttc" id="struct_yolo_detected_object_xhtml"><div class="ttname"><a href="struct_yolo_detected_object.xhtml">YoloDetectedObject</a></div><div class="ttdef"><b>Definition:</b> <a href="_yolo_database_8hpp_source.xhtml#l00021">YoloDatabase.hpp:21</a></div></div>
+<div class="ttc" id="struct_yolo_bounding_box_xhtml_a314839b30ea12b6fa351ebf4be5d8221"><div class="ttname"><a href="struct_yolo_bounding_box.xhtml#a314839b30ea12b6fa351ebf4be5d8221">YoloBoundingBox::m_H</a></div><div class="ttdeci">float m_H</div><div class="ttdef"><b>Definition:</b> <a href="_yolo_database_8hpp_source.xhtml#l00018">YoloDatabase.hpp:18</a></div></div>
+<div class="ttc" id="class_yolo_test_case_data_xhtml_a685405eb4dd5dc8d39534ed0fee5cd7d"><div class="ttname"><a href="class_yolo_test_case_data.xhtml#a685405eb4dd5dc8d39534ed0fee5cd7d">YoloTestCaseData::YoloTestCaseData</a></div><div class="ttdeci">YoloTestCaseData(std::vector&lt; float &gt; inputImage, std::vector&lt; YoloDetectedObject &gt; topObjectDetections)</div><div class="ttdef"><b>Definition:</b> <a href="_yolo_database_8hpp_source.xhtml#l00039">YoloDatabase.hpp:39</a></div></div>
+<div class="ttc" id="struct_yolo_detected_object_xhtml_ac003043561cd6ad4aaed5a9077a3f96e"><div class="ttname"><a href="struct_yolo_detected_object.xhtml#ac003043561cd6ad4aaed5a9077a3f96e">YoloDetectedObject::YoloDetectedObject</a></div><div class="ttdeci">YoloDetectedObject(unsigned int yoloClass, const YoloBoundingBox &amp;box, float confidence)</div><div class="ttdef"><b>Definition:</b> <a href="_yolo_database_8hpp_source.xhtml#l00023">YoloDatabase.hpp:23</a></div></div>
+<div class="ttc" id="struct_yolo_detected_object_xhtml_a16c213c3cb6176f80486425a4b2ab758"><div class="ttname"><a href="struct_yolo_detected_object.xhtml#a16c213c3cb6176f80486425a4b2ab758">YoloDetectedObject::m_Box</a></div><div class="ttdeci">YoloBoundingBox m_Box</div><div class="ttdef"><b>Definition:</b> <a href="_yolo_database_8hpp_source.xhtml#l00032">YoloDatabase.hpp:32</a></div></div>
+<div class="ttc" id="struct_yolo_bounding_box_xhtml_a6360e12f495c81e6390fca7c39983676"><div class="ttname"><a href="struct_yolo_bounding_box.xhtml#a6360e12f495c81e6390fca7c39983676">YoloBoundingBox::m_Y</a></div><div class="ttdeci">float m_Y</div><div class="ttdef"><b>Definition:</b> <a href="_yolo_database_8hpp_source.xhtml#l00016">YoloDatabase.hpp:16</a></div></div>
+<div class="ttc" id="namespacestd_xhtml"><div class="ttname"><a href="namespacestd.xhtml">std</a></div><div class="ttdef"><b>Definition:</b> <a href="_backend_id_8hpp_source.xhtml#l00147">BackendId.hpp:147</a></div></div>
+<div class="ttc" id="struct_yolo_bounding_box_xhtml_ad89841ac3480fc147a3b4c97343eadfc"><div class="ttname"><a href="struct_yolo_bounding_box.xhtml#ad89841ac3480fc147a3b4c97343eadfc">YoloBoundingBox::m_X</a></div><div class="ttdeci">float m_X</div><div class="ttdef"><b>Definition:</b> <a href="_yolo_database_8hpp_source.xhtml#l00015">YoloDatabase.hpp:15</a></div></div>
+<div class="ttc" id="struct_yolo_detected_object_xhtml_a2eb9b5a8cccfba5e0db706d9d9631375"><div class="ttname"><a href="struct_yolo_detected_object.xhtml#a2eb9b5a8cccfba5e0db706d9d9631375">YoloDetectedObject::m_Confidence</a></div><div class="ttdeci">float m_Confidence</div><div class="ttdef"><b>Definition:</b> <a href="_yolo_database_8hpp_source.xhtml#l00033">YoloDatabase.hpp:33</a></div></div>
+<div class="ttc" id="class_yolo_database_xhtml"><div class="ttname"><a href="class_yolo_database.xhtml">YoloDatabase</a></div><div class="ttdef"><b>Definition:</b> <a href="_yolo_database_8hpp_source.xhtml#l00053">YoloDatabase.hpp:53</a></div></div>
+<div class="ttc" id="class_yolo_test_case_data_xhtml_a8a846d71b79227a5eb6baf5c9bc7d074"><div class="ttname"><a href="class_yolo_test_case_data.xhtml#a8a846d71b79227a5eb6baf5c9bc7d074">YoloTestCaseData::m_InputImage</a></div><div class="ttdeci">std::vector&lt; float &gt; m_InputImage</div><div class="ttdef"><b>Definition:</b> <a href="_yolo_database_8hpp_source.xhtml#l00046">YoloDatabase.hpp:46</a></div></div>
+<div class="ttc" id="_classifier_test_case_data_8hpp_xhtml"><div class="ttname"><a href="_classifier_test_case_data_8hpp.xhtml">ClassifierTestCaseData.hpp</a></div></div>
+<div class="ttc" id="class_yolo_test_case_data_xhtml"><div class="ttname"><a href="class_yolo_test_case_data.xhtml">YoloTestCaseData</a></div><div class="ttdef"><b>Definition:</b> <a href="_yolo_database_8hpp_source.xhtml#l00036">YoloDatabase.hpp:36</a></div></div>
+<div class="ttc" id="_yolo_database_8hpp_xhtml_a88c3339d57718f167a374ab572610ba8"><div class="ttname"><a href="_yolo_database_8hpp.xhtml#a88c3339d57718f167a374ab572610ba8">YoloImageWidth</a></div><div class="ttdeci">constexpr unsigned int YoloImageWidth</div><div class="ttdef"><b>Definition:</b> <a href="_yolo_database_8hpp_source.xhtml#l00050">YoloDatabase.hpp:50</a></div></div>
+<div class="ttc" id="struct_yolo_detected_object_xhtml_a80722ddbfd9312e7abb6a707df0798f2"><div class="ttname"><a href="struct_yolo_detected_object.xhtml#a80722ddbfd9312e7abb6a707df0798f2">YoloDetectedObject::m_Class</a></div><div class="ttdeci">unsigned int m_Class</div><div class="ttdef"><b>Definition:</b> <a href="_yolo_database_8hpp_source.xhtml#l00031">YoloDatabase.hpp:31</a></div></div>
+<div class="ttc" id="struct_yolo_bounding_box_xhtml_ac669fea3ed7b049e3e696f509d71c910"><div class="ttname"><a href="struct_yolo_bounding_box.xhtml#ac669fea3ed7b049e3e696f509d71c910">YoloBoundingBox::m_W</a></div><div class="ttdeci">float m_W</div><div class="ttdef"><b>Definition:</b> <a href="_yolo_database_8hpp_source.xhtml#l00017">YoloDatabase.hpp:17</a></div></div>
+<div class="ttc" id="class_yolo_test_case_data_xhtml_aa212bca38289ebfb131f1af81b604b50"><div class="ttname"><a href="class_yolo_test_case_data.xhtml#aa212bca38289ebfb131f1af81b604b50">YoloTestCaseData::m_TopObjectDetections</a></div><div class="ttdeci">std::vector&lt; YoloDetectedObject &gt; m_TopObjectDetections</div><div class="ttdef"><b>Definition:</b> <a href="_yolo_database_8hpp_source.xhtml#l00047">YoloDatabase.hpp:47</a></div></div>
+</div><!-- fragment --></div><!-- contents -->
+</div><!-- doc-content -->
+<!-- start footer part -->
+<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
+ <ul>
+ <li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.xhtml">tests</a></li><li class="navelem"><a class="el" href="_yolo_database_8hpp.xhtml">YoloDatabase.hpp</a></li>
+ <li class="footer">Generated on Fri Mar 13 2020 16:09:13 for ArmNN by
+ <a href="http://www.doxygen.org/index.html">
+ <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
+ </ul>
+</div>
+</body>
+</html>