搜索资源列表
Otsucoding
- Otsu-最大类间方差Matlab代码 最大类间方差法原理:最大类间方差法是由日本学者大津于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。它是按图像的灰度特性,将图像分成背景和目标2 部分。背景和目标之间的类间方差 % 大,说明构成图像的2 部分的差别越大,当部分目标错分为背景或部分背景错分为目标都会导致2 部 % 分差别变小。-Otsu - Otsu Matlab code Otsu Principle : Otsu law by Japanese scho
goodotsu.rar
- 图像自适应分割,大津法计算灰度阈值,MATLAB源程序。,Adaptive image segmentation, gray Otsu threshold method, MATLAB source code.
PCNN---2D-OTSU
- 给出了基于2D-OTSU算法的PCNN自动循环迭代源代码,用于图像分割,效果良好。-PCNN code for image segmentation based on 2D-OTSU
fcm
- this code is thresholding image with fuzzy c-meam thresholding, it good result than Otsu method.
otsu
- 一维自适应阈值分割大津法的源程序是用matlab写的-One-dimensional Otsu adaptive threshold segmentation method source code is written in matlab
otsu0915
- 通过matlab源码实现图像的最佳自动阈值分割,所选算法是常见的大津法-Matlab source code through the realization of the best automatic image thresholding, the selected algorithm is a common method of Otsu
otsu_2d
- 2维Otsu阈值法MATLAB代码,具有很好的分割效果!-2-D Otsu threshold MATLAB code, with very good segmentation results!
otsu
- otsu 阈值分割代码 ,可以设置分割的类别数-otsu segmentation code, you can set the number of separate categories
otsu
- 这是个关于图像大津法分割算法的源程序,在matlab上实现。-This is about image segmentation algorithm of Otsu' s source code, in matlab to achieve.
89437157bc4e
- 二值化算法的经典算法:大津法Matlab源码,有较高的参考价值-Classical binarization algorithm algorithms: Otsu Matlab source code, have a high reference value
Otsu
- 大津法实现图像阈值分割的matlab源程序代码-Otsu Thresholding Image source code matlab
otsu
- otsu法二值化图像,附源代码,用MATLAB实现。-otsu Law binary image, with source code in MATLAB.
otsu
- otsu s thresholding implemented as a function code in matlab
yuzhihuafenge
- 图像分割是把图像划分成具有实际意义的互补交迭的区域的集合。在图像分割之前,图像区域的数目未知,而在分割后各个区域同时满足均匀性和连通性的条件,故图像分割是一个复杂的过程,目前大多数研究都是针对某一类型图像或者某一具体应用的分割。图像阈值化分割的基本思想是确定一个阈值,然后把每个像素点的像素值和阈值相比较,根据比较的结果把像素划分为两类,前景(1)或背景(0)。该方法的关键是确定一个最优的阈值。常用的阈值确定方法有直接门限法、类间最大方差法(otsu法)、分水岭算法、最小误差法、最大熵法等。该段代
OTsu-source
- 程序是一维Otsu的matlab代码,经调试运行结果很好。很有用的,本人就刚用到这个程序。-The program is a one-dimensional Otsu Matlab code, after the good results of the commissioning run. Useful, I just use this program.
otsu
- 大津算法的MATLAB代码,很好的代码值得做图像处理初学者参考-The Otsu algorithm MATLAB code, good code worth doing image processing beginners reference
Otsu
- 最大类间方差matlab代码,代码简洁实用,简单易用,适合初学者-Otsu Matlab code, the code is simple and practical, easy to use, suitable for beginners
matlab-code
- 灰度图像二值化方法matlab代码 :1OTSU算法代码、Bernsen算法代码-Gray image binarization method matlab code: 1 OTSU algorithm code, Bernsen algorithm code
563602837otsu_2d
- 实现2维最大类间方差的图像分割,运行速度快,有代码注解。。。。。。。。。。。 实现2维最大类间方差的图像分割,运行速度快,有代码注解。。。。。。。。。。。(To achieve the 2 largest inter class variance image segmentation, fast running, there are code notes..........)
56849
- conventional otsu thresholding source code