2012-07-18 14:11:30 -04:00
<!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" / >
2012-07-17 16:07:18 -04:00
< title > libcvautomation: libcvautomation.h File Reference< / title >
2012-07-18 14:11:30 -04:00
< 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
  < span id = "projectnumber" > 1.2< / span >
< / div >
< / td >
< / tr >
< / tbody >
2012-07-17 16:07:18 -04:00
< / table >
2012-07-18 14:11:30 -04:00
< / 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  Page< / span > < / a > < / li >
< li > < a href = "pages.html" > < span > Related  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  List< / span > < / a > < / li >
< li > < a href = "globals.html" > < span > File  Members< / span > < / a > < / li >
< / ul >
< / div >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#nested-classes" > Classes< / a > |
< a href = "#define-members" > Defines< / a > < / div >
< div class = "headertitle" >
< div class = "title" > libcvautomation.h File Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< p > The top-level include for all projects involving libcvautomation.
< a href = "#details" > More...< / a > < / p >
< div class = "textblock" > < code > #include < stdio.h> < / code > < br / >
< code > #include < string.h> < / code > < br / >
< code > #include < opencv2/core/core_c.h> < / code > < br / >
< code > #include < opencv2/highgui/highgui_c.h> < / code > < br / >
< code > #include < opencv2/imgproc/imgproc_c.h> < / code > < br / >
< code > #include < X11/Xlib.h> < / code > < br / >
< code > #include < X11/Xutil.h> < / code > < br / >
< code > #include < X11/extensions/XTest.h> < / code > < br / >
< code > #include < < a class = "el" href = "libcvautomation-opencv_8h_source.html" > libcvautomation/libcvautomation-opencv.h< / a > > < / code > < br / >
< code > #include < < a class = "el" href = "libcvautomation-xlib_8h_source.html" > libcvautomation/libcvautomation-xlib.h< / a > > < / code > < br / >
< code > #include < < a class = "el" href = "libcvautomation-xtest_8h_source.html" > libcvautomation/libcvautomation-xtest.h< / a > > < / code > < br / >
< / div >
< p > < a href = "libcvautomation_8h_source.html" > Go to the source code of this file.< / a > < / p >
< table class = "memberdecls" >
< tr > < td colspan = "2" > < h2 > < a name = "nested-classes" > < / a >
Classes< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcvautomationList.html" > cvautomationList< / a > < / td > < / tr >
< tr > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Implements a structure to build an array for methods like < a class = "el" href = "libcvautomation-opencv_8h.html#a3facf18280800537b7b7694b5cd731cf" title = "Parse an array of sub images and send them to matchSubImage()" > matchSubImage_a()< / a > < a href = "structcvautomationList.html#details" > More...< / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structcvaPoint.html" > cvaPoint< / a > < / td > < / tr >
< tr > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Very simple structure to standardize how points are used in libcvautomation. < a href = "structcvaPoint.html#details" > More...< / a > < br / > < / td > < / tr >
< tr > < td colspan = "2" > < h2 > < a name = "define-members" > < / a >
Defines< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "libcvautomation_8h.html#a2e54f09f702e59d582159468d120abc9" > LIBCVAUTOMATION_VERSION< / a >       " 1.2" < / td > < / tr >
< tr > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Define what version of Libcvautomation we are using. < a href = "#a2e54f09f702e59d582159468d120abc9" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "libcvautomation_8h.html#aeb04ad996673248b8a9f77b6bbcbbcbe" > LIBCVAUTOMATION_BUGREPORT< / a >       " bspeice@uncc.edu" < / td > < / tr >
< tr > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Define who to send bug reports to for Libcvautomation. < a href = "#aeb04ad996673248b8a9f77b6bbcbbcbe" > < / a > < br / > < / td > < / tr >
< / table >
< hr / > < a name = "details" id = "details" > < / a > < h2 > Detailed Description< / h2 >
< div class = "textblock" > < p > The top-level include for all projects involving libcvautomation. < / p >
< p > This source file includes all other files needed for libcvautomation projects, and also defines the < a class = "el" href = "structcvautomationList.html" title = "Implements a structure to build an array for methods like matchSubImage_a()" > cvautomationList< / a > and < a class = "el" href = "structcvaPoint.html" title = "Very simple structure to standardize how points are used in libcvautomation." > cvaPoint< / a > structs to be used among libcvautomation functions. Please note that while the opencv2 version is being documented, there is no actual difference in usage for opencv version 1. < / 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_8h_source.html" > libcvautomation.h< / a > .< / p >
< / div > < hr / > < h2 > Define Documentation< / h2 >
< a class = "anchor" id = "a2e54f09f702e59d582159468d120abc9" > < / a > <!-- doxytag: member="libcvautomation.h::LIBCVAUTOMATION_VERSION" ref="a2e54f09f702e59d582159468d120abc9" args="" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define < a class = "el" href = "libcvautomation_8h.html#a2e54f09f702e59d582159468d120abc9" > LIBCVAUTOMATION_VERSION< / a >       " 1.2" < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p > Define what version of Libcvautomation we are using. < / p >
< p > This define provides access to what version of Libcvautomation we're using. All times that you need to know what it is should use this. < / p >
< / div >
< / div >
< a class = "anchor" id = "aeb04ad996673248b8a9f77b6bbcbbcbe" > < / a > <!-- doxytag: member="libcvautomation.h::LIBCVAUTOMATION_BUGREPORT" ref="aeb04ad996673248b8a9f77b6bbcbbcbe" args="" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define < a class = "el" href = "libcvautomation_8h.html#aeb04ad996673248b8a9f77b6bbcbbcbe" > LIBCVAUTOMATION_BUGREPORT< / a >       " bspeice@uncc.edu" < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p > Define who to send bug reports to for Libcvautomation. < / p >
< p > This define provides access to who should be emailed in case of a Libcvautomation bug. All times that you need to know what it is should use this. < / p >
< / div >
< / 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" >   < / span > All< / a > < a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(1)" > < span class = "SelectionMark" >   < / span > Classes< / a > < a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(2)" > < span class = "SelectionMark" >   < / span > Files< / a > < a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(3)" > < span class = "SelectionMark" >   < / span > Functions< / a > < a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(4)" > < span class = "SelectionMark" >   < / 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   < a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
< / a > 1.7.6.1
< / small > < / address >
2012-07-17 16:07:18 -04:00
< / body >
< / html >