00001 /* 00002 * Copyright (c) 2003, University of Amsterdam, The Netherlands. 00003 * All rights reserved. 00004 * 00005 * Author(s): 00006 * Jan van Gemert (mark@wins.uva.nl) 00007 * Jan-Mark Geusebroek (mark@wins.uva.nl) 00008 * 00009 */ 00010 00013 #ifndef HxRecGabor_h 00014 #define HxRecGabor_h 00015 00016 #include "HxImageRep.h" 00017 00020 HxImageRep L_HXIMAGEREP 00021 HxRecGabor(HxImageRep im, double s, double omega0, double theta); 00022 00023 #endif