搜索资源列表
fcm
- this code is thresholding image with fuzzy c-meam thresholding, it good result than Otsu method.
otsuiteratif
- Iterative Otsu Thresholding Algorithm
Otsu_Thresholding
- This algorithm is an implementation of Otsu thresholding technique based on the minimization of inter-class variance [otsu79].
otsuDemo
- good source about otsu thresholding in image processing
grayhist
- 最大类间方差法对图像进行阈值分割,是一种自适应的阈值确定方法-Otsu method for image thresholding, the threshold is an adaptive method for determining
OtsusThresholding
- Otsu s Thresholding implementation in C#. Works merely on grayscale image.
OtsuThresholdS2V2.1
- Otsu Thresholding APplied
AOTSUzipt
- 利用二维属性直方图的Otsu自动阈值分割方法 提出了二维属性直方图的概概念 ,进而提出了一种基于二维属性直方图的图像自动阈值化方法 有利于写论文 -The use of the histogram properties of two-dimensional Otsu automatic threshold segmentation method takes the concept of a two-dimensional histogram attributes, and then prop
Thread
- 自己写的一个程序,能实现图片的连续浏览,是学习线程很好的资料。且能进行OTSU阈值分割-Write a program to achieve continuous browsing, picture is good learning thread. And can carry out the OTSU thresholding segmentation
fcmthresh
- FCMTHRESH Thresholding by 3-class fuzzy c-means clustering [bw,level]=fcmthresh(IM,sw) outputs the binary image bw and threshold level of image IM using a 3-class fuzzy c-means clustering. It often works better than Otsu s methold which outp
OtsuCutting
- 大津阈值分割C#实现,含部分vc代码,注释完整,VS2010开发。-Otsu thresholding C#
otsu-threshold
- OTSU METHOD FOR THRESHOLDING
prac13
- Adaptive thrsholding, OTSU method and also performing bluring in order to test for the above thresholding techniques
otsu_threshold_code
- Otsu s Automatic Thresholding
outs
- Image segmentation using Otsu s thresholding matlab code with web page
56849
- conventional otsu thresholding source code
MATLAB实用源代码
- 1.图像反转 2.灰度线性变换 3.非线性变换 4.直方图均衡化 5. 线性平滑滤波器 6.中值滤波器 7.用Sobel算子和拉普拉斯对图像锐化:8.梯度算子检测边缘 9.LOG算子检测边缘 10.Canny算子检测边缘 11.边界跟踪 (bwtraceboundary函数)12.Hough变换 13.直方图阈值法 14. 自动阈值法:Otsu法 15.膨胀操作 16.腐蚀操作 17.开启和闭合操作 18.开启和闭合组合操作 19.形态学边界提取 20.形态学骨架提取 21.直接提取四个顶点坐标
Image segmentation using Otsu thresholding
- Image segmentation using Otsu thresholding
Threshold 2
- Otsu Thresholding Trial