文件名称:数字图像处理二值化
文件大小:3KB
文件格式:ZIP
更新时间:2017-05-10 04:35:08
数字图像 二值化
数字图像处理二值化程序 % KITTLERMET binarizes a gray scale image 'imag' into a binary image % Input: % imag: the gray scale image, with black foreground(0), and white % background(255). % Output: % imagBW: the binary image of the gray scale image 'imag', with kittler's % minimum error thresholding algorithm. % Reference: % J. Kittler and J. Illingworth. Minimum Error Thresholding. Pattern % Recognition. 1986. 19(1):41-47
【文件预览】:
二值化
----main.m(423B)
----otsu.m(2KB)
----niblack.m(3KB)
----kittlerMet.m(2KB)