<p><ahref="libcvautomation-opencv_8h_source.html">Go to the source code of this file.</a></p>
<tableclass="memberdecls">
<tr><tdcolspan="2"><h2><aname="func-members"></a>
Functions</h2></td></tr>
<tr><tdclass="memItemLeft"align="right"valign="top">CvPoint </td><tdclass="memItemRight"valign="bottom"><aclass="el"href="libcvautomation-opencv_8h.html#ad37dfe0e025507d2437ea297232e8265">matchSubImage</a> (IplImage *rootImage, IplImage *subImage, int searchMethod, double tolerance)</td></tr>
<tr><tdclass="mdescLeft"> </td><tdclass="mdescRight">Return the location of a sub image in its root image. <ahref="#ad37dfe0e025507d2437ea297232e8265"></a><br/></td></tr>
<tr><tdclass="memItemLeft"align="right"valign="top">CvPoint </td><tdclass="memItemRight"valign="bottom"><aclass="el"href="libcvautomation-opencv_8h.html#a0f847f63a736bddcc78ebf857be0813f">matchSubImage_center</a> (IplImage *rootImage, IplImage *subImage, int searchMethod, double tolerance)</td></tr>
<tr><tdclass="mdescLeft"> </td><tdclass="mdescRight">Return the center of a sub image in its root image, rather than the top-left corner. <ahref="#a0f847f63a736bddcc78ebf857be0813f"></a><br/></td></tr>
<tr><tdclass="mdescLeft"> </td><tdclass="mdescRight">Return the location of a sub image in its root image. <ahref="#a938c40be84667f64b51c8f1fa3725b43"></a><br/></td></tr>
<tr><tdclass="mdescLeft"> </td><tdclass="mdescRight">Return the center of a sub image in its root image, rather than the top-left corner. <ahref="#a0403ac35c77946e86f6436fd891fa6ac"></a><br/></td></tr>
<tr><tdclass="memItemLeft"align="right"valign="top">void </td><tdclass="memItemRight"valign="bottom"><aclass="el"href="libcvautomation-opencv_8h.html#a3facf18280800537b7b7694b5cd731cf">matchSubImage_a</a> (IplImage *rootImage, <aclass="el"href="structcvautomationList.html">cvautomationList</a> *subImageArray, int listSize)</td></tr>
<tr><tdclass="mdescLeft"> </td><tdclass="mdescRight">Parse an array of sub images and send them to <aclass="el"href="libcvautomation-opencv_8h.html#ad37dfe0e025507d2437ea297232e8265"title="Return the location of a sub image in its root image.">matchSubImage()</a><ahref="#a3facf18280800537b7b7694b5cd731cf"></a><br/></td></tr>
<tr><tdclass="memItemLeft"align="right"valign="top">void </td><tdclass="memItemRight"valign="bottom"><aclass="el"href="libcvautomation-opencv_8h.html#ac936ccd391f6a7b9212d5ee0009d7cc1">matchSubImage_a_center</a> (IplImage *rootImage, <aclass="el"href="structcvautomationList.html">cvautomationList</a> *subImageArray, int listSize)</td></tr>
<tr><tdclass="mdescLeft"> </td><tdclass="mdescRight">Parse an array of sub images and send them to <aclass="el"href="libcvautomation-opencv_8h.html#a0f847f63a736bddcc78ebf857be0813f"title="Return the center of a sub image in its root image, rather than the top-left corner.">matchSubImage_center()</a><ahref="#ac936ccd391f6a7b9212d5ee0009d7cc1"></a><br/></td></tr>
<tr><tdclass="memItemLeft"align="right"valign="top">void </td><tdclass="memItemRight"valign="bottom"><aclass="el"href="libcvautomation-opencv_8h.html#adc8768ffe81ab2778f9ee9ea61882090">matchSubImage_a_location</a> (const char *rootImageFileName, <aclass="el"href="structcvautomationList.html">cvautomationList</a> *subImageArray, int listSize)</td></tr>
<tr><tdclass="mdescLeft"> </td><tdclass="mdescRight">Parse an array of sub images and send them to <aclass="el"href="libcvautomation-opencv_8h.html#ad37dfe0e025507d2437ea297232e8265"title="Return the location of a sub image in its root image.">matchSubImage()</a><ahref="#adc8768ffe81ab2778f9ee9ea61882090"></a><br/></td></tr>
<tr><tdclass="memItemLeft"align="right"valign="top">void </td><tdclass="memItemRight"valign="bottom"><aclass="el"href="libcvautomation-opencv_8h.html#ad1a6791e1ab8ec5d456845bb2382b194">matchSubImage_a_location_center</a> (const char *rootImageFileName, <aclass="el"href="structcvautomationList.html">cvautomationList</a> *subImageArray, int listSize)</td></tr>
<tr><tdclass="mdescLeft"> </td><tdclass="mdescRight">Parse an array of sub images and send them to <aclass="el"href="libcvautomation-opencv_8h.html#a0f847f63a736bddcc78ebf857be0813f"title="Return the center of a sub image in its root image, rather than the top-left corner.">matchSubImage_center()</a><ahref="#ad1a6791e1ab8ec5d456845bb2382b194"></a><br/></td></tr>
<p>Return the location of a sub image in its root image. </p>
<p>The difference that this function has over <aclass="el"href="libcvautomation-opencv_8h.html#ad37dfe0e025507d2437ea297232e8265"title="Return the location of a sub image in its root image.">matchSubImage()</a> is that <em>rootImage_location</em> and <em>subImage_location</em> are from files, rather than an IplImage format image. </p>
<dlclass="params"><dt><b>Parameters:</b></dt><dd>
<tableclass="params">
<tr><tdclass="paramname">rootImage_location</td><td>The location of the root image </td></tr>
<tr><tdclass="paramname">subImage_location</td><td>The location of the sub image to search for in <code>rootImage</code></td></tr>
<tr><tdclass="paramname">searchMethod</td><td>The search method to use when searching for <code>subImage</code> in <code>rootImage</code>. </td></tr>
<tr><tdclass="paramname">tolerance</td><td>The tolerance to use when searching for <code>subImage</code> in <code>rootImage</code>. </td></tr>
<p>Return the center of a sub image in its root image, rather than the top-left corner. </p>
<p>The difference that this function has over <aclass="el"href="libcvautomation-opencv_8h.html#a0f847f63a736bddcc78ebf857be0813f"title="Return the center of a sub image in its root image, rather than the top-left corner.">matchSubImage_center()</a> is that <em>rootImage_location</em> and <em>subImage_location</em> are from files, rather than an IplImage format image. </p>
<dlclass="params"><dt><b>Parameters:</b></dt><dd>
<tableclass="params">
<tr><tdclass="paramname">rootImage_location</td><td>The location of the root image </td></tr>
<tr><tdclass="paramname">subImage_location</td><td>The location of the sub image to search for in <code>rootImage</code></td></tr>
<tr><tdclass="paramname">searchMethod</td><td>The search method to use when searching for <code>subImage</code> in <code>rootImage</code>. </td></tr>
<tr><tdclass="paramname">tolerance</td><td>The tolerance to use when searching for <code>subImage</code> in <code>rootImage</code>. </td></tr>
<p>Parse an array of sub images and send them to <aclass="el"href="libcvautomation-opencv_8h.html#ad37dfe0e025507d2437ea297232e8265"title="Return the location of a sub image in its root image.">matchSubImage()</a></p>
<dlclass="params"><dt><b>Parameters:</b></dt><dd>
<tableclass="params">
<tr><tdclass="paramname">rootImage</td><td>The root image (in IplImage format) to search in </td></tr>
<tr><tdclass="paramname">subImageArray</td><td>The sub image array to search for in <code>rootImage</code> - Note that the contents of <code>subImageArray</code> are modified during execution of this routine </td></tr>
<tr><tdclass="paramname">listSize</td><td>The number of sub images to search for in subImageArray </td></tr>
<dlclass="see"><dt><b>See also:</b></dt><dd><aclass="el"href="structcvautomationList.html"title="Implements a structure to build an array for methods like matchSubImage_a()">cvautomationList</a></dd></dl>
<dlclass="return"><dt><b>Returns:</b></dt><dd>This function returns void, and modifies the contents of subImageArray </dd></dl>
<p>Parse an array of sub images and send them to <aclass="el"href="libcvautomation-opencv_8h.html#a0f847f63a736bddcc78ebf857be0813f"title="Return the center of a sub image in its root image, rather than the top-left corner.">matchSubImage_center()</a></p>
<p>Uses the cvautomationList.cvaImage parameter to find a <code>subImage</code> in <code>rootImage</code></p>
<dlclass="params"><dt><b>Parameters:</b></dt><dd>
<tableclass="params">
<tr><tdclass="paramname">rootImage</td><td>The root image (in IplImage format) to search in </td></tr>
<tr><tdclass="paramname">subImageArray</td><td>The sub image array to search for in <code>rootImage</code> - Note that the contents of <code>subImageArray</code> are modified during execution of this routine </td></tr>
<tr><tdclass="paramname">listSize</td><td>The number of sub images to search for in subImageArray </td></tr>
<dlclass="see"><dt><b>See also:</b></dt><dd><aclass="el"href="structcvautomationList.html"title="Implements a structure to build an array for methods like matchSubImage_a()">cvautomationList</a></dd></dl>
<dlclass="return"><dt><b>Returns:</b></dt><dd>This function returns void, and modifies the contents of subImageArray </dd></dl>
<p>Parse an array of sub images and send them to <aclass="el"href="libcvautomation-opencv_8h.html#ad37dfe0e025507d2437ea297232e8265"title="Return the location of a sub image in its root image.">matchSubImage()</a></p>
<p>The difference between this and <aclass="el"href="libcvautomation-opencv_8h.html#a3facf18280800537b7b7694b5cd731cf"title="Parse an array of sub images and send them to matchSubImage()">matchSubImage_a()</a> is that this uses a root image from filename, rather than from an IplImage format. </p>
<dlclass="params"><dt><b>Parameters:</b></dt><dd>
<tableclass="params">
<tr><tdclass="paramname">rootImage_location</td><td>The location of the root image </td></tr>
<tr><tdclass="paramname">subImageArray</td><td>The sub image array to search for in <code>rootImage_location</code> - Note that the contents of <code>subImageArray</code> are modified during execution of this routine </td></tr>
<tr><tdclass="paramname">listSize</td><td>The number of sub images to search for in subImageArray </td></tr>
<dlclass="see"><dt><b>See also:</b></dt><dd><aclass="el"href="structcvautomationList.html"title="Implements a structure to build an array for methods like matchSubImage_a()">cvautomationList</a></dd></dl>
<dlclass="return"><dt><b>Returns:</b></dt><dd>This function returns void, and modifies the contents of subImageArray </dd></dl>
<p>Parse an array of sub images and send them to <aclass="el"href="libcvautomation-opencv_8h.html#a0f847f63a736bddcc78ebf857be0813f"title="Return the center of a sub image in its root image, rather than the top-left corner.">matchSubImage_center()</a></p>
<p>The difference that this function has over <aclass="el"href="libcvautomation-opencv_8h.html#ac936ccd391f6a7b9212d5ee0009d7cc1"title="Parse an array of sub images and send them to matchSubImage_center()">matchSubImage_a_center()</a> is that <code>rootImage_location</code> is from a file </p>
<dlclass="params"><dt><b>Parameters:</b></dt><dd>
<tableclass="params">
<tr><tdclass="paramname">rootImage_location</td><td>The location of the root image </td></tr>
<tr><tdclass="paramname">subImageArray</td><td>The sub image array to search for in <code>rootImage_location</code> - Note that the contents of <code>subImageArray</code> are modified during execution of this routine </td></tr>
<tr><tdclass="paramname">listSize</td><td>The number of sub images to search for in subImageArray </td></tr>
<dlclass="see"><dt><b>See also:</b></dt><dd><aclass="el"href="structcvautomationList.html"title="Implements a structure to build an array for methods like matchSubImage_a()">cvautomationList</a></dd></dl>
<dlclass="return"><dt><b>Returns:</b></dt><dd>This function returns void, and modifies the contents of subImageArray </dd></dl>