libcvautomation/libcvautomation-opencv_8h.html
2012-07-17 16:07:18 -04:00

476 lines
27 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>libcvautomation: libcvautomation-opencv.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td>
<td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
</tr>
</table>
</form>
</li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
</ul></div>
<h1>libcvautomation-opencv.h File Reference</h1>The source code to access libcv from inside libcvautomation. <a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="libcvautomation_8h-source.html">libcvautomation/libcvautomation.h</a>&gt;</code><br>
<p>
<a href="libcvautomation-opencv_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">CvPoint&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="libcvautomation-opencv_8h.html#297b9b5b22f77b65308d4057cff845f7">matchSubImage</a> (IplImage *rootImage, IplImage *subImage, int searchMethod, double tolerance)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the location of a sub image in its root image. <a href="#297b9b5b22f77b65308d4057cff845f7"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">CvPoint&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="libcvautomation-opencv_8h.html#5bf9db7dfc5674e40180937b0c7787f3">matchSubImage_center</a> (IplImage *rootImage, IplImage *subImage, int searchMethod, double tolerance)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the center of a sub image in its root image, rather than the top-left corner. <a href="#5bf9db7dfc5674e40180937b0c7787f3"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">CvPoint&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="libcvautomation-opencv_8h.html#c0d3066da6b2d42251c876d12a7158c7">matchSubImage_location</a> (const char *rootImage_location, const char *subImage_location, int searchMethod, double tolerance)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the location of a sub image in its root image. <a href="#c0d3066da6b2d42251c876d12a7158c7"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">CvPoint&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="libcvautomation-opencv_8h.html#bed7c891adb272993912d973c0e08c27">matchSubImage_location_center</a> (const char *rootImage_location, const char *subImage_location, int searchMethod, double tolerance)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the center of a sub image in its root image, rather than the top-left corner. <a href="#bed7c891adb272993912d973c0e08c27"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="libcvautomation-opencv_8h.html#994981e2d31d5fb62fc3b227e36ebf87">matchSubImage_a</a> (IplImage *rootImage, <a class="el" href="structcvautomationList.html">cvautomationList</a> *subImageArray, int listSize)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Parse an array of sub images and send them to <a class="el" href="libcvautomation-opencv_8h.html#297b9b5b22f77b65308d4057cff845f7">matchSubImage()</a>. <a href="#994981e2d31d5fb62fc3b227e36ebf87"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="libcvautomation-opencv_8h.html#08ee04814a6cf9abde0bfa6e8baf71de">matchSubImage_a_center</a> (IplImage *rootImage, <a class="el" href="structcvautomationList.html">cvautomationList</a> *subImageArray, int listSize)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Parse an array of sub images and send them to <a class="el" href="libcvautomation-opencv_8h.html#5bf9db7dfc5674e40180937b0c7787f3">matchSubImage_center()</a>. <a href="#08ee04814a6cf9abde0bfa6e8baf71de"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="libcvautomation-opencv_8h.html#22a093abc57d2a5123cb50c2dc6e7dd2">matchSubImage_a_location</a> (const char *rootImageFileName, <a class="el" href="structcvautomationList.html">cvautomationList</a> *subImageArray, int listSize)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Parse an array of sub images and send them to <a class="el" href="libcvautomation-opencv_8h.html#297b9b5b22f77b65308d4057cff845f7">matchSubImage()</a>. <a href="#22a093abc57d2a5123cb50c2dc6e7dd2"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="libcvautomation-opencv_8h.html#4b591c5b0a520f3d2c41345f9cd92fa5">matchSubImage_a_location_center</a> (const char *rootImageFileName, <a class="el" href="structcvautomationList.html">cvautomationList</a> *subImageArray, int listSize)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Parse an array of sub images and send them to <a class="el" href="libcvautomation-opencv_8h.html#5bf9db7dfc5674e40180937b0c7787f3">matchSubImage_center()</a>. <a href="#4b591c5b0a520f3d2c41345f9cd92fa5"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
The source code to access libcv from inside libcvautomation.
<p>
This source file builds in the necessary functionality to use libcv functions inside libcvautomation. <dl compact><dt><b>Author:</b></dt><dd>Bradlee Speice </dd></dl>
<dl compact><dt><b>Date:</b></dt><dd>6/21/2012 </dd></dl>
<p>
Definition in file <a class="el" href="libcvautomation-opencv_8h-source.html">libcvautomation-opencv.h</a>.<hr><h2>Function Documentation</h2>
<a class="anchor" name="297b9b5b22f77b65308d4057cff845f7"></a><!-- doxytag: member="libcvautomation-opencv.h::matchSubImage" ref="297b9b5b22f77b65308d4057cff845f7" args="(IplImage *rootImage, IplImage *subImage, int searchMethod, double tolerance)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">CvPoint matchSubImage </td>
<td>(</td>
<td class="paramtype">IplImage *&nbsp;</td>
<td class="paramname"> <em>rootImage</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">IplImage *&nbsp;</td>
<td class="paramname"> <em>subImage</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>searchMethod</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">double&nbsp;</td>
<td class="paramname"> <em>tolerance</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Return the location of a sub image in its root image.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>rootImage</em>&nbsp;</td><td>The root image (in IplImage format) to search in </td></tr>
<tr><td valign="top"></td><td valign="top"><em>subImage</em>&nbsp;</td><td>The sub image (in IplImage format) to search for in <code>rootImage</code> </td></tr>
<tr><td valign="top"></td><td valign="top"><em>searchMethod</em>&nbsp;</td><td>The search method to use when searching for <code>subImage</code> in <code>rootImage</code>. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>tolerance</em>&nbsp;</td><td>The tolerance to use when searching for <code>subImage</code> in <code>rootImage</code>. </td></tr>
</table>
</dl>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="libcv_search_methods.html">Libcv Search Methods</a> </dd></dl>
<dl compact><dt><b>Returns:</b></dt><dd>The location of the sub image in root image </dd></dl>
</div>
</div><p>
<a class="anchor" name="5bf9db7dfc5674e40180937b0c7787f3"></a><!-- doxytag: member="libcvautomation-opencv.h::matchSubImage_center" ref="5bf9db7dfc5674e40180937b0c7787f3" args="(IplImage *rootImage, IplImage *subImage, int searchMethod, double tolerance)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">CvPoint matchSubImage_center </td>
<td>(</td>
<td class="paramtype">IplImage *&nbsp;</td>
<td class="paramname"> <em>rootImage</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">IplImage *&nbsp;</td>
<td class="paramname"> <em>subImage</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>searchMethod</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">double&nbsp;</td>
<td class="paramname"> <em>tolerance</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Return the center of a sub image in its root image, rather than the top-left corner.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>rootImage</em>&nbsp;</td><td>The root image (in IplImage format) to search in </td></tr>
<tr><td valign="top"></td><td valign="top"><em>subImage</em>&nbsp;</td><td>The sub image (in IplImage format) to search for in <code>rootImage</code> </td></tr>
<tr><td valign="top"></td><td valign="top"><em>searchMethod</em>&nbsp;</td><td>The search method to use when searching for <code>subImage</code> in <code>rootImage</code>. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>tolerance</em>&nbsp;</td><td>The tolerance to use when searching for <code>subImage</code> in <code>rootImage</code>. </td></tr>
</table>
</dl>
<dl compact><dt><b>See also:</b></dt><dd>libcv_search_methods </dd></dl>
<dl compact><dt><b>Returns:</b></dt><dd>The center location of the sub image in root image </dd></dl>
</div>
</div><p>
<a class="anchor" name="c0d3066da6b2d42251c876d12a7158c7"></a><!-- doxytag: member="libcvautomation-opencv.h::matchSubImage_location" ref="c0d3066da6b2d42251c876d12a7158c7" args="(const char *rootImage_location, const char *subImage_location, int searchMethod, double tolerance)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">CvPoint matchSubImage_location </td>
<td>(</td>
<td class="paramtype">const char *&nbsp;</td>
<td class="paramname"> <em>rootImage_location</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char *&nbsp;</td>
<td class="paramname"> <em>subImage_location</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>searchMethod</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">double&nbsp;</td>
<td class="paramname"> <em>tolerance</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Return the location of a sub image in its root image.
<p>
The difference that this function has over <a class="el" href="libcvautomation-opencv_8h.html#297b9b5b22f77b65308d4057cff845f7">matchSubImage()</a> is that <em>rootImage_location</em> and <em>subImage_location</em> are from files, rather than an IplImage format image. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>rootImage_location</em>&nbsp;</td><td>The location of the root image </td></tr>
<tr><td valign="top"></td><td valign="top"><em>subImage_location</em>&nbsp;</td><td>The location of the sub image to search for in <code>rootImage</code> </td></tr>
<tr><td valign="top"></td><td valign="top"><em>searchMethod</em>&nbsp;</td><td>The search method to use when searching for <code>subImage</code> in <code>rootImage</code>. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>tolerance</em>&nbsp;</td><td>The tolerance to use when searching for <code>subImage</code> in <code>rootImage</code>. </td></tr>
</table>
</dl>
<dl compact><dt><b>See also:</b></dt><dd>libcv_search_methods </dd></dl>
<dl compact><dt><b>Returns:</b></dt><dd>The location of the sub image in root image </dd></dl>
<p>
Referenced by <a class="el" href="cva-match_8c-source.html#l00035">main()</a>.
</div>
</div><p>
<a class="anchor" name="bed7c891adb272993912d973c0e08c27"></a><!-- doxytag: member="libcvautomation-opencv.h::matchSubImage_location_center" ref="bed7c891adb272993912d973c0e08c27" args="(const char *rootImage_location, const char *subImage_location, int searchMethod, double tolerance)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">CvPoint matchSubImage_location_center </td>
<td>(</td>
<td class="paramtype">const char *&nbsp;</td>
<td class="paramname"> <em>rootImage_location</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const char *&nbsp;</td>
<td class="paramname"> <em>subImage_location</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>searchMethod</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">double&nbsp;</td>
<td class="paramname"> <em>tolerance</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Return the center of a sub image in its root image, rather than the top-left corner.
<p>
The difference that this function has over <a class="el" href="libcvautomation-opencv_8h.html#5bf9db7dfc5674e40180937b0c7787f3">matchSubImage_center()</a> is that <em>rootImage_location</em> and <em>subImage_location</em> are from files, rather than an IplImage format image. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>rootImage_location</em>&nbsp;</td><td>The location of the root image </td></tr>
<tr><td valign="top"></td><td valign="top"><em>subImage_location</em>&nbsp;</td><td>The location of the sub image to search for in <code>rootImage</code> </td></tr>
<tr><td valign="top"></td><td valign="top"><em>searchMethod</em>&nbsp;</td><td>The search method to use when searching for <code>subImage</code> in <code>rootImage</code>. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>tolerance</em>&nbsp;</td><td>The tolerance to use when searching for <code>subImage</code> in <code>rootImage</code>. </td></tr>
</table>
</dl>
<dl compact><dt><b>See also:</b></dt><dd>libcv_search_methods </dd></dl>
<dl compact><dt><b>Returns:</b></dt><dd>The center location of the sub image in root image </dd></dl>
<p>
Referenced by <a class="el" href="cva-match_8c-source.html#l00035">main()</a>.
</div>
</div><p>
<a class="anchor" name="994981e2d31d5fb62fc3b227e36ebf87"></a><!-- doxytag: member="libcvautomation-opencv.h::matchSubImage_a" ref="994981e2d31d5fb62fc3b227e36ebf87" args="(IplImage *rootImage, cvautomationList *subImageArray, int listSize)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void matchSubImage_a </td>
<td>(</td>
<td class="paramtype">IplImage *&nbsp;</td>
<td class="paramname"> <em>rootImage</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="structcvautomationList.html">cvautomationList</a> *&nbsp;</td>
<td class="paramname"> <em>subImageArray</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>listSize</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Parse an array of sub images and send them to <a class="el" href="libcvautomation-opencv_8h.html#297b9b5b22f77b65308d4057cff845f7">matchSubImage()</a>.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>rootImage</em>&nbsp;</td><td>The root image (in IplImage format) to search in </td></tr>
<tr><td valign="top"></td><td valign="top"><em>subImageArray</em>&nbsp;</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><td valign="top"></td><td valign="top"><em>listSize</em>&nbsp;</td><td>The number of sub images to search for in subImageArray </td></tr>
</table>
</dl>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="structcvautomationList.html">cvautomationList</a> </dd></dl>
<dl compact><dt><b>Returns:</b></dt><dd>This function returns void, and modifies the contents of subImageArray </dd></dl>
</div>
</div><p>
<a class="anchor" name="08ee04814a6cf9abde0bfa6e8baf71de"></a><!-- doxytag: member="libcvautomation-opencv.h::matchSubImage_a_center" ref="08ee04814a6cf9abde0bfa6e8baf71de" args="(IplImage *rootImage, cvautomationList *subImageArray, int listSize)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void matchSubImage_a_center </td>
<td>(</td>
<td class="paramtype">IplImage *&nbsp;</td>
<td class="paramname"> <em>rootImage</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="structcvautomationList.html">cvautomationList</a> *&nbsp;</td>
<td class="paramname"> <em>subImageArray</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>listSize</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Parse an array of sub images and send them to <a class="el" href="libcvautomation-opencv_8h.html#5bf9db7dfc5674e40180937b0c7787f3">matchSubImage_center()</a>.
<p>
Uses the <a class="el" href="structcvautomationList.html#7608e8c8e792f6d7432841c94016bd50">cvautomationList.cvaImage</a> parameter to find a <code>subImage</code> in <code>rootImage</code> <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>rootImage</em>&nbsp;</td><td>The root image (in IplImage format) to search in </td></tr>
<tr><td valign="top"></td><td valign="top"><em>subImageArray</em>&nbsp;</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><td valign="top"></td><td valign="top"><em>listSize</em>&nbsp;</td><td>The number of sub images to search for in subImageArray </td></tr>
</table>
</dl>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="structcvautomationList.html">cvautomationList</a> </dd></dl>
<dl compact><dt><b>Returns:</b></dt><dd>This function returns void, and modifies the contents of subImageArray </dd></dl>
</div>
</div><p>
<a class="anchor" name="22a093abc57d2a5123cb50c2dc6e7dd2"></a><!-- doxytag: member="libcvautomation-opencv.h::matchSubImage_a_location" ref="22a093abc57d2a5123cb50c2dc6e7dd2" args="(const char *rootImageFileName, cvautomationList *subImageArray, int listSize)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void matchSubImage_a_location </td>
<td>(</td>
<td class="paramtype">const char *&nbsp;</td>
<td class="paramname"> <em>rootImage_location</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="structcvautomationList.html">cvautomationList</a> *&nbsp;</td>
<td class="paramname"> <em>subImageArray</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>listSize</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Parse an array of sub images and send them to <a class="el" href="libcvautomation-opencv_8h.html#297b9b5b22f77b65308d4057cff845f7">matchSubImage()</a>.
<p>
The difference between this and <a class="el" href="libcvautomation-opencv_8h.html#994981e2d31d5fb62fc3b227e36ebf87">matchSubImage_a()</a> is that this uses a root image from filename, rather than from an IplImage format. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>rootImage_location</em>&nbsp;</td><td>The location of the root image </td></tr>
<tr><td valign="top"></td><td valign="top"><em>subImageArray</em>&nbsp;</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><td valign="top"></td><td valign="top"><em>listSize</em>&nbsp;</td><td>The number of sub images to search for in subImageArray </td></tr>
</table>
</dl>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="structcvautomationList.html">cvautomationList</a> </dd></dl>
<dl compact><dt><b>Returns:</b></dt><dd>This function returns void, and modifies the contents of subImageArray </dd></dl>
</div>
</div><p>
<a class="anchor" name="4b591c5b0a520f3d2c41345f9cd92fa5"></a><!-- doxytag: member="libcvautomation-opencv.h::matchSubImage_a_location_center" ref="4b591c5b0a520f3d2c41345f9cd92fa5" args="(const char *rootImageFileName, cvautomationList *subImageArray, int listSize)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void matchSubImage_a_location_center </td>
<td>(</td>
<td class="paramtype">const char *&nbsp;</td>
<td class="paramname"> <em>rootImage_location</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="structcvautomationList.html">cvautomationList</a> *&nbsp;</td>
<td class="paramname"> <em>subImageArray</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>listSize</em></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Parse an array of sub images and send them to <a class="el" href="libcvautomation-opencv_8h.html#5bf9db7dfc5674e40180937b0c7787f3">matchSubImage_center()</a>.
<p>
The difference that this function has over <a class="el" href="libcvautomation-opencv_8h.html#08ee04814a6cf9abde0bfa6e8baf71de">matchSubImage_a_center()</a> is that <code>rootImage_location</code> is from a file <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>rootImage_location</em>&nbsp;</td><td>The location of the root image </td></tr>
<tr><td valign="top"></td><td valign="top"><em>subImageArray</em>&nbsp;</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><td valign="top"></td><td valign="top"><em>listSize</em>&nbsp;</td><td>The number of sub images to search for in subImageArray </td></tr>
</table>
</dl>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="structcvautomationList.html">cvautomationList</a> </dd></dl>
<dl compact><dt><b>Returns:</b></dt><dd>This function returns void, and modifies the contents of subImageArray </dd></dl>
</div>
</div><p>
<hr size="1"><address style="align: right;"><small>Generated on Tue Jul 17 12:19:00 2012 for libcvautomation by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
</body>
</html>