搜索资源列表
The-adaptive-hough-transform
- The adaptive hough transform(21HT) 作者:J.Kittler,自适应霍夫变换方法的作者,IEEE的原文,从图书馆找的。-The adaptive hough transform (21HT) Author: J. Kittler, Adaptive Hough Transform, author of Ways, IEEE original text, from the library looking
ellipse-detection-using-the-hough-transform
- ellipse detection using the hough transform 作者 H.K. Yuen, J. Illingworth and J. Kittler Department of Electronics and Electrical Engineering University of Surrey, Guildford。对霍夫变换检测检测椭圆的原理有一定的参考意义。-ellipse detection u
binarization_Algorithm
- 图像二值化算法:Otsu算法,Kittler minimum error thresholding算法,Niblack二值化算法。都是很经典的二值化算法,可用于对图像进行二值化,我自己编写的并经过测试正确。附件中有算法使用说明。-Image binarization algorithm: Otsu method, Kittler minimum error thresholding method, and Niblack method.
BinarizationAlgorithm
- 用matlab实现的otsu全局二值化算法、kittler 最小分类错误(minimum error thresholding)全局二值化算法、niblack局部二值化算法-Using matlab implementation otsu global binarization algorithm, kittler minimum classification error (minimum error thresholding) the
automatic-image-thresholding
- Automatic Gray-Scale Image Thresholding methods: Tsai, Prewitt, Rosenfeld, Otsu, Kittler, Ridler.
Minnimum-error-thresholding
- 作者:J.Kittler and J.Illingworth KI阈值算法-Author:J.Kittler and J.Illingworth 1986
sarshuju
- KI阈值算法,实现SAR图像变化检测时判别变化与非变化的区域所需要阈值的选取-the Kittler and Illingworth minimum-error thresholding algorithm
ImageBinaryzation
- image_binaryzation.m : 图像二值化主函数,调用otsu、kittler otsu.m : 类判别分类法(otsu全局二值化算法) kittler : 最小分类错误(minimum error thresholding)全局二值化算法 image_refining.m : 图像细化主程序,调用otsu、refining refining.m : 计算骨架的一种实用方法对图像进行细化 c
kittler
- 使用Kittler方法进行的图像二值化源码,这是区别于Otsu的另一类全局二值化方法,使用Opencv进行图像数据保存-Kittler method of image binarization source, which is different from other global binarization method of Otsu, Opencv image data saved
MinimumErrorThresholding
- Minimum Error thresholding method realized in Matlab environment based on Kittler and J. Illingworth, "Minimum error thresholding," Pattern Recognition, vol. 19, pp. 41-47, 1986.
binarization
- 该文件夹中有四个matlab文件,说明如下: binariztion.m: 二值化主程序,分别调用下面三种二值化算法。 otsu.m: 表示otsu全局二值化算法。 kittlerMet.m: 表示kittler 最小分类错误(minimum error thresholding)全局二值化算法。 niblack.m: 表示niblack局部二值化算法。 coins.bmp: 原始灰度图片。 c