gaborElement.H

Go to the documentation of this file.
00001 /*!@file CINNIC/gaborElement.H A Gabor element */
00002 
00003 // $HeadURL: svn://isvn.usc.edu/software/invt/trunk/saliency/src/CINNIC/gaborElement.H $
00004 // $Id: gaborElement.H 4663 2005-06-23 17:47:28Z rjpeters $
00005 
00006 // ############################################################
00007 // ############################################################
00008 // ##### ---CINNIC---
00009 // ##### Contour Integration:
00010 // ##### T. Nathan Mundhenk nathan@mundhenk.com
00011 // ############################################################
00012 // ############################################################
00013 
00014 
00015 class gaborElement
00016 {
00017 public:
00018   gaborElement();
00019   ~gaborElement();
00020   //! optional item ID number for gabor
00021   long item;
00022   //! x,y position of gabors
00023   int x,y;
00024   //! standard deviation
00025   float stddev;
00026   //! gabor period
00027   float period;
00028   //! gabor phase
00029   float phase;
00030   //! gabor theta (angle)
00031   float theta;
00032   //! use 1.0F or 2.0F depending on study
00033   /*!(e.g. Polat and Sagi, 1994 = 1, Braun, 1999 = 2)*/
00034   float sigMod;
00035   //! the amplitude of the gabor (a constant A*gabor)
00036   float amplitude;
00037   //! Tells if this is a master element (to be detected) or not
00038   int master;
00039 };
00040 
00041 // ######################################################################
00042 /* So things look consistent in everyone's emacs... */
00043 /* Local Variables: */
00044 /* indent-tabs-mode: nil */
00045 /* End: */
Generated on Sun May 8 08:40:22 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3