MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Namespaces | Functions
Image/ImageFunctions/mdsGeneral.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 "../mdsImageBase.h"
#include <cmath>
#include "mdsGeneral.hxx"

Namespaces

namespace  mds
 

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


namespace  mds::img

Functions

template<typename R , class I >
mds::img::getMax (const CImageBase< I > &Image)
 Maximum pixel in the image.
template<typename R , class I >
mds::img::getMean (const CImageBase< I > &Image)
 Mean of pixel value.
template<typename R , class I1 , class I2 >
mds::img::getMeanSquareError (const CImageBase< I1 > &Image1, const CImageBase< I2 > &Image2)
 Mean square error between pixels of two images.
template<typename R , class I >
mds::img::getMin (const CImageBase< I > &Image)
 Minimum pixel value in the image.
template<typename R , class I1 , class I2 >
mds::img::getProduct (const CImageBase< I1 > &Image1, const CImageBase< I2 > &Image2)
 Inner product of two images.
template<typename R , class I >
mds::img::getSum (const CImageBase< I > &Image)
 Sum of pixels in the image.
template<typename R , class I >
mds::img::getSumOfSquares (const CImageBase< I > &Image)
 Sum of squares of pixels in the image.
template<typename R , class I >
mds::img::getVariance (const CImageBase< I > &Image)
 Variance of image pixels.

Detailed Description

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

Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2006/02/20

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

Description: