搜索资源列表
-
0下载:
用保距法对图像进行分割,提取图像的边缘。提供了两级阈值化和多级阈值化两种方法。-from France to retain the right image segmentation, image from the brink. The two threshold and multi-level threshold of the two methods.
-
-
0下载:
1.本程序功能包含显示直方图,OTSU的单值分割,OTSU的二值分割,OTSU的三值分割
2.在OTSU的分割时,通常情况下我们是通过类间方差得到一个分割阈值,但是有时候我们需要得到各灰度级别的目标,那么采取多值分割是
很必要的,通过改进得到OTSU的多值分割方法
3.本程序另外还有显示直方图,计算程序运行时间,处理结果以新的窗口显示等细节,这部分适合MFC初学者。-1. This procedure shows the histogram feature, OTSU sing
-
-
0下载:
You can use this program to choice how many threshold you need , and you can use the process to change original pictures to multi-layer colors.
-
-
0下载:
摘 要:针对茄子图像的灰度和颜色特点,利用MATLAB中丰富的图像处理函数,分别进行了色差分割和色调分割。在
色调分割中,采用了自动选取阈值的Otsu法。在去除残留噪音的处理中,采用标注的方法对二值图像的各连通区域进行面积
统计。保留最大面积的区域,从而使分割效果大大改善。利用多参数来衡量分割效果,使评价做到最大程度的客观、合理。-Based on the gray- level and color characteristics of eggp lant image, hue and
-
-
0下载:
对灰度图像进行多级阈值化处理的快速算法, 详尽的描述的快速算法的实现方法。-Pairs of gray-scale image processing multi-level threshold of the fast algorithm, a detailed descr iption of the fast algorithm are implemented.
-
-
0下载:
otsu算法确定二值化阀值,最大类间方差是由日本学者大津(OTSU)于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。
-In computer vision and image processing, Otsu s method is used to automatically perform histogram shape-based image thresholding,[1] or, the reduction of a graylevel image t
-
-
0下载:
小波变换的图像去噪,对图像进行分层。小波阈值去噪,对图像进行多层次的去噪。-Wavelet image denoising, layered images. Wavelet threshold denoising, multi-level image denoising.
-
-
0下载:
基于国外一篇文章写的多级阈值小波去噪程序,需要的可以参考参考,文章也包含在压缩包里面。-Based on an article written by foreign multi-level threshold wavelet denoising procedures, the need may refer to the reference, the article also contained in a compressed archive.
-
-
0下载:
anny边缘检测算子是John F. Canny于 1986 年开发出来的一个多级边缘检测算法。
Canny边缘检测算法:
step1:用高斯滤波器平滑图象;
step2:用一阶偏导的有限差分来计算梯度的幅值和方向;
step3:对梯度幅值进行非极大值抑制;
step4:用双阈值算法检测和连接边缘。-anny edge detection operator is John F. Canny developed in 1986 out of a multi-level
-