blob: 5470c2e57603157503b3a76e128c2815daf7692c [file] [log] [blame]
Anthony Barbier871448e2017-03-24 14:54:29 +00001<!-- HTML header for doxygen 1.8.9.1-->
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml">
4<head>
5<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
6<meta http-equiv="X-UA-Compatible" content="IE=9"/>
Kaizen8938bd32017-09-28 14:38:23 +01007<meta name="generator" content="Doxygen 1.8.6"/>
Anthony Barbier871448e2017-03-24 14:54:29 +00008<meta name="robots" content="NOINDEX, NOFOLLOW" /> <!-- Prevent indexing by search engines -->
Anthony Barbierdbdab852017-06-23 15:42:00 +01009<title>Compute Library: InternalKeypoint Struct Reference</title>
Anthony Barbier871448e2017-03-24 14:54:29 +000010<link href="tabs.css" rel="stylesheet" type="text/css"/>
11<script type="text/javascript" src="jquery.js"></script>
12<script type="text/javascript" src="dynsections.js"></script>
13<link href="navtree.css" rel="stylesheet" type="text/css"/>
14<script type="text/javascript" src="resize.js"></script>
Anthony Barbier871448e2017-03-24 14:54:29 +000015<script type="text/javascript" src="navtree.js"></script>
16<script type="text/javascript">
17 $(document).ready(initResizable);
18 $(window).load(resizeHeight);
19</script>
20<link href="search/search.css" rel="stylesheet" type="text/css"/>
Anthony Barbier871448e2017-03-24 14:54:29 +000021<script type="text/javascript" src="search/search.js"></script>
22<script type="text/javascript">
Kaizen8938bd32017-09-28 14:38:23 +010023 $(document).ready(function() { searchBox.OnSelectItem(0); });
Anthony Barbier871448e2017-03-24 14:54:29 +000024</script>
25<script type="text/x-mathjax-config">
26 MathJax.Hub.Config({
27 extensions: ["tex2jax.js"],
28 jax: ["input/TeX","output/HTML-CSS"],
29});
Kaizen8938bd32017-09-28 14:38:23 +010030</script><script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
Anthony Barbier871448e2017-03-24 14:54:29 +000031<link href="doxygen.css" rel="stylesheet" type="text/css" />
32</head>
33<body>
34<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
35<div id="titlearea">
36<table cellspacing="0" cellpadding="0">
37 <tbody>
38 <tr style="height: 56px;">
39 <td style="padding-left: 0.5em;">
Anthony Barbierdbdab852017-06-23 15:42:00 +010040 <div id="projectname">Compute Library
Kaizenbf8b01d2017-10-12 14:26:51 +010041 &#160;<span id="projectnumber">17.10</span>
Anthony Barbier871448e2017-03-24 14:54:29 +000042 </div>
43 </td>
44 </tr>
45 </tbody>
46</table>
47</div>
48<!-- end header part -->
Kaizen8938bd32017-09-28 14:38:23 +010049<!-- Generated by Doxygen 1.8.6 -->
Anthony Barbier871448e2017-03-24 14:54:29 +000050<script type="text/javascript">
51var searchBox = new SearchBox("searchBox", "search",false,'Search');
52</script>
53 <div id="navrow1" class="tabs">
54 <ul class="tablist">
55 <li><a href="index.xhtml"><span>Main&#160;Page</span></a></li>
Anthony Barbierdbdab852017-06-23 15:42:00 +010056 <li><a href="pages.xhtml"><span>Related&#160;Pages</span></a></li>
Anthony Barbier871448e2017-03-24 14:54:29 +000057 <li><a href="namespaces.xhtml"><span>Namespaces</span></a></li>
58 <li class="current"><a href="annotated.xhtml"><span>Data&#160;Structures</span></a></li>
59 <li><a href="files.xhtml"><span>Files</span></a></li>
60 <li>
61 <div id="MSearchBox" class="MSearchBoxInactive">
62 <span class="left">
63 <img id="MSearchSelect" src="search/mag_sel.png"
64 onmouseover="return searchBox.OnSearchSelectShow()"
65 onmouseout="return searchBox.OnSearchSelectHide()"
66 alt=""/>
67 <input type="text" id="MSearchField" value="Search" accesskey="S"
68 onfocus="searchBox.OnSearchFieldFocus(true)"
69 onblur="searchBox.OnSearchFieldFocus(false)"
70 onkeyup="searchBox.OnSearchFieldChange(event)"/>
71 </span><span class="right">
72 <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
73 </span>
74 </div>
75 </li>
76 </ul>
77 </div>
78 <div id="navrow2" class="tabs2">
79 <ul class="tablist">
80 <li><a href="annotated.xhtml"><span>Data&#160;Structures</span></a></li>
81 <li><a href="classes.xhtml"><span>Data&#160;Structure&#160;Index</span></a></li>
82 <li><a href="inherits.xhtml"><span>Class&#160;Hierarchy</span></a></li>
83 <li><a href="functions.xhtml"><span>Data&#160;Fields</span></a></li>
84 </ul>
85 </div>
86</div><!-- top -->
87<div id="side-nav" class="ui-resizable side-nav-resizable">
88 <div id="nav-tree">
89 <div id="nav-tree-contents">
90 <div id="nav-sync" class="sync"></div>
91 </div>
92 </div>
93 <div id="splitbar" style="-moz-user-select:none;"
94 class="ui-resizable-handle">
95 </div>
96</div>
97<script type="text/javascript">
98$(document).ready(function(){initNavTree('struct_internal_keypoint.xhtml','');});
99</script>
100<div id="doc-content">
101<!-- window showing the filter options -->
102<div id="MSearchSelectWindow"
103 onmouseover="return searchBox.OnSearchSelectShow()"
104 onmouseout="return searchBox.OnSearchSelectHide()"
105 onkeydown="return searchBox.OnSearchSelectKey(event)">
Kaizen8938bd32017-09-28 14:38:23 +0100106<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&#160;</span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(10)"><span class="SelectionMark">&#160;</span>Macros</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(11)"><span class="SelectionMark">&#160;</span>Pages</a></div>
Anthony Barbier871448e2017-03-24 14:54:29 +0000107
108<!-- iframe showing the search results (closed by default) -->
109<div id="MSearchResultsWindow">
110<iframe src="javascript:void(0)" frameborder="0"
111 name="MSearchResults" id="MSearchResults">
112</iframe>
113</div>
114
115<div class="header">
116 <div class="summary">
117<a href="#pub-attribs">Data Fields</a> </div>
118 <div class="headertitle">
119<div class="title">InternalKeypoint Struct Reference</div> </div>
120</div><!--header-->
121<div class="contents">
122<table class="memberdecls">
123<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
124Data Fields</h2></td></tr>
125<tr class="memitem:ad0da36b2558901e21e7a30f6c227a45e"><td class="memItemLeft" align="right" valign="top">float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_internal_keypoint.xhtml#ad0da36b2558901e21e7a30f6c227a45e">x</a></td></tr>
Kaizen8938bd32017-09-28 14:38:23 +0100126<tr class="memdesc:ad0da36b2558901e21e7a30f6c227a45e"><td class="mdescLeft">&#160;</td><td class="mdescRight">The x coordinate. <a href="#ad0da36b2558901e21e7a30f6c227a45e">More...</a><br/></td></tr>
Anthony Barbier871448e2017-03-24 14:54:29 +0000127<tr class="separator:ad0da36b2558901e21e7a30f6c227a45e"><td class="memSeparator" colspan="2">&#160;</td></tr>
128<tr class="memitem:aa4f0d3eebc3c443f9be81bf48561a217"><td class="memItemLeft" align="right" valign="top">float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_internal_keypoint.xhtml#aa4f0d3eebc3c443f9be81bf48561a217">y</a></td></tr>
Kaizen8938bd32017-09-28 14:38:23 +0100129<tr class="memdesc:aa4f0d3eebc3c443f9be81bf48561a217"><td class="mdescLeft">&#160;</td><td class="mdescRight">The y coordinate. <a href="#aa4f0d3eebc3c443f9be81bf48561a217">More...</a><br/></td></tr>
Anthony Barbier871448e2017-03-24 14:54:29 +0000130<tr class="separator:aa4f0d3eebc3c443f9be81bf48561a217"><td class="memSeparator" colspan="2">&#160;</td></tr>
131<tr class="memitem:a08361efa212a9ab04a5965766ea942d5"><td class="memItemLeft" align="right" valign="top">float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_internal_keypoint.xhtml#a08361efa212a9ab04a5965766ea942d5">tracking_status</a></td></tr>
Kaizen8938bd32017-09-28 14:38:23 +0100132<tr class="memdesc:a08361efa212a9ab04a5965766ea942d5"><td class="mdescLeft">&#160;</td><td class="mdescRight">A zero indicates a lost point. <a href="#a08361efa212a9ab04a5965766ea942d5">More...</a><br/></td></tr>
Anthony Barbier871448e2017-03-24 14:54:29 +0000133<tr class="separator:a08361efa212a9ab04a5965766ea942d5"><td class="memSeparator" colspan="2">&#160;</td></tr>
134<tr class="memitem:aaf67d90c5e431e85ea2b7681537beab9"><td class="memItemLeft" align="right" valign="top">float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_internal_keypoint.xhtml#aaf67d90c5e431e85ea2b7681537beab9">dummy</a></td></tr>
135<tr class="separator:aaf67d90c5e431e85ea2b7681537beab9"><td class="memSeparator" colspan="2">&#160;</td></tr>
136</table>
137<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
138<div class="textblock">
139<p>Definition at line <a class="el" href="optical__flow__pyramid__lk_8cl_source.xhtml#l00042">42</a> of file <a class="el" href="optical__flow__pyramid__lk_8cl_source.xhtml">optical_flow_pyramid_lk.cl</a>.</p>
140</div><h2 class="groupheader">Field Documentation</h2>
141<a class="anchor" id="aaf67d90c5e431e85ea2b7681537beab9"></a>
142<div class="memitem">
143<div class="memproto">
144 <table class="memname">
145 <tr>
146 <td class="memname">float dummy</td>
147 </tr>
148 </table>
149</div><div class="memdoc">
150
151<p>Definition at line <a class="el" href="optical__flow__pyramid__lk_8cl_source.xhtml#l00047">47</a> of file <a class="el" href="optical__flow__pyramid__lk_8cl_source.xhtml">optical_flow_pyramid_lk.cl</a>.</p>
152
153</div>
154</div>
155<a class="anchor" id="a08361efa212a9ab04a5965766ea942d5"></a>
156<div class="memitem">
157<div class="memproto">
158 <table class="memname">
159 <tr>
160 <td class="memname">float tracking_status</td>
161 </tr>
162 </table>
163</div><div class="memdoc">
164
165<p>A zero indicates a lost point. </p>
166<p>Initialized to 1 by corner detectors. </p>
167
168<p>Definition at line <a class="el" href="optical__flow__pyramid__lk_8cl_source.xhtml#l00046">46</a> of file <a class="el" href="optical__flow__pyramid__lk_8cl_source.xhtml">optical_flow_pyramid_lk.cl</a>.</p>
169
170<p>Referenced by <a class="el" href="optical__flow__pyramid__lk_8cl_source.xhtml#l00157">finalize()</a>, <a class="el" href="optical__flow__pyramid__lk_8cl_source.xhtml#l00094">init_level_max()</a>, and <a class="el" href="optical__flow__pyramid__lk_8cl_source.xhtml#l00123">init_level_max_initial_estimate()</a>.</p>
171
172</div>
173</div>
174<a class="anchor" id="ad0da36b2558901e21e7a30f6c227a45e"></a>
175<div class="memitem">
176<div class="memproto">
177 <table class="memname">
178 <tr>
179 <td class="memname">float x</td>
180 </tr>
181 </table>
182</div><div class="memdoc">
183
184<p>The x coordinate. </p>
185
186<p>Definition at line <a class="el" href="optical__flow__pyramid__lk_8cl_source.xhtml#l00044">44</a> of file <a class="el" href="optical__flow__pyramid__lk_8cl_source.xhtml">optical_flow_pyramid_lk.cl</a>.</p>
187
188<p>Referenced by <a class="el" href="optical__flow__pyramid__lk_8cl_source.xhtml#l00157">finalize()</a>, <a class="el" href="optical__flow__pyramid__lk_8cl_source.xhtml#l00094">init_level_max()</a>, and <a class="el" href="optical__flow__pyramid__lk_8cl_source.xhtml#l00123">init_level_max_initial_estimate()</a>.</p>
189
190</div>
191</div>
192<a class="anchor" id="aa4f0d3eebc3c443f9be81bf48561a217"></a>
193<div class="memitem">
194<div class="memproto">
195 <table class="memname">
196 <tr>
197 <td class="memname">float y</td>
198 </tr>
199 </table>
200</div><div class="memdoc">
201
202<p>The y coordinate. </p>
203
204<p>Definition at line <a class="el" href="optical__flow__pyramid__lk_8cl_source.xhtml#l00045">45</a> of file <a class="el" href="optical__flow__pyramid__lk_8cl_source.xhtml">optical_flow_pyramid_lk.cl</a>.</p>
205
206<p>Referenced by <a class="el" href="optical__flow__pyramid__lk_8cl_source.xhtml#l00157">finalize()</a>, <a class="el" href="optical__flow__pyramid__lk_8cl_source.xhtml#l00094">init_level_max()</a>, and <a class="el" href="optical__flow__pyramid__lk_8cl_source.xhtml#l00123">init_level_max_initial_estimate()</a>.</p>
207
208</div>
209</div>
210<hr/>The documentation for this struct was generated from the following file:<ul>
211<li>src/core/CL/cl_kernels/<a class="el" href="optical__flow__pyramid__lk_8cl_source.xhtml">optical_flow_pyramid_lk.cl</a></li>
212</ul>
213</div><!-- contents -->
214</div><!-- doc-content -->
215<!-- start footer part -->
216<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
217 <ul>
218 <li class="navelem"><a class="el" href="struct_internal_keypoint.xhtml">InternalKeypoint</a></li>
Kaizenbf8b01d2017-10-12 14:26:51 +0100219 <li class="footer">Generated on Thu Oct 12 2017 14:26:35 for Compute Library by
Anthony Barbier871448e2017-03-24 14:54:29 +0000220 <a href="http://www.doxygen.org/index.html">
Kaizen8938bd32017-09-28 14:38:23 +0100221 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
Anthony Barbier871448e2017-03-24 14:54:29 +0000222 </ul>
223</div>
224</body>
225</html>