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: cvautomationList Struct 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" / >
2012-07-17 16:07:18 -04:00
2012-07-18 14:11:30 -04:00
< 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 >
2012-07-17 16:07:18 -04:00
2012-07-18 14:11:30 -04:00
< / head >
< body >
< div id = "top" > <!-- do not remove this div! -->
2012-07-17 16:07:18 -04:00
2012-07-18 14:11:30 -04:00
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td style = "padding-left: 0.5em;" >
< div id = "projectname" > libcvautomation
2012-08-13 09:16:26 -04:00
  < span id = "projectnumber" > 1.5< / span >
2012-07-18 14:11:30 -04:00
< / 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 class = "current" > < a href = "annotated.html" > < span > Classes< / span > < / a > < / li >
< li > < 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 = "annotated.html" > < span > Class  List< / span > < / a > < / li >
< / ul >
< / div >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#pub-attribs" > Public Attributes< / a > < / div >
< div class = "headertitle" >
< div class = "title" > cvautomationList Struct Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
<!-- doxytag: class="cvautomationList" -->
< p > 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 > < / p >
< p > < code > #include < < a class = "el" href = "libcvautomation_8h_source.html" > libcvautomation.h< / a > > < / code > < / p >
< p > < a href = "structcvautomationList-members.html" > List of all members.< / a > < / p >
< table class = "memberdecls" >
< tr > < td colspan = "2" > < h2 > < a name = "pub-attribs" > < / a >
Public Attributes< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "anchor" id = "a6fb9bc0615a1e745db5d156f92967987" > < / a > <!-- doxytag: member="cvautomationList::cvaImage" ref="a6fb9bc0615a1e745db5d156f92967987" args="" -->
IplImage *  < / td > < td class = "memItemRight" valign = "bottom" > < b > cvaImage< / b > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "anchor" id = "a028f83a54cb2aec781ab6ab3dff3c4d0" > < / a > <!-- doxytag: member="cvautomationList::fileName" ref="a028f83a54cb2aec781ab6ab3dff3c4d0" args="" -->
char *  < / td > < td class = "memItemRight" valign = "bottom" > < b > fileName< / b > < / td > < / tr >
2012-07-23 13:00:32 -04:00
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "anchor" id = "a60b8c7e52098a5d9def9fa3ca37f060b" > < / a > <!-- doxytag: member="cvautomationList::resultPoint" ref="a60b8c7e52098a5d9def9fa3ca37f060b" args="" -->
< a class = "el" href = "structcvaPoint.html" > cvaPoint< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < b > resultPoint< / b > < / td > < / tr >
2012-07-18 14:11:30 -04:00
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "anchor" id = "a5ca7170bc73b7811134f12a178c8ff3a" > < / a > <!-- doxytag: member="cvautomationList::searchMethod" ref="a5ca7170bc73b7811134f12a178c8ff3a" args="" -->
int  < / td > < td class = "memItemRight" valign = "bottom" > < b > searchMethod< / b > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "anchor" id = "aef1f552a2e149ac86cea614ba3935597" > < / a > <!-- doxytag: member="cvautomationList::tolerance" ref="aef1f552a2e149ac86cea614ba3935597" args="" -->
int  < / td > < td class = "memItemRight" valign = "bottom" > < b > tolerance< / b > < / td > < / tr >
< / table >
< hr / > < a name = "details" id = "details" > < / a > < h2 > Detailed Description< / h2 >
< div class = "textblock" > < p > 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 > < / p >
< p > This structure is a simple way to wrap up all needed information for matching sub images in one location. < / p >
< dl class = "params" > < dt > < b > Parameters:< / b > < / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > cvaImage< / td > < td > An image in IplImage format < / td > < / tr >
< tr > < td class = "paramname" > fileName< / td > < td > The file location of an image to be loaded < / td > < / tr >
< tr > < td class = "paramname" > resultPoint< / td > < td > Holder for a result - for example, storing where this sub image was located in its root image < / td > < / tr >
< tr > < td class = "paramname" > searchMethod< / td > < td > The search method to use when searching for this sub image in a root image < / td > < / tr >
< tr > < td class = "paramname" > tolerance< / td > < td > The tolerance to use when searching for this sub image in a root image < / td > < / tr >
2012-07-17 16:07:18 -04:00
< / table >
2012-07-18 14:11:30 -04:00
< / dd >
2012-07-17 16:07:18 -04:00
< / dl >
2012-07-23 13:00:32 -04:00
< dl class = "see" > < dt > < b > See also:< / b > < / dt > < dd > < a class = "el" href = "libcvautomation_search_methods.html" > Libcv Search Methods< / a > < / dd > < / dl >
2012-07-18 14:11:30 -04:00
2012-07-23 13:00:32 -04:00
< p > Definition at line < a class = "el" href = "libcvautomation_8h_source.html#l00048" > 48< / a > of file < a class = "el" href = "libcvautomation_8h_source.html" > libcvautomation.h< / a > .< / p >
2012-07-18 14:11:30 -04:00
< / div > < hr / > The documentation for this struct was generated from the following file:< ul >
< li > < a class = "el" href = "libcvautomation_8h_source.html" > libcvautomation.h< / a > < / li >
< / ul >
< / 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 >
2012-07-17 16:07:18 -04:00
2012-07-18 14:11:30 -04:00
< hr class = "footer" / > < address class = "footer" > < small >
2012-08-13 09:16:26 -04:00
Generated on Mon Aug 13 2012 09:14:32 for libcvautomation by   < a href = "http://www.doxygen.org/index.html" >
2012-07-18 14:11:30 -04:00
< 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 >