搜索资源列表
otsusuanfa
- 这是matlab的otsu处理图象的算法,请高手们指正-This is the Otsu Matlab image processing algorithms, experts used the correct
otsu.rar
- 本程序是利用最大类间方差算法求解自适应阈值,对图像进行分割,非动态阈值,This procedure is the use of maximum between-cluster variance adaptive thresholding algorithm for image segmentation, non-dynamic threshold
基于大津法的MATLAB图像分割程序
- 基于大津法的MATLAB图像分割程序,Otsu-based image segmentation method of the MATLAB program based on MATLAB law Otsu image segmentation procedure
example4_good
- 灰度图像的二维Otsu自动阈值分割法 matlab源程序,这个程序不错,还能计算时间和二维直方图-Two-dimensional gray image segmentation Otsu automatic thresholding matlab source, this procedure well, but also the computing time and two-dimensional histogram
otsu2
- 灰度图像的二维Otsu自动阈值分割法 matlab源程序-Two-dimensional gray image Otsu automatic thresholding method
otsu
- 使用matlab实现最大类间方差法,即OTSU-The use of matlab for maximum between-class variance, that is, OTSU
ostu
- 大津站直的阈值化算法,用MATLAB实现,目前较好的阈值化算法-Stand straight Otsu s thresholding algorithm, using MATLAB to achieve, the current threshold of a better algorithm
otsu
- OTSU Gray-level image segmentation using Otsu s method. Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection Method from Gray-Level Histograms, IEEE
atsu
- 大津法MATLAB实现,实现对图像的去噪功能!-OTSU matlab program
yuzhifenge
- 全局阈值分割:迭代法、Otsu法;局部阈值分割-Global Thresholding: iterative method, Otsu method local threshold segmentation
otsu
- This matlab otsu coding-This is matlab otsu coding
89437157bc4e
- 二值化算法的经典算法:大津法Matlab源码,有较高的参考价值-Classical binarization algorithm algorithms: Otsu Matlab source code, have a high reference value
otsu
- otsu threshold, run on image to get value, then do binary thresholding
automatic-image-thresholding
- Automatic Gray-Scale Image Thresholding methods: Tsai, Prewitt, Rosenfeld, Otsu, Kittler, Ridler.
otsu
- 图像二值化经典算法最大类间方差法的matlab程序。-Algorithm for image binarization classic Otsu method matlab program.
Osto
- 最大类间方差法又称otus方法,是日本学者大津展之在最小二乘法原理基础上提出来的,其本质是一种阐值分割方法。 -Otsu method, also known as otus method, Otsu, Japan scholars in the development of the least squares method based on the principle put forward by its very nature is a kind of illustrates the v
otsu
- cet algorithme est ecrit en matlab
Otsu
- 大津法实现图像阈值分割的matlab源程序代码-Otsu Thresholding Image source code matlab
Otsu
- 最大类间方差法的VC++和matlab源程序,还包括其原理介绍的doc文档-Otsu method of VC++ and matlab source, but also introduced the principle document doc
2D-OTSU
- 是传统2D OTSU算法的MATLAB源代码,利用的是中值图像和原始灰度图像建立的二维灰度图像直方图(2D OTSU)