Release version 1.2 documentation

This commit is contained in:
Bradlee Speice
2012-07-18 14:11:30 -04:00
parent 810e4e9fe8
commit 295c31692c
82 changed files with 8726 additions and 2780 deletions

View File

@ -1,341 +1,414 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>libcvautomation: libcvautomation-xlib.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-xlib.h File Reference</h1>The source code to access Xlib 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-xlib_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">Display *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="libcvautomation-xlib_8h.html#a6e348c2e829e1addb446160f54723a0">cvaOpenDisplay</a> (char *displayName)</td></tr>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Simple wrapper for XOpenDisplay. <a href="#a6e348c2e829e1addb446160f54723a0"></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-xlib_8h.html#1c8a205c0b2f4f7a28d1ce51d5225871">cvaCloseDisplay</a> (Display *displayLocation)</td></tr>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script src="http://www.mathjax.org/mathjax/MathJax.js"></script>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Simple wrapper for XCloseDisplay. <a href="#1c8a205c0b2f4f7a28d1ce51d5225871"></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-xlib_8h.html#8fbf1f5f968670a03c4c8e31f5afdaed">matchSubImage_X11</a> (Display *displayLocation, IplImage *subImage, int searchMethod, int tolerance)</td></tr>
</head>
<body>
<div id="top"><!-- do not remove this div! -->
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the location of a sub image in the X11 root window. <a href="#8fbf1f5f968670a03c4c8e31f5afdaed"></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-xlib_8h.html#fb70c8eec779a6696b3df5af5bca1a6d">matchSubImage_X11_center</a> (Display *displayLocation, IplImage *subImage, int searchMethod, int tolerance)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the center of a sub image in root X11 window, rather than the top-left corner. <a href="#fb70c8eec779a6696b3df5af5bca1a6d"></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-xlib_8h.html#d238842448af81c09f56d1d54253c1b5">matchSubImage_X11_location</a> (Display *displayLocation, const char *subImage_location, int search_method, int tolerance)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the location of a sub image in the X11 root window. <a href="#d238842448af81c09f56d1d54253c1b5"></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-xlib_8h.html#b441627acd22889f404d89c9cc4809f5">matchSubImage_X11_location_center</a> (Display *displayLocation, const char *subImage_location, int search_method, int tolerance)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Return the center of a sub image in the root X11 window, rather than the top-left corner. <a href="#b441627acd22889f404d89c9cc4809f5"></a><br></td></tr>
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">libcvautomation
&#160;<span id="projectnumber">1.2</span>
</div>
</td>
</tr>
</tbody>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
The source code to access Xlib 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>
</div>
<p>
Definition in file <a class="el" href="libcvautomation-xlib_8h-source.html">libcvautomation-xlib.h</a>.<hr><h2>Function Documentation</h2>
<a class="anchor" name="a6e348c2e829e1addb446160f54723a0"></a><!-- doxytag: member="libcvautomation-xlib.h::cvaOpenDisplay" ref="a6e348c2e829e1addb446160f54723a0" args="(char *displayName)" -->
<!-- Generated by Doxygen 1.7.6.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
<li><a href="globals.html"><span>File&#160;Members</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">libcvautomation-xlib.h File Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>The source code to access Xlib from inside libcvautomation.
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &lt;<a class="el" href="libcvautomation_8h_source.html">libcvautomation/libcvautomation.h</a>&gt;</code><br/>
</div>
<p><a href="libcvautomation-xlib_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="func-members"></a>
Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">Display *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="libcvautomation-xlib_8h.html#a575e80fc9cf076026e127a57888423d4">cvaOpenDisplay</a> (char *displayName)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Simple wrapper for XOpenDisplay. <a href="#a575e80fc9cf076026e127a57888423d4"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="libcvautomation-xlib_8h.html#a65ab3bc56b956970a6b3d31c624d464a">cvaCloseDisplay</a> (Display *displayLocation)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Simple wrapper for XCloseDisplay. <a href="#a65ab3bc56b956970a6b3d31c624d464a"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">CvPoint&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="libcvautomation-xlib_8h.html#ad2932b004e600388764778f2b837e6ae">matchSubImage_X11</a> (Display *displayLocation, IplImage *subImage, int searchMethod, int tolerance)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the location of a sub image in the X11 root window. <a href="#ad2932b004e600388764778f2b837e6ae"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">CvPoint&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="libcvautomation-xlib_8h.html#a1f113520b4793114d4d6da026ab98f68">matchSubImage_X11_center</a> (Display *displayLocation, IplImage *subImage, int searchMethod, int tolerance)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the center of a sub image in root X11 window, rather than the top-left corner. <a href="#a1f113520b4793114d4d6da026ab98f68"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">CvPoint&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="libcvautomation-xlib_8h.html#a96fa86aa56f5e9c88c0ba4bc3c26130a">matchSubImage_X11_location</a> (Display *displayLocation, const char *subImage_location, int search_method, int tolerance)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the location of a sub image in the X11 root window. <a href="#a96fa86aa56f5e9c88c0ba4bc3c26130a"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">CvPoint&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="libcvautomation-xlib_8h.html#af334e78266661ac4d38d5a48f98e8e6e">matchSubImage_X11_location_center</a> (Display *displayLocation, const char *subImage_location, int search_method, int tolerance)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Return the center of a sub image in the root X11 window, rather than the top-left corner. <a href="#af334e78266661ac4d38d5a48f98e8e6e"></a><br/></td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>The source code to access Xlib from inside libcvautomation. </p>
<p>This source file builds in the necessary functionality to use xlib functions inside libcvautomation. </p>
<dl class="author"><dt><b>Author:</b></dt><dd>Bradlee Speice </dd></dl>
<dl class="date"><dt><b>Date:</b></dt><dd>7/18/2012 </dd></dl>
<p>Definition in file <a class="el" href="libcvautomation-xlib_8h_source.html">libcvautomation-xlib.h</a>.</p>
</div><hr/><h2>Function Documentation</h2>
<a class="anchor" id="a575e80fc9cf076026e127a57888423d4"></a><!-- doxytag: member="libcvautomation&#45;xlib.h::cvaOpenDisplay" ref="a575e80fc9cf076026e127a57888423d4" args="(char *displayName)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Display * cvaOpenDisplay </td>
<td class="memname">Display * <a class="el" href="libcvautomation-xlib_8h.html#a575e80fc9cf076026e127a57888423d4">cvaOpenDisplay</a> </td>
<td>(</td>
<td class="paramtype">char *&nbsp;</td>
<td class="paramname"> <em>displayName</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
<td class="paramtype">char *&#160;</td>
<td class="paramname"><em>displayName</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Simple wrapper for XOpenDisplay.
<p>
Currently this function literally just passes off to XOpenDisplay, but is designed to be used in the future if extra functionality is needed. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>displayName</em>&nbsp;</td><td>The name of the display to open - '' is a valid name </td></tr>
<p>Simple wrapper for XOpenDisplay. </p>
<p>Currently this function literally just passes off to XOpenDisplay, but is designed to be used in the future if extra functionality is needed. </p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">displayName</td><td>The name of the display to open - '' is a valid name </td></tr>
</table>
</dd>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>Pointer to the opened X11 Display </dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>Pointer to the opened X11 Display </dd></dl>
<dl class="warning"><dt><b>Warning:</b></dt><dd>You must open a display to use any functions. </dd>
<dd>
The program using this library is responsible to close the display as well. </dd></dl>
</div>
</div><p>
<a class="anchor" name="1c8a205c0b2f4f7a28d1ce51d5225871"></a><!-- doxytag: member="libcvautomation-xlib.h::cvaCloseDisplay" ref="1c8a205c0b2f4f7a28d1ce51d5225871" args="(Display *displayLocation)" -->
</div>
<a class="anchor" id="a65ab3bc56b956970a6b3d31c624d464a"></a><!-- doxytag: member="libcvautomation&#45;xlib.h::cvaCloseDisplay" ref="a65ab3bc56b956970a6b3d31c624d464a" args="(Display *displayLocation)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void cvaCloseDisplay </td>
<td class="memname">void <a class="el" href="libcvautomation-xlib_8h.html#a65ab3bc56b956970a6b3d31c624d464a">cvaCloseDisplay</a> </td>
<td>(</td>
<td class="paramtype">Display *&nbsp;</td>
<td class="paramname"> <em>displayLocation</em> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"></td>
<td class="paramtype">Display *&#160;</td>
<td class="paramname"><em>displayLocation</em></td><td>)</td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Simple wrapper for XCloseDisplay.
<p>
Currently this function literally just passes off to XCloseDisplay, but is designed to be used in the future if extra functionality is needed. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>displayLocation</em>&nbsp;</td><td>Pointer to the display to close </td></tr>
<p>Simple wrapper for XCloseDisplay. </p>
<p>Currently this function literally just passes off to XCloseDisplay, but is designed to be used in the future if extra functionality is needed. </p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">displayLocation</td><td>Pointer to the display to close </td></tr>
</table>
</dd>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>Nothing </dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>Nothing </dd></dl>
</div>
</div><p>
<a class="anchor" name="8fbf1f5f968670a03c4c8e31f5afdaed"></a><!-- doxytag: member="libcvautomation-xlib.h::matchSubImage_X11" ref="8fbf1f5f968670a03c4c8e31f5afdaed" args="(Display *displayLocation, IplImage *subImage, int searchMethod, int tolerance)" -->
</div>
<a class="anchor" id="ad2932b004e600388764778f2b837e6ae"></a><!-- doxytag: member="libcvautomation&#45;xlib.h::matchSubImage_X11" ref="ad2932b004e600388764778f2b837e6ae" args="(Display *displayLocation, IplImage *subImage, int searchMethod, int tolerance)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">CvPoint matchSubImage_X11 </td>
<td class="memname">CvPoint <a class="el" href="libcvautomation-xlib_8h.html#ad2932b004e600388764778f2b837e6ae">matchSubImage_X11</a> </td>
<td>(</td>
<td class="paramtype">Display *&nbsp;</td>
<td class="paramname"> <em>displayLocation</em>, </td>
<td class="paramtype">Display *&#160;</td>
<td class="paramname"><em>displayLocation</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">IplImage *&nbsp;</td>
<td class="paramname"> <em>subImage</em>, </td>
<td class="paramtype">IplImage *&#160;</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>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>searchMethod</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>tolerance</em></td><td>&nbsp;</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>tolerance</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Return the location of a sub image in the X11 root window.
<p>
This function wraps grabbing the X11 root window, converting it to IplImage format, and then giving this to <a class="el" href="libcvautomation-opencv_8h.html#297b9b5b22f77b65308d4057cff845f7">matchSubImage()</a> <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>displayLocation</em>&nbsp;</td><td>Pointer to the currently open X11 Display </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 the root X11 window </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 the root X11 window </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 the root X11 window </td></tr>
<p>Return the location of a sub image in the X11 root window. </p>
<p>This function wraps grabbing the X11 root window, converting it to IplImage format, and then giving this to <a class="el" href="libcvautomation-opencv_8h.html#ad37dfe0e025507d2437ea297232e8265" title="Return the location of a sub image in its root image.">matchSubImage()</a> </p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">displayLocation</td><td>Pointer to the currently open X11 Display </td></tr>
<tr><td class="paramname">subImage</td><td>The sub image (in IplImage format) to search for in the root X11 window </td></tr>
<tr><td class="paramname">searchMethod</td><td>The search method to use when searching for <code>subImage</code> in the root X11 window </td></tr>
<tr><td class="paramname">tolerance</td><td>The tolerance to use when searching for <code>subImage</code> in the root X11 window </td></tr>
</table>
</dd>
</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 X11 window </dd></dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="libcv_search_methods.html">Libcv Search Methods</a> </dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>The location of the sub image in root X11 window </dd></dl>
</div>
</div><p>
<a class="anchor" name="fb70c8eec779a6696b3df5af5bca1a6d"></a><!-- doxytag: member="libcvautomation-xlib.h::matchSubImage_X11_center" ref="fb70c8eec779a6696b3df5af5bca1a6d" args="(Display *displayLocation, IplImage *subImage, int searchMethod, int tolerance)" -->
</div>
<a class="anchor" id="a1f113520b4793114d4d6da026ab98f68"></a><!-- doxytag: member="libcvautomation&#45;xlib.h::matchSubImage_X11_center" ref="a1f113520b4793114d4d6da026ab98f68" args="(Display *displayLocation, IplImage *subImage, int searchMethod, int tolerance)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">CvPoint matchSubImage_X11_center </td>
<td class="memname">CvPoint <a class="el" href="libcvautomation-xlib_8h.html#a1f113520b4793114d4d6da026ab98f68">matchSubImage_X11_center</a> </td>
<td>(</td>
<td class="paramtype">Display *&nbsp;</td>
<td class="paramname"> <em>displayLocation</em>, </td>
<td class="paramtype">Display *&#160;</td>
<td class="paramname"><em>displayLocation</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">IplImage *&nbsp;</td>
<td class="paramname"> <em>subImage</em>, </td>
<td class="paramtype">IplImage *&#160;</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>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>searchMethod</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>tolerance</em></td><td>&nbsp;</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>tolerance</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Return the center of a sub image in root X11 window, rather than the top-left corner.
<p>
This function wraps grabbing the X11 root window, converting it to IplImage format, and then giving this to <a class="el" href="libcvautomation-opencv_8h.html#5bf9db7dfc5674e40180937b0c7787f3">matchSubImage_center()</a> <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>displayLocation</em>&nbsp;</td><td>Pointer to the currently open X11 Display </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 the root X11 window </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 the root X11 window </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 the root X11 window </td></tr>
<p>Return the center of a sub image in root X11 window, rather than the top-left corner. </p>
<p>This function wraps grabbing the X11 root window, converting it to IplImage format, and then giving this to <a class="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>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">displayLocation</td><td>Pointer to the currently open X11 Display </td></tr>
<tr><td class="paramname">subImage</td><td>The sub image (in IplImage format) to search for in the root X11 window </td></tr>
<tr><td class="paramname">searchMethod</td><td>The search method to use when searching for <code>subImage</code> in the root X11 window </td></tr>
<tr><td class="paramname">tolerance</td><td>The tolerance to use when searching for <code>subImage</code> in the root X11 window </td></tr>
</table>
</dd>
</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 the root X11 window </dd></dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="libcv_search_methods.html">Libcv Search Methods</a> </dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>The center location of the sub image in the root X11 window </dd></dl>
</div>
</div><p>
<a class="anchor" name="d238842448af81c09f56d1d54253c1b5"></a><!-- doxytag: member="libcvautomation-xlib.h::matchSubImage_X11_location" ref="d238842448af81c09f56d1d54253c1b5" args="(Display *displayLocation, const char *subImage_location, int search_method, int tolerance)" -->
</div>
<a class="anchor" id="a96fa86aa56f5e9c88c0ba4bc3c26130a"></a><!-- doxytag: member="libcvautomation&#45;xlib.h::matchSubImage_X11_location" ref="a96fa86aa56f5e9c88c0ba4bc3c26130a" args="(Display *displayLocation, const char *subImage_location, int search_method, int tolerance)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">CvPoint matchSubImage_X11_location </td>
<td class="memname">CvPoint <a class="el" href="libcvautomation-xlib_8h.html#a96fa86aa56f5e9c88c0ba4bc3c26130a">matchSubImage_X11_location</a> </td>
<td>(</td>
<td class="paramtype">Display *&nbsp;</td>
<td class="paramname"> <em>displayLocation</em>, </td>
<td class="paramtype">Display *&#160;</td>
<td class="paramname"><em>displayLocation</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>
<td class="paramtype">const char *&#160;</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>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>searchMethod</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>tolerance</em></td><td>&nbsp;</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>tolerance</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Return the location of a sub image in the X11 root window.
<p>
This function wraps grabbing the X11 root window, converting it to IplImage format, and then giving this to <a class="el" href="libcvautomation-opencv_8h.html#c0d3066da6b2d42251c876d12a7158c7">matchSubImage_location()</a> <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>displayLocation</em>&nbsp;</td><td>Pointer to the currently open X11 Display </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 the root X11 window </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 the root X11 window </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 the root X11 window </td></tr>
<p>Return the location of a sub image in the X11 root window. </p>
<p>This function wraps grabbing the X11 root window, converting it to IplImage format, and then giving this to <a class="el" href="libcvautomation-opencv_8h.html#a938c40be84667f64b51c8f1fa3725b43" title="Return the location of a sub image in its root image.">matchSubImage_location()</a> </p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">displayLocation</td><td>Pointer to the currently open X11 Display </td></tr>
<tr><td class="paramname">subImage_location</td><td>The location of the sub image to search for in the root X11 window </td></tr>
<tr><td class="paramname">searchMethod</td><td>The search method to use when searching for <code>subImage</code> in the root X11 window </td></tr>
<tr><td class="paramname">tolerance</td><td>The tolerance to use when searching for <code>subImage</code> in the root X11 window </td></tr>
</table>
</dd>
</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 the root X11 window </dd></dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="libcv_search_methods.html">Libcv Search Methods</a> </dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>The center location of the sub image in the root X11 window </dd></dl>
<p>
Referenced by <a class="el" href="cva-match_8c-source.html#l00035">main()</a>.
</div>
</div><p>
<a class="anchor" name="b441627acd22889f404d89c9cc4809f5"></a><!-- doxytag: member="libcvautomation-xlib.h::matchSubImage_X11_location_center" ref="b441627acd22889f404d89c9cc4809f5" args="(Display *displayLocation, const char *subImage_location, int search_method, int tolerance)" -->
</div>
<a class="anchor" id="af334e78266661ac4d38d5a48f98e8e6e"></a><!-- doxytag: member="libcvautomation&#45;xlib.h::matchSubImage_X11_location_center" ref="af334e78266661ac4d38d5a48f98e8e6e" args="(Display *displayLocation, const char *subImage_location, int search_method, int tolerance)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">CvPoint matchSubImage_X11_location_center </td>
<td class="memname">CvPoint <a class="el" href="libcvautomation-xlib_8h.html#af334e78266661ac4d38d5a48f98e8e6e">matchSubImage_X11_location_center</a> </td>
<td>(</td>
<td class="paramtype">Display *&nbsp;</td>
<td class="paramname"> <em>displayLocation</em>, </td>
<td class="paramtype">Display *&#160;</td>
<td class="paramname"><em>displayLocation</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>
<td class="paramtype">const char *&#160;</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>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>searchMethod</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&nbsp;</td>
<td class="paramname"> <em>tolerance</em></td><td>&nbsp;</td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>tolerance</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"></td>
<td></td><td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Return the center of a sub image in the root X11 window, rather than the top-left corner.
<p>
This function wraps grabbing the X11 root window, converting it to IplImage format, and then giving this to <a class="el" href="libcvautomation-opencv_8h.html#bed7c891adb272993912d973c0e08c27">matchSubImage_location_center()</a> <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>displayLocation</em>&nbsp;</td><td>Pointer to the currently open X11 Display </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 the root X11 window </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 the root X11 window </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 the root X11 window </td></tr>
<p>Return the center of a sub image in the root X11 window, rather than the top-left corner. </p>
<p>This function wraps grabbing the X11 root window, converting it to IplImage format, and then giving this to <a class="el" href="libcvautomation-opencv_8h.html#a0403ac35c77946e86f6436fd891fa6ac" title="Return the center of a sub image in its root image, rather than the top-left corner.">matchSubImage_location_center()</a> </p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramname">displayLocation</td><td>Pointer to the currently open X11 Display </td></tr>
<tr><td class="paramname">subImage_location</td><td>The location of the sub image to search for in the root X11 window </td></tr>
<tr><td class="paramname">searchMethod</td><td>The search method to use when searching for <code>subImage</code> in the root X11 window </td></tr>
<tr><td class="paramname">tolerance</td><td>The tolerance to use when searching for <code>subImage</code> in the root X11 window </td></tr>
</table>
</dd>
</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 the root X11 window </dd></dl>
<dl class="see"><dt><b>See also:</b></dt><dd><a class="el" href="libcv_search_methods.html">Libcv Search Methods</a> </dd></dl>
<dl class="return"><dt><b>Returns:</b></dt><dd>The center location of the sub image in the root X11 window </dd></dl>
<p>
Referenced by <a class="el" href="cva-match_8c-source.html#l00035">main()</a>.
</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>
</div>
</div><!-- contents -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<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>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Defines</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jul 18 2012 14:10:15 for libcvautomation by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>
</body>
</html>