<ahref="libcvautomation-xlib_8h.html">Go to the documentation of this file.</a><divclass="fragment"><preclass="fragment"><aname="l00001"></a>00001 <spanclass="comment">/*</span>
<aname="l00021"></a>00021 <spanclass="preprocessor">#include <<aclass="code"href="libcvautomation_8h.html"title="The top-level include for all projects involving libcvautomation.">libcvautomation/libcvautomation.h</a>></span>
<aname="l00022"></a>00022
<aname="l00023"></a>00023 <spanclass="comment">/* Custom wrapper for XOpenDisplay function */</span>
<aname="l00024"></a>00024 Display* <aclass="code"href="libcvautomation-xlib_8h.html#a575e80fc9cf076026e127a57888423d4"title="Simple wrapper for XOpenDisplay.">cvaOpenDisplay</a> ( <spanclass="keywordtype">char</span> *displayName );
<aname="l00025"></a>00025
<aname="l00026"></a>00026 <spanclass="comment">/* Custom wrapper for XCloseDisplay funtion */</span>
<aname="l00027"></a>00027 <spanclass="keywordtype">void</span><aclass="code"href="libcvautomation-xlib_8h.html#a65ab3bc56b956970a6b3d31c624d464a"title="Simple wrapper for XCloseDisplay.">cvaCloseDisplay</a> ( Display *displayLocation );
<aname="l00028"></a>00028
<aname="l00029"></a>00029 <spanclass="comment">/* Match a sub image using the X11 root window as root */</span>
<aname="l00030"></a>00030 <aclass="code"href="structcvaPoint.html"title="Very simple structure to standardize how points are used in libcvautomation.">cvaPoint</a><aclass="code"href="libcvautomation-xlib_8h.html#abdedf5cd2aceeda00f665747bf1eeece"title="Return the location of a sub image in the X11 root window.">matchSubImage_X11</a>( Display *displayLocation, IplImage *subImage, <spanclass="keywordtype">int</span> searchMethod, <spanclass="keywordtype">int</span> tolerance );
<aname="l00033"></a>00033 <aclass="code"href="structcvaPoint.html"title="Very simple structure to standardize how points are used in libcvautomation.">cvaPoint</a><aclass="code"href="libcvautomation-xlib_8h.html#a1d5dfa1885ffb3cc5c4f91309e9ca777"title="Return the center of a sub image in root X11 window, rather than the top-left corner.">matchSubImage_X11_center</a>( Display *displayLocation, IplImage *subImage, <spanclass="keywordtype">int</span> searchMethod, <spanclass="keywordtype">int</span> tolerance );
<aname="l00036"></a>00036 <aclass="code"href="structcvaPoint.html"title="Very simple structure to standardize how points are used in libcvautomation.">cvaPoint</a><aclass="code"href="libcvautomation-xlib_8h.html#ad67a5c4cc8b4708c8c6bb28135df92dc"title="Return the location of a sub image in the X11 root window.">matchSubImage_X11_location</a>( Display *displayLocation, <spanclass="keyword">const</span><spanclass="keywordtype">char</span> *subImage_location, <spanclass="keywordtype">int</span> search_method, <spanclass="keywordtype">int</span> tolerance );
<aname="l00039"></a>00039 <aclass="code"href="structcvaPoint.html"title="Very simple structure to standardize how points are used in libcvautomation.">cvaPoint</a><aclass="code"href="libcvautomation-xlib_8h.html#ac5fbc2afb3b53bd4788c53e16523995a"title="Return the center of a sub image in the root X11 window, rather than the top-left corner...">matchSubImage_X11_location_center</a>( Display *displayLocation, <spanclass="keyword">const</span><spanclass="keywordtype">char</span> *subImage_location, <spanclass="keywordtype">int</span> search_method, <spanclass="keywordtype">int</span> tolerance );