<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">CvPoint </td><tdclass="memItemRight"valign="bottom"><aclass="el"href="libcvautomation-xlib_8h.html#ad2932b004e600388764778f2b837e6ae">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="#ad2932b004e600388764778f2b837e6ae"></a><br/></td></tr>
<tr><tdclass="memItemLeft"align="right"valign="top">CvPoint </td><tdclass="memItemRight"valign="bottom"><aclass="el"href="libcvautomation-xlib_8h.html#a1f113520b4793114d4d6da026ab98f68">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="#a1f113520b4793114d4d6da026ab98f68"></a><br/></td></tr>
<tr><tdclass="memItemLeft"align="right"valign="top">CvPoint </td><tdclass="memItemRight"valign="bottom"><aclass="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><tdclass="mdescLeft"> </td><tdclass="mdescRight">Return the location of a sub image in the X11 root window. <ahref="#a96fa86aa56f5e9c88c0ba4bc3c26130a"></a><br/></td></tr>
<tr><tdclass="memItemLeft"align="right"valign="top">CvPoint </td><tdclass="memItemRight"valign="bottom"><aclass="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><tdclass="mdescLeft"> </td><tdclass="mdescRight">Return the center of a sub image in the root X11 window, rather than the top-left corner. <ahref="#af334e78266661ac4d38d5a48f98e8e6e"></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>