搜索资源列表
w24e2323
- 2维Otsu自适应阈值的快速算法 --文章-two-dimensional adaptive threshold of two-dimensional fast algorithm Otsu adaptive threshold of rapid algorithm -- article
otsusuanfa
- 这是matlab的otsu处理图象的算法,请高手们指正-This is the Otsu Matlab image processing algorithms, experts used the correct
改进的OTSU局部递归算法
- 改进的OTSU局部递归算法-improve the local recursive algorithm
ostu
- ostu图像分割阈值算法,对Ostu图像分割最优阈值进行优化处理,极大缩短了搜索图像阈值计算时间,与传统的枚举法Otsu方法相比,在计算时间上具有显著的优点。
otsu.rar
- 本程序是利用最大类间方差算法求解自适应阈值,对图像进行分割,非动态阈值,This procedure is the use of maximum between-cluster variance adaptive thresholding algorithm for image segmentation, non-dynamic threshold
ostu
- 大津算法是关于图像处理中分割的重要算法,是又日本人的最先使用的。自动寻找分割点-Otsu algorithm is divided on the importance of image processing algorithms, is the first Japanese to use it. Automatically find split points
ostu
- 大津站直的阈值化算法,用MATLAB实现,目前较好的阈值化算法-Stand straight Otsu s thresholding algorithm, using MATLAB to achieve, the current threshold of a better algorithm
Otsu
- otsu算法的实现,自适应最佳阈值图像分割方法,最大类间方差算法-otsu algorithm, adaptive optimal threshold image segmentation method, Otsu Algorithm
zhos
- 用Matlab实现中值滤波与Otsu算法 包括彩色图转256灰度,灰度图中值滤波处理,再用Otsu算法处理。-Median filter implementation using Matlab and Otsu algorithms including 256-color map turn gray, grayscale median filter, and then Otsu algorithm processing.
ostu
- OSTU最大类间方差阈值分割算法matlab实现-OSTU Otsu threshold segmentation algorithm matlab implementation
89437157bc4e
- 二值化算法的经典算法:大津法Matlab源码,有较高的参考价值-Classical binarization algorithm algorithms: Otsu Matlab source code, have a high reference value
zuida-
- 最大类间方差算法可以有效地进行相应的图像分割-Otsu algorithm can make the appropriate image segmentation
otsu
- 图像二值化经典算法最大类间方差法的matlab程序。-Algorithm for image binarization classic Otsu method matlab program.
Otsu(GA)
- 应用遗传算法对传统Otsu算法进行优化实现灰度图像的阈值分割。给出了c++的源程序。-Using genetic algorithm Otsu traditional algorithm was used to optimize the realization of gray image threshold segmentation. Given the c++ the source program.
OTSU
- otsu算法 一维和二维 测试可以使用 用于灰度图分割-otsu one-dimensional and two-dimensional test algorithm used for grayscale segmentation
otsu
- 本程序是利用最大类间方差算法求解自适应阈值,对图像进行分割-This procedure is the use of Otsu adaptive thresholding algorithm for image segmentation
Image-segmentation
- 利用OTSU算法与遗传算法相结合时图像分割的具体步骤,并且发现遗传算法在优化大津图像分割算法时存在着因为早熟而陷入局部最优解不足的情况。-Using the OTSU algorithm is combined with genetic algorithm for image segmentation concrete steps, and found genetic algorithm optimization Otsu image segmentation algorithm to be t
OTSU
- 给出了用于图像分割的基于2D-OTSU算法的MATLAB代码,效果良好。-PCNN code for image segmentation based on OTSU
遗传算法Otsu
- 基于遗传算法的图像分割,大津算法,图像分割(Image segmentation based on genetic algorithm)
2D-OTSU
- 是传统2D OTSU算法的MATLAB源代码,利用的是中值图像和原始灰度图像建立的二维灰度图像直方图(2D OTSU)