ITK Implementation Of The Minimum Error Image Thresholding Algorithm

Al-Kofahi, Yousef1*
1.CompuCyte Corporation
Abstract

Abstract

An implementation of the minimum error thresholding algorithm is presented. In this implementation, two versions of the minimum error thresholding algorithm are made available, one utilizing a Gaussian- and the other utilizing a Poisson- mixture model. Two ITK classes are created: The first one (MinErrorThresholdImageCalculator) is used to compute the threshold; the second (MinErrorThresholdImageFilter) is used as an image-thresholding filter. The results indicate code correctness and are comparable to those of Otsu’s thresholding algorithm.

Keywords

Minimum error thresholdingOtsu thresholding
Manuscript
Source Code and Data

Source Code and Data

srcCMakeLists.txt1 KBTest_Image_2D.tif88.2 KBitkMinErrorThresholdImageCalculator.h4.7 KBTest_Image_3D.pic659.3 KBitkMinErrorThresholdImageFilter.h5.4 KBitkMinErrorThresholdImageCalculator.txx8.3 KBitkMinErrorThresholdImageFilter.txx4.3 KBitkMinErrorThresholdImageFilterTest.cxx3.2 KB

Select a file to preview