搜索资源列表
ostunew
- 自己编的一个vc图像处理程序,实现ostu算法功能。-their vc a series of the image processing algorithms to achieve ostu function.
ostu阈值分割
- 基于matlab平台和ostu算法,实现了对图像的分割,分割效果满意。
Otsualgorithm
- 经典的OSTU的算法,实现对图像阈值的查找并对图像进行二值化分割显示-OSTU classic algorithms, to achieve the threshold on the image search and image segmentation show binarization
Ostu
- 该文件夹中是三种二值化算法的matlab代码,下面以otsu二值化算法实现为例进行说明: 在Matlab上运行时,可以把该文件夹设为当前目录(Current Directory) 先读入灰度图片, 图片假设保存在D盘 I = imread( D:\coins.bmp ) 二值化 I_bw = otsu(I) 查看二值化结果 figure, imshow(I_bw) -I = imread( D:\coins.bmp ) I_bw = otsu(I) fig