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

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

#include <MDSTk/Base/mdsAssert.h>
#include <MDSTk/Math/mdsBase.h>
#include "../mdsImageBase.h"
#include "../mdsImageHistogram.h"
#include "../mdsImageFunctional.h"
#include "../HistogramThresholding/mdsMaxPeakness.h"
#include "../HistogramThresholding/mdsIterative.h"
#include "../HistogramThresholding/mdsOtsu.h"
#include <cmath>
#include "mdsHistogram.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::histogramEqualization (CImageBase< I > &Image)
 Histogram equalization.
template<class I >
bool mds::img::multiIterativeThresholding (CImageBase< I > &Image, int NumOfThresholds)
 Iterative histogram thresholding.
template<class I >
bool mds::img::singleOtsuThresholding (CImageBase< I > &Image)
 Otsu's histogram thresholding algorithm.
template<class I >
bool mds::img::singleThresholding (CImageBase< I > &Image)
 Simple mode-based histogram thresholding choosing an optimal threshold with respect to histogram peaks and valleys.

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.h 1863 2010-08-31 20:40:15Z spanel

Description: