<tr><tdclass="mdescLeft"> </td><tdclass="mdescRight">Simple wrapper for XOpenDisplay. <ahref="#a575e80fc9cf076026e127a57888423d4"></a><br/></td></tr>
<tr><tdclass="mdescLeft"> </td><tdclass="mdescRight">Simple wrapper for XCloseDisplay. <ahref="#a65ab3bc56b956970a6b3d31c624d464a"></a><br/></td></tr>
<tr><tdclass="memItemLeft"align="right"valign="top"><aclass="el"href="structcvaPoint.html">cvaPoint</a> </td><tdclass="memItemRight"valign="bottom"><aclass="el"href="libcvautomation-xlib_8h.html#abdedf5cd2aceeda00f665747bf1eeece">matchSubImage_X11</a> (Display *displayLocation, IplImage *subImage, int searchMethod, int tolerance)</td></tr>
<tr><tdclass="mdescLeft"> </td><tdclass="mdescRight">Return the location of a sub image in the X11 root window. <ahref="#abdedf5cd2aceeda00f665747bf1eeece"></a><br/></td></tr>
<tr><tdclass="memItemLeft"align="right"valign="top"><aclass="el"href="structcvaPoint.html">cvaPoint</a> </td><tdclass="memItemRight"valign="bottom"><aclass="el"href="libcvautomation-xlib_8h.html#a1d5dfa1885ffb3cc5c4f91309e9ca777">matchSubImage_X11_center</a> (Display *displayLocation, IplImage *subImage, int searchMethod, int tolerance)</td></tr>
<tr><tdclass="mdescLeft"> </td><tdclass="mdescRight">Return the center of a sub image in root X11 window, rather than the top-left corner. <ahref="#a1d5dfa1885ffb3cc5c4f91309e9ca777"></a><br/></td></tr>
<tr><tdclass="memItemLeft"align="right"valign="top"><aclass="el"href="structcvaPoint.html">cvaPoint</a> </td><tdclass="memItemRight"valign="bottom"><aclass="el"href="libcvautomation-xlib_8h.html#ad67a5c4cc8b4708c8c6bb28135df92dc">matchSubImage_X11_location</a> (Display *displayLocation, const char *subImage_location, int search_method, int tolerance)</td></tr>
<tr><tdclass="mdescLeft"> </td><tdclass="mdescRight">Return the location of a sub image in the X11 root window. <ahref="#ad67a5c4cc8b4708c8c6bb28135df92dc"></a><br/></td></tr>
<tr><tdclass="memItemLeft"align="right"valign="top"><aclass="el"href="structcvaPoint.html">cvaPoint</a> </td><tdclass="memItemRight"valign="bottom"><aclass="el"href="libcvautomation-xlib_8h.html#ac5fbc2afb3b53bd4788c53e16523995a">matchSubImage_X11_location_center</a> (Display *displayLocation, const char *subImage_location, int search_method, int tolerance)</td></tr>
<tr><tdclass="mdescLeft"> </td><tdclass="mdescRight">Return the center of a sub image in the root X11 window, rather than the top-left corner. <ahref="#ac5fbc2afb3b53bd4788c53e16523995a"></a><br/></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 <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">displayLocation</td><td>Pointer to the currently open X11 Display </td></tr>
<tr><tdclass="paramname">subImage</td><td>The sub image (in IplImage format) to search for in the root X11 window </td></tr>
<tr><tdclass="paramname">searchMethod</td><td>The search method to use when searching for <code>subImage</code> in the root X11 window </td></tr>
<tr><tdclass="paramname">tolerance</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 <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>
<dlclass="params"><dt><b>Parameters:</b></dt><dd>
<tableclass="params">
<tr><tdclass="paramname">displayLocation</td><td>Pointer to the currently open X11 Display </td></tr>
<tr><tdclass="paramname">subImage</td><td>The sub image (in IplImage format) to search for in the root X11 window </td></tr>
<tr><tdclass="paramname">searchMethod</td><td>The search method to use when searching for <code>subImage</code> in the root X11 window </td></tr>
<tr><tdclass="paramname">tolerance</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 <aclass="el"href="libcvautomation-opencv_8h.html#a938c40be84667f64b51c8f1fa3725b43"title="Return the location of a sub image in its root image.">matchSubImage_location()</a></p>
<dlclass="params"><dt><b>Parameters:</b></dt><dd>
<tableclass="params">
<tr><tdclass="paramname">displayLocation</td><td>Pointer to the currently open X11 Display </td></tr>
<tr><tdclass="paramname">subImage_location</td><td>The location of the sub image to search for in the root X11 window </td></tr>
<tr><tdclass="paramname">searchMethod</td><td>The search method to use when searching for <code>subImage</code> in the root X11 window </td></tr>
<tr><tdclass="paramname">tolerance</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 <aclass="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>
<dlclass="params"><dt><b>Parameters:</b></dt><dd>
<tableclass="params">
<tr><tdclass="paramname">displayLocation</td><td>Pointer to the currently open X11 Display </td></tr>
<tr><tdclass="paramname">subImage_location</td><td>The location of the sub image to search for in the root X11 window </td></tr>
<tr><tdclass="paramname">searchMethod</td><td>The search method to use when searching for <code>subImage</code> in the root X11 window </td></tr>
<tr><tdclass="paramname">tolerance</td><td>The tolerance to use when searching for <code>subImage</code> in the root X11 window </td></tr>