Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / gil / doc / html / reference / group___corner_detection_algorithms.html
1 <!-- HTML header for doxygen 1.8.13-->
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"/>
7     <meta name="generator" content="Doxygen 1.8.15"/>
8     <meta name="viewport" content="width=device-width, initial-scale=1"/>
9     <title>Generic Image Library: CornerDetectionAlgorithms</title>
10     <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="doxygen.css" rel="stylesheet" type="text/css" />
14     <link href="doxygen-boost.css" rel="stylesheet" type="text/css"/>
15   </head>
16   <body>
17     <div class="boost-header">
18       <table border="0" cellpadding="7" cellspacing="0" width="100%" summary="header">
19         <tr>
20           <td valign="top" width="300">
21             <h3><a href="../index.html"><img alt="Boost GIL" src="../_static/gil.png" border="0"></a></h3>
22           </td>
23           <td ><h1 align="center"><a href="../index.html"></a></h1></td>
24           <td></td>
25         </tr>
26       </table>
27     </div>
28     <hr/>
29     <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
30 <!-- Generated by Doxygen 1.8.15 -->
31 <script type="text/javascript" src="menudata.js"></script>
32 <script type="text/javascript" src="menu.js"></script>
33 <script type="text/javascript">
34 /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
35 $(function() {
36   initMenu('',false,false,'search.php','Search');
37 });
38 /* @license-end */</script>
39 <div id="main-nav"></div>
40 </div><!-- top -->
41 <div class="header">
42   <div class="summary">
43 <a href="#func-members">Functions</a>  </div>
44   <div class="headertitle">
45 <div class="title">CornerDetectionAlgorithms</div>  </div>
46 </div><!--header-->
47 <div class="contents">
48
49 <p>Algorithms that are used to find corners in an image.  
50 <a href="#details">More...</a></p>
51 <table class="memberdecls">
52 <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
53 Functions</h2></td></tr>
54 <tr class="memitem:gab73f324a539c60eae52a8017feab44d8"><td class="memTemplParams" colspan="2"><a id="gab73f324a539c60eae52a8017feab44d8"></a>
55 template&lt;typename T , typename Allocator &gt; </td></tr>
56 <tr class="memitem:gab73f324a539c60eae52a8017feab44d8"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group___corner_detection_algorithms.html#gab73f324a539c60eae52a8017feab44d8">compute_harris_responses</a> (boost::gil::gray32f_view_t m11, boost::gil::gray32f_view_t m12_21, boost::gil::gray32f_view_t m22, boost::gil::detail::kernel_2d&lt; T, Allocator &gt; weights, float k, boost::gil::gray32f_view_t harris_response)</td></tr>
57 <tr class="memdesc:gab73f324a539c60eae52a8017feab44d8"><td class="mdescLeft">&#160;</td><td class="mdescRight">function to record Harris responsesThis algorithm computes Harris responses for structure tensor represented by m11, m12_21, m22 views. Note that m12_21 represents both entries (1, 2) and (2, 1). Window length represents size of a window which is slided around to compute sum of corresponding entries. k is a discrimination constant against edges (usually in range 0.04 to 0.06). harris_response is an out parameter that will contain the Harris responses. <br /></td></tr>
58 <tr class="separator:gab73f324a539c60eae52a8017feab44d8"><td class="memSeparator" colspan="2">&#160;</td></tr>
59 </table>
60 <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
61 <p>Algorithms that are used to find corners in an image. </p>
62 <p>These algorithms are used to find spots from which sliding the window will produce large intensity change </p>
63 </div><!-- contents -->
64      <!-- HTML footer for doxygen 1.8.13-->
65      <!-- start footer part -->
66      <hr class="footer"/>
67      <address class="footer">
68       <small>
69         Generated by &#160;<a href="http://www.doxygen.org/index.html">doxygen</a> 1.8.15
70       </small>
71     </address>
72   </body>
73 </html>