mirror of
				https://github.com/bspeice/libcvautomation
				synced 2025-11-03 18:00:43 -05:00 
			
		
		
		
	Release version 1.3 documentation
This commit is contained in:
		@ -34,7 +34,7 @@
 | 
			
		||||
  
 | 
			
		||||
  <td style="padding-left: 0.5em;">
 | 
			
		||||
   <div id="projectname">libcvautomation
 | 
			
		||||
    <span id="projectnumber">1.2</span>
 | 
			
		||||
    <span id="projectnumber">1.3</span>
 | 
			
		||||
   </div>
 | 
			
		||||
   
 | 
			
		||||
  </td>
 | 
			
		||||
@ -94,6 +94,8 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 | 
			
		||||
<a href="#details">More...</a></p>
 | 
			
		||||
<div class="textblock"><code>#include <stdio.h></code><br/>
 | 
			
		||||
<code>#include <string.h></code><br/>
 | 
			
		||||
<code>#include <unistd.h></code><br/>
 | 
			
		||||
<code>#include <limits.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/>
 | 
			
		||||
@ -108,20 +110,20 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 | 
			
		||||
<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 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 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="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="libcvautomation_8h.html#a2e54f09f702e59d582159468d120abc9">LIBCVAUTOMATION_VERSION</a>   "1.3"</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>
 | 
			
		||||
<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. </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>
 | 
			
		||||
 | 
			
		||||
@ -132,7 +134,7 @@ Defines</h2></td></tr>
 | 
			
		||||
<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>
 | 
			
		||||
          <td class="memname">#define <a class="el" href="libcvautomation_8h.html#a2e54f09f702e59d582159468d120abc9">LIBCVAUTOMATION_VERSION</a>   "1.3"</td>
 | 
			
		||||
        </tr>
 | 
			
		||||
      </table>
 | 
			
		||||
</div>
 | 
			
		||||
@ -177,7 +179,7 @@ Defines</h2></td></tr>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<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">
 | 
			
		||||
Generated on Mon Jul 23 2012 12:58:25 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>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user