MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Namespaces | Functions
Image/ImageFunctions/mdsConversion.h File Reference

Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2006 by Michal Spanel
. More...

#include <MDSTk/Base/mdsAssert.h>
#include <MDSTk/Math/mdsBase.h>
#include "../mdsImage.h"
#include <cmath>
#include "mdsConversion.hxx"

Namespaces

namespace  mds
 

Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2005 by Michal Spanel


namespace  mds::img

Functions

template<class I >
bool mds::img::abs (const CImageBase< CComplexImage > &SrcImage, CImageBase< I > &DstImage)
 Returns absolute value (magnitude) of a complex image.
template<class I >
bool mds::img::arg (const CImageBase< CComplexImage > &SrcImage, CImageBase< I > &DstImage)
 Returns argument of a complex image.
template<class I1 , class I2 >
bool mds::img::convert (const CImageBase< I1 > &SrcImage, CImageBase< I2 > &DstImage)
 Converts source image of one type to destination image of another type.
template<class I >
bool mds::img::imag (const CImageBase< CComplexImage > &SrcImage, CImageBase< I > &DstImage)
 Returns imaginary part of a complex image.
template<class I >
void mds::img::log (CImageBase< I > &Image)
 Logarithmic operator that converts a given image to the logarithmic space.
template<class I >
bool mds::img::real (const CImageBase< CComplexImage > &SrcImage, CImageBase< I > &DstImage)
 Returns real part of a complex image.

Detailed Description

Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2006 by Michal Spanel
.

Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2006/08/09

Id:
mdsConversion.h 1863 2010-08-31 20:40:15Z spanel

Description: