libcvautomation/libcvautomation_8h_source.html

182 lines
11 KiB
HTML

<!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.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<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>
</head>
<body>
<div id="top"><!-- do not remove this div! -->
<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">2.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- 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="namespaces.html"><span>Namespaces</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="headertitle">
<div class="title">libcvautomation.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="libcvautomation_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> * =====================================================================================</span>
<a name="l00003"></a>00003 <span class="comment"> *</span>
<a name="l00004"></a>00004 <span class="comment"> * Filename: libcvautomation.h</span>
<a name="l00005"></a>00005 <span class="comment"> *</span>
<a name="l00006"></a>00006 <span class="comment"> * Description: Include wrapper for libcvautomation subsections</span>
<a name="l00007"></a>00007 <span class="comment"> *</span>
<a name="l00008"></a>00008 <span class="comment"> * Created: 06/21/2012 12:20:43 PM</span>
<a name="l00009"></a>00009 <span class="comment"> * Revision: none</span>
<a name="l00010"></a>00010 <span class="comment"> * Compiler: gcc</span>
<a name="l00011"></a>00011 <span class="comment"> *</span>
<a name="l00012"></a>00012 <span class="comment"> * Author: Bradlee Speice (), bspeice.nc@gmail.com</span>
<a name="l00013"></a>00013 <span class="comment"> * Organization: </span>
<a name="l00014"></a>00014 <span class="comment"> *</span>
<a name="l00015"></a>00015 <span class="comment"> * =====================================================================================</span>
<a name="l00016"></a>00016 <span class="comment"> */</span>
<a name="l00017"></a>00017 <span class="preprocessor">#ifndef LIBCVAUTOMATION_H</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define LIBCVAUTOMATION_H</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span>
<a name="l00020"></a>00020 <span class="preprocessor">#define LIBCVAUTOMATION_VERSION &quot;2.0&quot;</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span><span class="preprocessor">#define LIBCVAUTOMATION_BUGREPORT &quot;bspeice@uncc.edu&quot;</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span>
<a name="l00023"></a>00023 <span class="comment">/* C includes */</span>
<a name="l00024"></a>00024 <span class="preprocessor">#include &lt;stdio.h&gt;</span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;string.h&gt;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;unistd.h&gt;</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;limits.h&gt;</span>
<a name="l00028"></a>00028
<a name="l00029"></a>00029 <span class="comment">/* Autoconf logic to select the correct OpenCV version */</span>
<a name="l00030"></a>00030 <span class="comment">/* OpenCV2 includes - some filenames are different</span>
<a name="l00031"></a>00031 <span class="comment"> * from the OpenCV1 counterparts */</span>
<a name="l00032"></a>00032 <span class="preprocessor">#include &lt;opencv2/core/core_c.h&gt;</span>
<a name="l00033"></a>00033 <span class="preprocessor">#include &lt;opencv2/highgui/highgui_c.h&gt;</span>
<a name="l00034"></a>00034 <span class="preprocessor">#include &lt;opencv2/imgproc/imgproc_c.h&gt;</span>
<a name="l00035"></a>00035
<a name="l00036"></a>00036 <span class="comment">/* X11 includes */</span>
<a name="l00037"></a>00037 <span class="preprocessor">#include &lt;X11/Xlib.h&gt;</span>
<a name="l00038"></a>00038 <span class="preprocessor">#include &lt;X11/Xutil.h&gt;</span>
<a name="l00039"></a>00039 <span class="preprocessor">#include &lt;X11/extensions/XTest.h&gt;</span>
<a name="l00040"></a>00040
<a name="l00041"></a>00041 <span class="comment">/* Define another basic structure for points */</span>
<a name="l00042"></a><a class="code" href="structcvaPoint.html">00042</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>{
<a name="l00043"></a>00043 <span class="keywordtype">int</span> x, y;
<a name="l00044"></a>00044 } <a class="code" href="structcvaPoint.html" title="Very simple structure to standardize how points are used in libcvautomation.">cvaPoint</a>;
<a name="l00045"></a>00045
<a name="l00046"></a>00046 <span class="comment">/* Define a basic structure to help us with using multiple-picture arguments</span>
<a name="l00047"></a>00047 <span class="comment"> * Yes, it&#39;s a hackish implementation, nobody said you had to use this one. */</span>
<a name="l00048"></a><a class="code" href="structcvautomationList.html">00048</a> <span class="keyword">typedef</span> <span class="keyword">struct </span>{
<a name="l00049"></a>00049 <span class="comment">/* Use one or the other of fileName or cvaImage - cvaImage takes priority */</span>
<a name="l00050"></a>00050 IplImage *cvaImage;
<a name="l00051"></a>00051 <span class="keywordtype">char</span> *fileName;
<a name="l00052"></a>00052
<a name="l00053"></a>00053 <a class="code" href="structcvaPoint.html" title="Very simple structure to standardize how points are used in libcvautomation.">cvaPoint</a> resultPoint;
<a name="l00054"></a>00054 <span class="keywordtype">int</span> searchMethod;
<a name="l00055"></a>00055 <span class="keywordtype">int</span> tolerance;
<a name="l00056"></a>00056
<a name="l00057"></a>00057 } <a class="code" href="structcvautomationList.html" title="Implements a structure to build an array for methods like matchSubImage_a()">cvautomationList</a>;
<a name="l00058"></a>00058
<a name="l00059"></a>00059 <span class="comment">/* Project component includes */</span>
<a name="l00060"></a>00060 <span class="comment">/* The includes come here to make sure all function prototypes have access</span>
<a name="l00061"></a>00061 <span class="comment"> * to the cvautomationList struct */</span>
<a name="l00062"></a>00062 <span class="preprocessor">#include &lt;<a class="code" href="libcvautomation-opencv_8h.html" title="The source code to access libcv from inside libcvautomation.">libcvautomation/libcvautomation-opencv.h</a>&gt;</span>
<a name="l00063"></a>00063 <span class="preprocessor">#include &lt;<a class="code" href="libcvautomation-xlib_8h.html" title="The source code to access Xlib from inside libcvautomation.">libcvautomation/libcvautomation-xlib.h</a>&gt;</span>
<a name="l00064"></a>00064 <span class="preprocessor">#include &lt;<a class="code" href="libcvautomation-xtest_8h.html" title="The source code to access the XTest extension inside libcvautomation.">libcvautomation/libcvautomation-xtest.h</a>&gt;</span>
<a name="l00065"></a>00065
<a name="l00066"></a>00066 <span class="preprocessor">#endif </span><span class="comment">/* LIBCVAUTOMATION_H */</span>
<a name="l00067"></a>00067 <span class="comment">/* Doxygen information */</span>
</pre></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>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><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 Thu Oct 11 2012 17:42:49 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>