00001 /** \dir src/QtUtil 00002 00003 \brief Low(ish)-level routines for integrating Qt with INVT 00004 00005 This directory should contain no executables, but rather contains 00006 utility functionality for building invt-based qt applications. For 00007 example, this directory includes routines for converting Image<T> 00008 objects to QImage. 00009 00010 for dependency graphs: 00011 rankdir: RL 00012 */ 00013 00014 // $HeadURL: svn://isvn.usc.edu/software/invt/trunk/saliency/src/QtUtil/README.dxy $ 00015 // $Id: README.dxy 5788 2005-10-27 18:29:18Z rjpeters $ 00016 00017 // //////////////////////////////////////////////////////////////////// // 00018 // The iLab Neuromorphic Vision C++ Toolkit - Copyright (C) 2001 by the // 00019 // University of Southern California (USC) and the iLab at USC. // 00020 // See http://iLab.usc.edu for information about this project. // 00021 // //////////////////////////////////////////////////////////////////// // 00022 // Major portions of the iLab Neuromorphic Vision Toolkit are protected // 00023 // under the U.S. patent ``Computation of Intrinsic Perceptual Saliency // 00024 // in Visual Environments, and Applications'' by Christof Koch and // 00025 // Laurent Itti, California Institute of Technology, 2001 (patent // 00026 // pending; application number 09/912,225 filed July 23, 2001; see // 00027 // http://pair.uspto.gov/cgi-bin/final/home.pl for current status). // 00028 // //////////////////////////////////////////////////////////////////// // 00029 // This file is part of the iLab Neuromorphic Vision C++ Toolkit. // 00030 // // 00031 // The iLab Neuromorphic Vision C++ Toolkit is free software; you can // 00032 // redistribute it and/or modify it under the terms of the GNU General // 00033 // Public License as published by the Free Software Foundation; either // 00034 // version 2 of the License, or (at your option) any later version. // 00035 // // 00036 // The iLab Neuromorphic Vision C++ Toolkit is distributed in the hope // 00037 // that it will be useful, but WITHOUT ANY WARRANTY; without even the // 00038 // implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR // 00039 // PURPOSE. See the GNU General Public License for more details. // 00040 // // 00041 // You should have received a copy of the GNU General Public License // 00042 // along with the iLab Neuromorphic Vision C++ Toolkit; if not, write // 00043 // to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, // 00044 // Boston, MA 02111-1307 USA. // 00045 // //////////////////////////////////////////////////////////////////// //