blob: ac1f4a7fb02b67bf026aea9096354c11b6168bc6 [file] [log] [blame]
mathad01add078b2021-05-10 16:51:20 +01001<!-- Copyright (c) 2020 ARM Limited. -->
2<!-- -->
3<!-- SPDX-License-Identifier: MIT -->
4<!-- -->
5<!-- HTML header for doxygen 1.8.13-->
6<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
7<html xmlns="http://www.w3.org/1999/xhtml">
8<head>
9<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
10<meta http-equiv="X-UA-Compatible" content="IE=9"/>
11<meta name="generator" content="Doxygen 1.8.13"/>
12<meta name="robots" content="NOINDEX, NOFOLLOW" />
13<meta name="viewport" content="width=device-width, initial-scale=1"/>
14<title>ArmNN: tests/ImagePreprocessor.hpp Source File</title>
15<link href="tabs.css" rel="stylesheet" type="text/css"/>
16<script type="text/javascript" src="jquery.js"></script>
17<script type="text/javascript" src="dynsections.js"></script>
18<link href="navtree.css" rel="stylesheet" type="text/css"/>
19<script type="text/javascript" src="resize.js"></script>
20<script type="text/javascript" src="navtreedata.js"></script>
21<script type="text/javascript" src="navtree.js"></script>
22<script type="text/javascript">
23 $(document).ready(initResizable);
24</script>
25<link href="search/search.css" rel="stylesheet" type="text/css"/>
26<script type="text/javascript" src="search/searchdata.js"></script>
27<script type="text/javascript" src="search/search.js"></script>
28<script type="text/x-mathjax-config">
29 MathJax.Hub.Config({
30 extensions: ["tex2jax.js"],
31 jax: ["input/TeX","output/HTML-CSS"],
32});
33</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
34<link href="doxygen.css" rel="stylesheet" type="text/css" />
35<link href="stylesheet.css" rel="stylesheet" type="text/css"/>
36</head>
37<body>
38<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
39<div id="titlearea">
40<table cellspacing="0" cellpadding="0">
41 <tbody>
42 <tr style="height: 56px;">
43 <img alt="ArmNN" src="Arm_NN_horizontal_blue.png" style="max-width: 10rem; margin-top: .5rem; margin-left 10px"/>
44 <td style="padding-left: 0.5em;">
45 <div id="projectname">
46 &#160;<span id="projectnumber">21.05</span>
47 </div>
48 </td>
49 </tr>
50 </tbody>
51</table>
52</div>
53<!-- end header part -->
54<!-- Generated by Doxygen 1.8.13 -->
55<script type="text/javascript">
56var searchBox = new SearchBox("searchBox", "search",false,'Search');
57</script>
58<script type="text/javascript" src="menudata.js"></script>
59<script type="text/javascript" src="menu.js"></script>
60<script type="text/javascript">
61$(function() {
62 initMenu('',true,false,'search.php','Search');
63 $(document).ready(function() { init_search(); });
64});
65</script>
66<div id="main-nav"></div>
67</div><!-- top -->
68<div id="side-nav" class="ui-resizable side-nav-resizable">
69 <div id="nav-tree">
70 <div id="nav-tree-contents">
71 <div id="nav-sync" class="sync"></div>
72 </div>
73 </div>
74 <div id="splitbar" style="-moz-user-select:none;"
75 class="ui-resizable-handle">
76 </div>
77</div>
78<script type="text/javascript">
79$(document).ready(function(){initNavTree('_image_preprocessor_8hpp_source.xhtml','');});
80</script>
81<div id="doc-content">
82<!-- window showing the filter options -->
83<div id="MSearchSelectWindow"
84 onmouseover="return searchBox.OnSearchSelectShow()"
85 onmouseout="return searchBox.OnSearchSelectHide()"
86 onkeydown="return searchBox.OnSearchSelectKey(event)">
87</div>
88
89<!-- iframe showing the search results (closed by default) -->
90<div id="MSearchResultsWindow">
91<iframe src="javascript:void(0)" frameborder="0"
92 name="MSearchResults" id="MSearchResults">
93</iframe>
94</div>
95
96<div class="header">
97 <div class="headertitle">
98<div class="title">ImagePreprocessor.hpp</div> </div>
99</div><!--header-->
100<div class="contents">
101<a href="_image_preprocessor_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;vector&gt;</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="preprocessor">#include &lt;memory&gt;</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment">///Tf requires RGB images, normalized in range [0, 1] and resized using Bilinear algorithm</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;</div><div class="line"><a name="l00017"></a><span class="lineno"><a class="line" href="_image_preprocessor_8hpp.xhtml#aaf2811634c15da39d0966a444b780a55"> 17</a></span>&#160;<span class="keyword">using</span> <a class="code" href="_image_preprocessor_8hpp.xhtml#aaf2811634c15da39d0966a444b780a55">ImageSet</a> = std::pair&lt;const std::string, unsigned int&gt;;</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> TDataType&gt;</div><div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="class_image_preprocessor.xhtml"> 20</a></span>&#160;<span class="keyword">class </span><a class="code" href="class_image_preprocessor.xhtml">ImagePreprocessor</a></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;{</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00023"></a><span class="lineno"><a class="line" href="class_image_preprocessor.xhtml#af6964b8f91085191c5228d1a67db4523"> 23</a></span>&#160; <span class="keyword">using</span> <a class="code" href="class_image_preprocessor.xhtml#af6964b8f91085191c5228d1a67db4523">DataType</a> = TDataType;</div><div class="line"><a name="l00024"></a><span class="lineno"><a class="line" href="class_image_preprocessor.xhtml#a0b6d5426d97a60215cdcd609dee35cc9"> 24</a></span>&#160; <span class="keyword">using</span> <a class="code" href="class_classifier_test_case_data.xhtml">TTestCaseData</a> = <a class="code" href="class_classifier_test_case_data.xhtml">ClassifierTestCaseData&lt;DataType&gt;</a>;</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;</div><div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="class_image_preprocessor.xhtml#a8b182988d497b07d1e06a1707b67897f"> 26</a></span>&#160; <span class="keyword">enum</span> <a class="code" href="class_image_preprocessor.xhtml#a8b182988d497b07d1e06a1707b67897f">DataFormat</a></div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; {</div><div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="class_image_preprocessor.xhtml#a8b182988d497b07d1e06a1707b67897fa7442702e1d93df81504eb5e5d536c2fc"> 28</a></span>&#160; <a class="code" href="class_image_preprocessor.xhtml#a8b182988d497b07d1e06a1707b67897fa7442702e1d93df81504eb5e5d536c2fc">NHWC</a>,</div><div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="class_image_preprocessor.xhtml#a8b182988d497b07d1e06a1707b67897fa54d2c44e9fb4c89a3abd5088e04fdc48"> 29</a></span>&#160; <a class="code" href="class_image_preprocessor.xhtml#a8b182988d497b07d1e06a1707b67897fa54d2c44e9fb4c89a3abd5088e04fdc48">NCHW</a></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"> 31</span>&#160;</div><div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="class_image_preprocessor.xhtml#a3d7f9eb381f95c181466db2172dfd775"> 32</a></span>&#160; <span class="keyword">explicit</span> <a class="code" href="class_image_preprocessor.xhtml#a3d7f9eb381f95c181466db2172dfd775">ImagePreprocessor</a>(<span class="keyword">const</span> std::string&amp; binaryFileDirectory,</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> width,</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> height,</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; <span class="keyword">const</span> std::vector&lt;ImageSet&gt;&amp; imageSet,</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; <span class="keywordtype">float</span> scale=255.0f,</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; <span class="keyword">const</span> std::array&lt;float, 3&gt; mean={{0, 0, 0}},</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; <span class="keyword">const</span> std::array&lt;float, 3&gt; stddev={{1, 1, 1}},</div><div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; <a class="code" href="class_image_preprocessor.xhtml#a8b182988d497b07d1e06a1707b67897f">DataFormat</a> dataFormat=DataFormat::NHWC,</div><div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> batchSize=1)</div><div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; : m_BinaryDirectory(binaryFileDirectory)</div><div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; , m_Height(height)</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; , m_Width(width)</div><div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160; , m_BatchSize(batchSize)</div><div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; , m_Scale(scale)</div><div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; , m_ImageSet(imageSet)</div><div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160; , m_Mean(mean)</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; , m_Stddev(stddev)</div><div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; , m_DataFormat(dataFormat)</div><div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; {</div><div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; }</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"> 53</span>&#160; std::unique_ptr&lt;TTestCaseData&gt; <a class="code" href="class_image_preprocessor.xhtml#ac2bd5628ca0535f9e8af78e65685d62f">GetTestCaseData</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> testCaseId);</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">private</span>:</div><div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> GetNumImageElements()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> 3 * m_Width * m_Height; }</div><div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> GetNumImageBytes()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <span class="keyword">sizeof</span>(<a class="code" href="class_image_preprocessor.xhtml#af6964b8f91085191c5228d1a67db4523">DataType</a>) * GetNumImageElements(); }</div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> GetLabelAndResizedImageAsFloat(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> testCaseId,</div><div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; std::vector&lt;float&gt; &amp; result);</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; std::string m_BinaryDirectory;</div><div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> m_Height;</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> m_Width;</div><div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> m_BatchSize;</div><div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; <span class="comment">// Quantization parameters</span></div><div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; <span class="keywordtype">float</span> m_Scale;</div><div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; <span class="keyword">const</span> std::vector&lt;ImageSet&gt; m_ImageSet;</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;</div><div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; <span class="keyword">const</span> std::array&lt;float, 3&gt; m_Mean;</div><div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; <span class="keyword">const</span> std::array&lt;float, 3&gt; m_Stddev;</div><div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; <a class="code" href="class_image_preprocessor.xhtml#a8b182988d497b07d1e06a1707b67897f">DataFormat</a> m_DataFormat;</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;};</div><div class="ttc" id="class_image_preprocessor_xhtml_a8b182988d497b07d1e06a1707b67897fa54d2c44e9fb4c89a3abd5088e04fdc48"><div class="ttname"><a href="class_image_preprocessor.xhtml#a8b182988d497b07d1e06a1707b67897fa54d2c44e9fb4c89a3abd5088e04fdc48">ImagePreprocessor::NCHW</a></div><div class="ttdef"><b>Definition:</b> <a href="_image_preprocessor_8hpp_source.xhtml#l00029">ImagePreprocessor.hpp:29</a></div></div>
102<div class="ttc" id="class_image_preprocessor_xhtml_ac2bd5628ca0535f9e8af78e65685d62f"><div class="ttname"><a href="class_image_preprocessor.xhtml#ac2bd5628ca0535f9e8af78e65685d62f">ImagePreprocessor::GetTestCaseData</a></div><div class="ttdeci">std::unique_ptr&lt; TTestCaseData &gt; GetTestCaseData(unsigned int testCaseId)</div></div>
103<div class="ttc" id="class_classifier_test_case_data_xhtml"><div class="ttname"><a href="class_classifier_test_case_data.xhtml">ClassifierTestCaseData</a></div><div class="ttdef"><b>Definition:</b> <a href="_classifier_test_case_data_8hpp_source.xhtml#l00010">ClassifierTestCaseData.hpp:10</a></div></div>
104<div class="ttc" id="_image_preprocessor_8hpp_xhtml_aaf2811634c15da39d0966a444b780a55"><div class="ttname"><a href="_image_preprocessor_8hpp.xhtml#aaf2811634c15da39d0966a444b780a55">ImageSet</a></div><div class="ttdeci">std::pair&lt; const std::string, unsigned int &gt; ImageSet</div><div class="ttdoc">Tf requires RGB images, normalized in range [0, 1] and resized using Bilinear algorithm. </div><div class="ttdef"><b>Definition:</b> <a href="_image_preprocessor_8hpp_source.xhtml#l00017">ImagePreprocessor.hpp:17</a></div></div>
105<div class="ttc" id="class_image_preprocessor_xhtml_a8b182988d497b07d1e06a1707b67897fa7442702e1d93df81504eb5e5d536c2fc"><div class="ttname"><a href="class_image_preprocessor.xhtml#a8b182988d497b07d1e06a1707b67897fa7442702e1d93df81504eb5e5d536c2fc">ImagePreprocessor::NHWC</a></div><div class="ttdef"><b>Definition:</b> <a href="_image_preprocessor_8hpp_source.xhtml#l00028">ImagePreprocessor.hpp:28</a></div></div>
106<div class="ttc" id="class_image_preprocessor_xhtml_a3d7f9eb381f95c181466db2172dfd775"><div class="ttname"><a href="class_image_preprocessor.xhtml#a3d7f9eb381f95c181466db2172dfd775">ImagePreprocessor::ImagePreprocessor</a></div><div class="ttdeci">ImagePreprocessor(const std::string &amp;binaryFileDirectory, unsigned int width, unsigned int height, const std::vector&lt; ImageSet &gt; &amp;imageSet, float scale=255.0f, const std::array&lt; float, 3 &gt; mean={{0, 0, 0}}, const std::array&lt; float, 3 &gt; stddev={{1, 1, 1}}, DataFormat dataFormat=DataFormat::NHWC, unsigned int batchSize=1)</div><div class="ttdef"><b>Definition:</b> <a href="_image_preprocessor_8hpp_source.xhtml#l00032">ImagePreprocessor.hpp:32</a></div></div>
107<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>
108<div class="ttc" id="class_image_preprocessor_xhtml_af6964b8f91085191c5228d1a67db4523"><div class="ttname"><a href="class_image_preprocessor.xhtml#af6964b8f91085191c5228d1a67db4523">ImagePreprocessor::DataType</a></div><div class="ttdeci">TDataType DataType</div><div class="ttdef"><b>Definition:</b> <a href="_image_preprocessor_8hpp_source.xhtml#l00023">ImagePreprocessor.hpp:23</a></div></div>
109<div class="ttc" id="class_image_preprocessor_xhtml"><div class="ttname"><a href="class_image_preprocessor.xhtml">ImagePreprocessor</a></div><div class="ttdef"><b>Definition:</b> <a href="_image_preprocessor_8hpp_source.xhtml#l00020">ImagePreprocessor.hpp:20</a></div></div>
110<div class="ttc" id="class_image_preprocessor_xhtml_a8b182988d497b07d1e06a1707b67897f"><div class="ttname"><a href="class_image_preprocessor.xhtml#a8b182988d497b07d1e06a1707b67897f">ImagePreprocessor::DataFormat</a></div><div class="ttdeci">DataFormat</div><div class="ttdef"><b>Definition:</b> <a href="_image_preprocessor_8hpp_source.xhtml#l00026">ImagePreprocessor.hpp:26</a></div></div>
111</div><!-- fragment --></div><!-- contents -->
112</div><!-- doc-content -->
113<!-- start footer part -->
114<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
115 <ul>
116 <li class="navelem"><a class="el" href="dir_59425e443f801f1f2fd8bbe4959a3ccf.xhtml">tests</a></li><li class="navelem"><a class="el" href="_image_preprocessor_8hpp.xhtml">ImagePreprocessor.hpp</a></li>
117 <li class="footer">Generated on Mon May 10 2021 16:39:50 for ArmNN by
118 <a href="http://www.doxygen.org/index.html">
119 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
120 </ul>
121</div>
122</body>
123</html>