00001 /** \dir src/AppNeuro 00002 00003 \brief Sample applications using the facilities in src/Neuro 00004 00005 The programs in this directory are simple examples, test programs, 00006 and applications using the various facilities in the src/Neuro 00007 directory. These applications all rely on some aspect of neural 00008 modeling to achieve their functionality. The applications here 00009 are more experimental, less stable, and more limited in their 00010 scope than the ones in the src/INVT directory, which are the core 00011 neural modeling applications of this toolkit. 00012 00013 for dependency graphs: 00014 rankdir: RL 00015 */ 00016 00017 // $HeadURL: svn://isvn.usc.edu/software/invt/trunk/saliency/src/AppNeuro/README.dxy $ 00018 // $Id: README.dxy 5749 2005-10-19 08:15:48Z itti $ 00019 00020 // //////////////////////////////////////////////////////////////////// // 00021 // The iLab Neuromorphic Vision C++ Toolkit - Copyright (C) 2001 by the // 00022 // University of Southern California (USC) and the iLab at USC. // 00023 // See http://iLab.usc.edu for information about this project. // 00024 // //////////////////////////////////////////////////////////////////// // 00025 // Major portions of the iLab Neuromorphic Vision Toolkit are protected // 00026 // under the U.S. patent ``Computation of Intrinsic Perceptual Saliency // 00027 // in Visual Environments, and Applications'' by Christof Koch and // 00028 // Laurent Itti, California Institute of Technology, 2001 (patent // 00029 // pending; application number 09/912,225 filed July 23, 2001; see // 00030 // http://pair.uspto.gov/cgi-bin/final/home.pl for current status). // 00031 // //////////////////////////////////////////////////////////////////// // 00032 // This file is part of the iLab Neuromorphic Vision C++ Toolkit. // 00033 // // 00034 // The iLab Neuromorphic Vision C++ Toolkit is free software; you can // 00035 // redistribute it and/or modify it under the terms of the GNU General // 00036 // Public License as published by the Free Software Foundation; either // 00037 // version 2 of the License, or (at your option) any later version. // 00038 // // 00039 // The iLab Neuromorphic Vision C++ Toolkit is distributed in the hope // 00040 // that it will be useful, but WITHOUT ANY WARRANTY; without even the // 00041 // implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR // 00042 // PURPOSE. See the GNU General Public License for more details. // 00043 // // 00044 // You should have received a copy of the GNU General Public License // 00045 // along with the iLab Neuromorphic Vision C++ Toolkit; if not, write // 00046 // to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, // 00047 // Boston, MA 02111-1307 USA. // 00048 // //////////////////////////////////////////////////////////////////// //