#include"amma/DoubleIm.hh" #include"amma/ByteImag.hh" #include"amma/StdMath.hh" //! file="amma/VisualDb/FeatExtract/IllumiNorm/IllumiNorm.hh" //! lib=IllumiNorm //! userlevel=Default //! docentry="default.Kieron J Messer" //! rcsid="$Id: IllumiNorm.hh,v 1.3 2000/07/07 13:00:06 ees1cg Exp $" //! author="Kieron J Messer" //! date="17/11/99" #ifndef ILLUMINORMC #define ILLUMINORMC class IllumiNormC { protected: DoubleImageC FeatureImage; int NRow; int NCol; public: //Constructor //=========== IllumiNormC(DoubleImageC &image); //Methods //======= DoubleImageC Inputnorm1(); DoubleImageC Inputnorm2(int); DoubleImageC Inputnorm3(DoubleImageC,int); DoubleImageC Inputnorm4(int); DoubleImageC Inputnorm4g(int, double); }; #endif