MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Namespaces | Functions
VolumeFunctions/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 "../mdsVolumeBase.h"
#include "../mdsVolumeHistogram.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 V >
bool mds::img::histogramEqualization (CVolumeBase< V > &Volume)
 Histogram equalization.
template<class V >
bool mds::img::multiIterativeThresholding (CVolumeBase< V > &Volume, int NumOfThresholds)
 Iterative histogram thresholding.
template<class V >
bool mds::img::singleOtsuThresholding (CVolumeBase< V > &Volume)
 Otsu's histogram thresholding algorithm.
template<class V >
bool mds::img::singleThresholding (CVolumeBase< V > &Volume)
 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: