latest version v1.9 - last update 10 Apr 2010 |
00001 /* 00002 * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 00003 * Lehrstuhl fuer Technische Informatik, RWTH-Aachen, Germany 00004 * 00005 * This file is part of the LTI-Computer Vision Library (LTI-Lib) 00006 * 00007 * The LTI-Lib is free software; you can redistribute it and/or 00008 * modify it under the terms of the GNU Lesser General Public License (LGPL) 00009 * as published by the Free Software Foundation; either version 2.1 of 00010 * the License, or (at your option) any later version. 00011 * 00012 * The LTI-Lib is distributed in the hope that it will be 00013 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty 00014 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00015 * GNU Lesser General Public License for more details. 00016 * 00017 * You should have received a copy of the GNU Lesser General Public 00018 * License along with the LTI-Lib; see the file LICENSE. If 00019 * not, write to the Free Software Foundation, Inc., 59 Temple Place - 00020 * Suite 330, Boston, MA 02111-1307, USA. 00021 */ 00022 00023 #ifndef _LTI_DOCUMENTATION 00024 #define _LTI_DOCUMENTATION 00025 00026 /** 00027 00028 \mainpage LTI-Lib 00029 00030 \section contents Contents 00031 00032 - \ref intro 00033 - \ref license 00034 - \ref architecture 00035 - \ref classHierarchy 00036 - \ref examples 00037 - \ref howtonew 00038 - \ref compilers 00039 - \ref download 00040 - \ref links 00041 00042 \section intro Introduction 00043 00044 The term LTI-Lib encloses a collection of algorithms and data 00045 structures commonly used in image processing and computer vision 00046 applications. It is written in C++ in order to allow efficient 00047 programming techniques using an object-oriented approach. 00048 00049 Its main goal is to provide a system independent library, which 00050 follows as much as possible the ANSI C++ standards. It works on 00051 different <a href="http://www.unix.org">Unix</a> platforms and on 00052 <a href="http://www.microsoft.com/windows">Microsoft's Windows</a>, but 00053 it is specially maintained for <a href="http://www.linux.org">Linux</a> / 00054 <a href="http://www.gnu.org/software/gcc/gcc.html">GCC</a> and 00055 <a href="http://www.microsoft.com/ntworkstation/default.asp">Windows NT</a> / 00056 <a href="http://www.microsoft.com/visualc">MS Visual C++</a>. 00057 00058 The LTI-Lib was created at the 00059 <a href="http://www.techinfo.rwth-aachen.de/index_e.html">Chair of 00060 Technical Computer Science</a> at the 00061 <a href="http://www.rwth-aachen.de/zentral/aguid_english_default.htm">RWTH 00062 Aachen University</a>. It is the result of several years of research in 00063 several difficult computer vision problems like visual object recognition, 00064 vision for mobile service robots and gesture recognition. 00065 00066 These pages give some introductory information about how to use the 00067 LTI-Lib. The conditions of use for the LTI-Lib are given in \ref license. 00068 Some important concepts necessary to understand the 00069 library are shown in \ref architecture. 00070 The section \ref classHierarchy presents a thematic organization of 00071 many classes found in this library. Using the links shown on the top 00072 of this page you can browse the on-line programming reference. 00073 00074 Other useful information can be reached through the links in \ref contents 00075 and in our <a href="../homepage/index.shtml">homepage</a>. 00076 00077 \section license License 00078 00079 Copyright (C) 1998-2003 by 00080 <a href="http://www.techinfo.rwth-aachen.de/index_e.html">Chair of 00081 Technical Computer Science</a>, 00082 <a href="http://www.rwth-aachen.de/zentral/aguid_english_default.htm">RWTH 00083 Aachen University</a>. 00084 00085 The LTI-Lib is free software; permission to use, copy, modify, and 00086 distribute this software and its documentation under the terms of the 00087 GNU Lesser General Public License is hereby granted. No 00088 representations are made about the suitability of this software for 00089 any purpose. It is provided "as is" without express or implied 00090 warranty. See the 00091 <a href="http://www.gnu.org/copyleft/lesser.html#SEC1"> GNU Lesser General 00092 Public License</a> for more details. 00093 00094 The LTI-Lib is distributed in the hope that it will be useful, but 00095 WITHOUT ANY WARRANTY; without even the implied warranty of 00096 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00097 Lesser General Public License for more details. 00098 00099 More information can be found at http://www.gnu.org/licenses/licenses.html 00100 00101 <hr> 00102 00103 \section links Some important links 00104 00105 - <A HREF="http://www.techinfo.rwth-aachen.de/index_e.html">Chair of 00106 Technical Computer Science</A>, RWTH-Aachen, Germany. The LTI-Lib has its 00107 origin at the "Lehrstuhl fuer Technische Informatik (LTI)" in the 00108 <a href="http://www.rwth-aachen.de/zentral/aguid_english_default.htm">RWTH 00109 Aachen University</a>. 00110 - <a href="http://sourceforge.net">SourceForge</a>. Open Source development 00111 website hosting the 00112 <a href="http://sourceforge.net/projects/ltilib">LTI-Lib</a>. 00113 - <A HREF="http://www.doxygen.org">Doxygen</A> Documentation tool used 00114 in the LTI-Lib. 00115 - <A HREF="http://www.perl.org">PERL</A> Scripting language used in several 00116 tools of the LTI-Lib. 00117 - <A HREF="http://www.gtk.org">GTK</A> (Gimp Toolkit) This widget library 00118 is used in several visualization objects of the LTI-Lib. 00119 00120 \section authors Authors 00121 00122 \subsection coordinators Coordinators 00123 00124 Pablo Alvarado (Linux), 00125 Peter Doerfler (Linux), 00126 Ulrich Canzler (Windows) 00127 00128 \subsection students Programmers 00129 00130 Suat Akyol, 00131 Pablo Alvarado, 00132 Daniel Beier, 00133 Axel Berner, 00134 Florian Bley, 00135 Ulrich Canzler, 00136 Peter Doerfler, 00137 Thomas Erger, 00138 Helmuth Euler, 00139 Holger Fillbrandt, 00140 Dorothee Finck, 00141 Birgit Gehrke 00142 Peter Gerber, 00143 Claudia Goenner, 00144 Xin Gu, 00145 Michael Haehnel, 00146 Arnd Hannemann, 00147 Christian Harte, 00148 Bastian Ibach, 00149 Torsten Kaemper, 00150 Thomas Krueger, 00151 Frederik Lange, 00152 Henning Luepschen, 00153 Peter Mathes, 00154 Alexandros Matsikis, 00155 Bernd Mussmann, 00156 Jens Paustenbach, 00157 Norman Pfeil, 00158 Vlad Popovici, 00159 Markus Radermacher, 00160 Jens Rietzschel, 00161 Daniel Ruijters, 00162 Thomas Rusert, 00163 Volker Schmirgel, 00164 Stefan Syberichs, 00165 Guy Wafo Moudhe, 00166 Ruediger Weiler, 00167 Jochen Wickel , 00168 Benjamin Winkler, 00169 Xinghan Yu, 00170 Marius Wolf, 00171 Joerg Zieren 00172 00173 \date 1999-2003 00174 00175 \if SourceForge 00176 \htmlinclude hits.shtml 00177 \else 00178 \htmlinclude hits.html 00179 \endif 00180 00181 */ 00182 00183 #endif 00184