00001 /*! @file VFAT/findColorIndex.H [put description here] */ 00002 00003 // $HeadURL: svn://isvn.usc.edu/software/invt/trunk/saliency/src/VFAT/findColorIndex.H $ 00004 // $Id: findColorIndex.H 6182 2006-01-31 18:41:41Z rjpeters $ 00005 00006 #include "Image/Pixels.H" 00007 00008 class findColorIndex 00009 { 00010 private: 00011 public: 00012 findColorIndex(); 00013 ~findColorIndex(); 00014 //! returns one of 16 colors rainbow indexed 00015 void FACgetColor12(unsigned int *index, PixRGB<float> *pix); 00016 };