X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fimagefile.h;h=a31b04e4696ebf0880e24d98d5a36dd4fb3c4388;hb=4d4c9ac74d67bfa694404db2ced52363a93e8d93;hp=eaa69afa89e97556e7bea844ba5e0f669c784c35;hpb=c00c639073653fac7463a88f2b000f263236550d;p=ctsim.git diff --git a/include/imagefile.h b/include/imagefile.h index eaa69af..a31b04e 100644 --- a/include/imagefile.h +++ b/include/imagefile.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: imagefile.h,v 1.28 2001/01/02 16:02:12 kevin Exp $ +** $Id: imagefile.h,v 1.30 2001/01/06 15:33:15 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -151,6 +151,8 @@ public: : ImageFileBase () {} + void getCenterCoordinates (unsigned int& iXCenter, unsigned int& iYCenter); + bool convertRealToComplex (); bool convertComplexToReal (); @@ -180,6 +182,10 @@ public: #ifdef HAVE_FFTW bool fft (ImageFile& result) const; bool ifft (ImageFile& result) const; + bool fftRows (ImageFile& result) const; + bool ifftRows (ImageFile& result) const; + bool fftCols (ImageFile& result) const; + bool ifftCols (ImageFile& result) const; #endif bool magnitude (ImageFile& result) const; bool phase (ImageFile& result) const;