搜索资源列表
图像分割otsu算法
- 实现自动阈值选取图像分割算法——otsu算法。
图像otsu分割算法实现C源代码
- 图像分割的otsu算法,高效实用。
otsu算法
- otsu 最大间类分割法分割红外图像,代码可以运行,附带结果图。
otsu.rar
- 利用otsu算法进行图像分割实现简单,速度快,效果也好,otsu algorithm using image segmentation to achieve a simple, fast and effective or
基于otsu法自适应阈值的图像分割研究
- 基于otsu法自适应阈值的图像分割研究 论文,otsu method based on adaptive threshold for image segmentation research papers
PCNN---2D-otsu
- 给出了基于2D-otsu算法的PCNN自动循环迭代源代码,用于图像分割,效果良好。-PCNN code for image segmentation based on 2D-otsu
otsu
- 基于粒子群算法的(pso)的otsu图像分割算法,效果很好,不可多得哦-Based on particle swarm optimization (pso) of otsu image segmentation algorithm, the effect is very good, rare oh
otsu
- 使用matlab实现最大类间方差法,即otsu-The use of matlab for maximum between-class variance, that is, otsu
otsu
- 利用最大类间方差法(otsu)求出对图像进行二值化处理的最佳阈值,从而进行图像二值化处理。 -Using the maximum between-class variance method (otsu) obtained image binarization best treatment threshold, and thus image binarization treatment.
otsu
- 目前分割方法很多,但是基于otsu的方法还是比较常见,这个程序就是用来实现该方法的。-At present, segmentation method, but otsu-based approach is still relatively common, this procedure is used for the method.
GDI+otsu
- 本程序使用了Gdiplus,在GUI中实现otsu算法。-This procedure uses the Gdiplus, in the GUI to achieve otsu algorithm.
otsu
- 最大类间方差法,给出了详细的介绍,希望能对大家学习图像处理有帮助-otsu law, gives a detailed introduction to all of us hope to be helpful to learn image processing
otsu
- 最大类间方差法原理:最大类间方差法是由日本学者大津于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法-otsu Method: otsu is otsu scholars from Japan in 1979 to argue that there is an adaptive threshold to determine the method, also known otsu method
otsu
- 图像的otsu分界算法的实现,不是调用函数的,是底层实现-otsu partition
otsu
- 经典的otsu算法代码,对于低噪声图像分割效果较理想,适合于实际应用-Classic otsu algorithm code, the effect of low-noise image segmentation than ideal fit in the practical application of
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
otsu
- 利用二维属性直方图的otsu自动阈值分割方法 提出了二维属性直方图的概念 ,进而提出了一种基于二维属性直方图的图像自动阈值化方法 有利于写论文-Attributes the use of two-dimensional histogram of the otsu threshold segmentation method automatically put forward the concept of two-dimensional histogram properties, and then
otsu
- 最大类间方差法-otsu算法的原代码 该方法简单有效-otsu algorithm code
otsu
- 在VC++6.0 已经openCV环境下的一维otsu代码,实现图像二值化-// otsu.h: interface for the Cotsu class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_otsu_H__33C2086A_C181_490B_946D_837B4C7FB914__INCLUDED_) #define AFX
otsu
- otsu算法,实现图像二值化,matlab实现-otsu