arm_compute v18.05
[platform/upstream/armcl.git] / documentation / structarm__compute_1_1_detection_window.xhtml
index 7a5e34b..c7a2351 100644 (file)
@@ -40,7 +40,7 @@
  <tr style="height: 56px;">
   <td style="padding-left: 0.5em;">
    <div id="projectname">Compute Library
-   &#160;<span id="projectnumber">v17.06</span>
+   &#160;<span id="projectnumber">18.05</span>
    </div>
   </td>
  </tr>
@@ -157,7 +157,7 @@ Data Fields</h2></td></tr>
 <li>Confidence value (score) obtained with the classifier </li>
 </ol>
 
-<p>Definition at line <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml#l00359">359</a> of file <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml">Types.h</a>.</p>
+<p>Definition at line <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml#l00543">543</a> of file <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml">Types.h</a>.</p>
 </div><h2 class="groupheader">Field Documentation</h2>
 <a class="anchor" id="a81c9f8d0b8c3b49d770be14dbe9f0d37"></a>
 <div class="memitem">
@@ -171,9 +171,9 @@ Data Fields</h2></td></tr>
 
 <p>Height of the detection window. </p>
 
-<p>Definition at line <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml#l00364">364</a> of file <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml">Types.h</a>.</p>
+<p>Definition at line <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml#l00548">548</a> of file <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml">Types.h</a>.</p>
 
-<p>Referenced by <a class="el" href="utils_2_utils_8cpp_source.xhtml#l00103">arm_compute::utils::draw_detection_rectangle()</a>.</p>
+<p>Referenced by <a class="el" href="_validation_8h_source.xhtml#l00786">arm_compute::test::validation::compare_detection_windows()</a>, <a class="el" href="reference_2_h_o_g_multi_detection_8cpp_source.xhtml#l00060">arm_compute::test::validation::reference::detection_windows_non_maxima_suppression()</a>, <a class="el" href="utils_2_utils_8cpp_source.xhtml#l00107">arm_compute::utils::draw_detection_rectangle()</a>, <a class="el" href="reference_2_h_o_g_detector_8cpp_source.xhtml#l00048">arm_compute::test::validation::reference::hog_detector()</a>, and <a class="el" href="utils_2_type_printer_8h_source.xhtml#l01468">arm_compute::operator&lt;&lt;()</a>.</p>
 
 </div>
 </div>
@@ -189,7 +189,9 @@ Data Fields</h2></td></tr>
 
 <p>Index of the class. </p>
 
-<p>Definition at line <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml#l00365">365</a> of file <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml">Types.h</a>.</p>
+<p>Definition at line <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml#l00549">549</a> of file <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml">Types.h</a>.</p>
+
+<p>Referenced by <a class="el" href="_validation_8h_source.xhtml#l00786">arm_compute::test::validation::compare_detection_windows()</a>, <a class="el" href="reference_2_h_o_g_multi_detection_8cpp_source.xhtml#l00060">arm_compute::test::validation::reference::detection_windows_non_maxima_suppression()</a>, <a class="el" href="reference_2_h_o_g_detector_8cpp_source.xhtml#l00048">arm_compute::test::validation::reference::hog_detector()</a>, and <a class="el" href="utils_2_type_printer_8h_source.xhtml#l01468">arm_compute::operator&lt;&lt;()</a>.</p>
 
 </div>
 </div>
@@ -205,7 +207,9 @@ Data Fields</h2></td></tr>
 
 <p>Confidence value for the detection window. </p>
 
-<p>Definition at line <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml#l00366">366</a> of file <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml">Types.h</a>.</p>
+<p>Definition at line <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml#l00550">550</a> of file <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml">Types.h</a>.</p>
+
+<p>Referenced by <a class="el" href="_validation_8h_source.xhtml#l00786">arm_compute::test::validation::compare_detection_windows()</a>, <a class="el" href="reference_2_h_o_g_multi_detection_8cpp_source.xhtml#l00060">arm_compute::test::validation::reference::detection_windows_non_maxima_suppression()</a>, <a class="el" href="reference_2_h_o_g_detector_8cpp_source.xhtml#l00048">arm_compute::test::validation::reference::hog_detector()</a>, and <a class="el" href="utils_2_type_printer_8h_source.xhtml#l01468">arm_compute::operator&lt;&lt;()</a>.</p>
 
 </div>
 </div>
@@ -221,9 +225,9 @@ Data Fields</h2></td></tr>
 
 <p>Width of the detection window. </p>
 
-<p>Definition at line <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml#l00363">363</a> of file <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml">Types.h</a>.</p>
+<p>Definition at line <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml#l00547">547</a> of file <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml">Types.h</a>.</p>
 
-<p>Referenced by <a class="el" href="utils_2_utils_8cpp_source.xhtml#l00103">arm_compute::utils::draw_detection_rectangle()</a>.</p>
+<p>Referenced by <a class="el" href="_validation_8h_source.xhtml#l00786">arm_compute::test::validation::compare_detection_windows()</a>, <a class="el" href="reference_2_h_o_g_multi_detection_8cpp_source.xhtml#l00060">arm_compute::test::validation::reference::detection_windows_non_maxima_suppression()</a>, <a class="el" href="utils_2_utils_8cpp_source.xhtml#l00107">arm_compute::utils::draw_detection_rectangle()</a>, <a class="el" href="reference_2_h_o_g_detector_8cpp_source.xhtml#l00048">arm_compute::test::validation::reference::hog_detector()</a>, and <a class="el" href="utils_2_type_printer_8h_source.xhtml#l01468">arm_compute::operator&lt;&lt;()</a>.</p>
 
 </div>
 </div>
@@ -239,9 +243,9 @@ Data Fields</h2></td></tr>
 
 <p>Top-left x coordinate. </p>
 
-<p>Definition at line <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml#l00361">361</a> of file <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml">Types.h</a>.</p>
+<p>Definition at line <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml#l00545">545</a> of file <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml">Types.h</a>.</p>
 
-<p>Referenced by <a class="el" href="utils_2_utils_8cpp_source.xhtml#l00103">arm_compute::utils::draw_detection_rectangle()</a>.</p>
+<p>Referenced by <a class="el" href="_validation_8h_source.xhtml#l00786">arm_compute::test::validation::compare_detection_windows()</a>, <a class="el" href="reference_2_h_o_g_multi_detection_8cpp_source.xhtml#l00060">arm_compute::test::validation::reference::detection_windows_non_maxima_suppression()</a>, <a class="el" href="utils_2_utils_8cpp_source.xhtml#l00107">arm_compute::utils::draw_detection_rectangle()</a>, <a class="el" href="reference_2_h_o_g_detector_8cpp_source.xhtml#l00048">arm_compute::test::validation::reference::hog_detector()</a>, and <a class="el" href="utils_2_type_printer_8h_source.xhtml#l01468">arm_compute::operator&lt;&lt;()</a>.</p>
 
 </div>
 </div>
@@ -257,9 +261,9 @@ Data Fields</h2></td></tr>
 
 <p>Top-left y coordinate. </p>
 
-<p>Definition at line <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml#l00362">362</a> of file <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml">Types.h</a>.</p>
+<p>Definition at line <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml#l00546">546</a> of file <a class="el" href="arm__compute_2core_2_types_8h_source.xhtml">Types.h</a>.</p>
 
-<p>Referenced by <a class="el" href="utils_2_utils_8cpp_source.xhtml#l00103">arm_compute::utils::draw_detection_rectangle()</a>.</p>
+<p>Referenced by <a class="el" href="_validation_8h_source.xhtml#l00786">arm_compute::test::validation::compare_detection_windows()</a>, <a class="el" href="reference_2_h_o_g_multi_detection_8cpp_source.xhtml#l00060">arm_compute::test::validation::reference::detection_windows_non_maxima_suppression()</a>, <a class="el" href="utils_2_utils_8cpp_source.xhtml#l00107">arm_compute::utils::draw_detection_rectangle()</a>, <a class="el" href="reference_2_h_o_g_detector_8cpp_source.xhtml#l00048">arm_compute::test::validation::reference::hog_detector()</a>, and <a class="el" href="utils_2_type_printer_8h_source.xhtml#l01468">arm_compute::operator&lt;&lt;()</a>.</p>
 
 </div>
 </div>
@@ -272,7 +276,7 @@ Data Fields</h2></td></tr>
 <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
   <ul>
     <li class="navelem"><a class="el" href="namespacearm__compute.xhtml">arm_compute</a></li><li class="navelem"><a class="el" href="structarm__compute_1_1_detection_window.xhtml">DetectionWindow</a></li>
-    <li class="footer">Generated on Fri Jun 23 2017 15:44:35 for Compute Library by
+    <li class="footer">Generated on Wed May 23 2018 11:36:41 for Compute Library by
     <a href="http://www.doxygen.org/index.html">
     <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
   </ul>