00001 /** \dir src/Landmark 00002 00003 \brief Code for landmark-based object recognition 00004 00005 This (mostly obsolete?) code is for a system that can recognize 00006 objects and scenes through analysis of attentional scanpaths over 00007 the visual inputs. 00008 00009 for dependency graphs: 00010 rankdir: TB 00011 */ 00012 00013 // $HeadURL: svn://isvn.usc.edu/software/invt/trunk/saliency/src/Landmark/README.dxy $ 00014 // $Id: README.dxy 5749 2005-10-19 08:15:48Z itti $ 00015 00016 // //////////////////////////////////////////////////////////////////// // 00017 // The iLab Neuromorphic Vision C++ Toolkit - Copyright (C) 2001 by the // 00018 // University of Southern California (USC) and the iLab at USC. // 00019 // See http://iLab.usc.edu for information about this project. // 00020 // //////////////////////////////////////////////////////////////////// // 00021 // Major portions of the iLab Neuromorphic Vision Toolkit are protected // 00022 // under the U.S. patent ``Computation of Intrinsic Perceptual Saliency // 00023 // in Visual Environments, and Applications'' by Christof Koch and // 00024 // Laurent Itti, California Institute of Technology, 2001 (patent // 00025 // pending; application number 09/912,225 filed July 23, 2001; see // 00026 // http://pair.uspto.gov/cgi-bin/final/home.pl for current status). // 00027 // //////////////////////////////////////////////////////////////////// // 00028 // This file is part of the iLab Neuromorphic Vision C++ Toolkit. // 00029 // // 00030 // The iLab Neuromorphic Vision C++ Toolkit is free software; you can // 00031 // redistribute it and/or modify it under the terms of the GNU General // 00032 // Public License as published by the Free Software Foundation; either // 00033 // version 2 of the License, or (at your option) any later version. // 00034 // // 00035 // The iLab Neuromorphic Vision C++ Toolkit is distributed in the hope // 00036 // that it will be useful, but WITHOUT ANY WARRANTY; without even the // 00037 // implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR // 00038 // PURPOSE. See the GNU General Public License for more details. // 00039 // // 00040 // You should have received a copy of the GNU General Public License // 00041 // along with the iLab Neuromorphic Vision C++ Toolkit; if not, write // 00042 // to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, // 00043 // Boston, MA 02111-1307 USA. // 00044 // //////////////////////////////////////////////////////////////////// //