00001 /** \dir src/Embedded 00002 00003 \brief Embedded hardware implementations 00004 00005 This directory and its subdirectories contain various embedded 00006 hardware implementations. Often, the embedded hardware has reduced 00007 functionality compared to a regular PC (e.g., no floating-point 00008 unit). Hence the programs here tende to be simplified compared to 00009 the more general C++ classes in other directories. Many of the 00010 programs here require specific development environments (e.g., the 00011 Maemo SDK which includes a complete virtual machine, 00012 cross-compiler, etc) which need to be installed separately. 00013 00014 */ 00015 00016 // $HeadURL: svn://ilab.usc.edu/trunk/saliency/src/Image/README.dxy $ 00017 // $Id: README.dxy 5058 2005-07-07 00:00:18Z rjpeters $ 00018 00019 // //////////////////////////////////////////////////////////////////// // 00020 // The iLab Neuromorphic Vision C++ Toolkit - Copyright (C) 2001 by the // 00021 // University of Southern California (USC) and the iLab at USC. // 00022 // See http://iLab.usc.edu for information about this project. // 00023 // //////////////////////////////////////////////////////////////////// // 00024 // Major portions of the iLab Neuromorphic Vision Toolkit are protected // 00025 // under the U.S. patent ``Computation of Intrinsic Perceptual Saliency // 00026 // in Visual Environments, and Applications'' by Christof Koch and // 00027 // Laurent Itti, California Institute of Technology, 2001 (patent // 00028 // pending; application number 09/912,225 filed July 23, 2001; see // 00029 // http://pair.uspto.gov/cgi-bin/final/home.pl for current status). // 00030 // //////////////////////////////////////////////////////////////////// // 00031 // This file is part of the iLab Neuromorphic Vision C++ Toolkit. // 00032 // // 00033 // The iLab Neuromorphic Vision C++ Toolkit is free software; you can // 00034 // redistribute it and/or modify it under the terms of the GNU General // 00035 // Public License as published by the Free Software Foundation; either // 00036 // version 2 of the License, or (at your option) any later version. // 00037 // // 00038 // The iLab Neuromorphic Vision C++ Toolkit is distributed in the hope // 00039 // that it will be useful, but WITHOUT ANY WARRANTY; without even the // 00040 // implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR // 00041 // PURPOSE. See the GNU General Public License for more details. // 00042 // // 00043 // You should have received a copy of the GNU General Public License // 00044 // along with the iLab Neuromorphic Vision C++ Toolkit; if not, write // 00045 // to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, // 00046 // Boston, MA 02111-1307 USA. // 00047 // //////////////////////////////////////////////////////////////////// //