toon-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Toon-members] tag/doc tag.h


From: Gerhard Reitmayr
Subject: [Toon-members] tag/doc tag.h
Date: Wed, 29 Apr 2009 18:58:39 +0000

CVSROOT:        /cvsroot/toon
Module name:    tag
Changes by:     Gerhard Reitmayr <gerhard>      09/04/29 18:58:39

Modified files:
        doc            : tag.h 

Log message:
        more doc polishing

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/tag/doc/tag.h?cvsroot=toon&r1=1.1&r2=1.2

Patches:
Index: tag.h
===================================================================
RCS file: /cvsroot/toon/tag/doc/tag.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- tag.h       29 Apr 2009 18:48:57 -0000      1.1
+++ tag.h       29 Apr 2009 18:58:39 -0000      1.2
@@ -1,11 +1,11 @@
 // Tag main documentation file
 
 /**
address@hidden TAG - TooN AlGorithm library
address@hidden tag - TooN Algorithm library
 
 @section sIntro Introduction
 
-Tag is a companion library to TooN, a C++ header file collection for numerics 
computation.
+tag is a companion library to TooN, a C++ header file collection for numerics 
computation.
 It provides a set of algorithms typically found in Computer Vision 
applications:
 
     - @ref kalmanfiltergroup 
@@ -26,7 +26,23 @@
     - Based on TooN for efficient numerics calculations based on LAPACK and 
BLAS
     - Implementations tested in research prototypes and usually reasonable 
correct and stable
 
address@hidden sDownload Getting the code and installing
+
+To get the code from cvs use:
+
address@hidden
+cvs -z3 -d:pserver:address@hidden:/cvsroot/toon co tag
address@hidden
+
+On a unix system, <code>./configure && make install </code> will compile the 
%tag
+library and install it to the correct place. It creates dynamic and static 
libraries
+with the library name @b toontag.
+
+For Win32 systems, the @c build directory contains project files for different 
versions
+of Visual Studio.
+
 @section sLinks Links
     - TooN - http://mi.eng.cam.ac.uk/~twd20/TooN/html/index.html
+    - CVS web interface - http://cvs.savannah.gnu.org/viewvc/tag/?root=toon
 
 */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]