00001 /** \dir src/Demo 00002 00003 \brief Real-time saliency computation demo programs 00004 00005 The programs here were initially created for a demo at the 00006 National Science Foundation in Washington, where a humanoid robot 00007 head looks towards salient events in a room full of visitors. The 00008 demo program is geared towards running on a single SMP machine. No 00009 motor control is achieved by the code here; rather UDP packets are 00010 sent to the robot head with the current coordinates of the most 00011 salient location on the robot's retina. 00012 00013 for dependency graphs: 00014 rankdir: TB 00015 */ 00016 00017 // $HeadURL: svn://isvn.usc.edu/software/invt/trunk/saliency/src/Demo/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 // //////////////////////////////////////////////////////////////////// //