MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2006 by Michal Spanel
.
More...
#include <MDSTk/Base/mdsAssert.h>
#include <MDSTk/Base/mdsStaticAssert.h>
#include <MDSTk/Math/mdsBase.h>
#include "../mdsImage.h"
#include <fftw3.h>
#include "mdsFFT.hxx"
Namespaces | |
namespace | mds |
Medical Data Segmentation Toolkit (MDSTk) | |
namespace | mds::img |
Functions | |
template<class I > | |
bool | mds::img::fft (const CImageBase< I > &SrcImage, CComplexImage &DstImage) |
Computes unnormalized two-dimensional discrete Fourier transform (DFT) of a given source image. | |
template<class I > | |
void | mds::img::fftShift (CImageBase< I > &Image) |
Shift zero-frequency component to center of spectrum. | |
template<class I > | |
bool | mds::img::ifft (const CImageBase< I > &SrcImage, CComplexImage &DstImage) |
Computes inverse two-dimensional discrete Fourier transform (inverse DFT) of a given source image. |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2006 by Michal Spanel
.
Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2006/08/09
Description: