MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Functions
ImageFunctions/mdsHistogram.hxx File Reference

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

Functions

template<class I >
bool histogramEqualization (CImageBase< I > &Image)
template<class I >
bool multiIterativeThresholding (CImageBase< I > &Image, int NumOfThresholds)
template<class I >
bool singleOtsuThresholding (CImageBase< I > &Image)
template<class I >
bool singleThresholding (CImageBase< I > &Image)

Detailed Description

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

Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2007/04/17

Id:
mdsHistogram.hxx 1863 2010-08-31 20:40:15Z spanel

Description:


Function Documentation

template<class I >
bool histogramEqualization ( CImageBase< I > &  Image)
template<class I >
bool multiIterativeThresholding ( CImageBase< I > &  Image,
int  NumOfThresholds 
)
template<class I >
bool singleOtsuThresholding ( CImageBase< I > &  Image)
template<class I >
bool singleThresholding ( CImageBase< I > &  Image)