搜索资源列表
-
0下载:
本程序主要是一些学习影像处理时会用到的程序,其中包括: color to gray , segement RGB,、mean filter、median filter、user defined thresholding、otsu、Histogram equalization、Sobel edge detection、Prewitt edge detection,并可将边缘侦测所得到的信息以彩色线条贴至原图
-
-
0下载:
本程序说明的是直方图阈值的双峰法,是于阈值选取的图像分割方法-This procedure is described in the bimodal histogram thresholding method is in the threshold selection method for image segmentation
-
-
6下载:
基于MATLAB-GUI图形界面的数字图像处理软件 本系统设计基于GUI图形界面,用matlab语言编写代码,实现功能包括图象的读取、存储、显示、直方图均衡化、阈值化、小波分解、小波重构、加噪、去噪、平滑、锐化、边缘检测、图像分割等-MATLAB-GUI graphical user interface based on digital image processing software of the system design is based on GUI graphical interfa
-
-
0下载:
实现了两个功能:采用直方图均匀化方法实现图像增强,图像边缘检测与阈值分割。-Implementation of two functions: Histogram of homogenization method used to achieve image enhancement, image edge detection and thresholding.
-
-
1下载:
利用二维属性直方图的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
-
-
0下载:
模糊分割,基于混沌粒子群以及二维直方图的斜分阈值分割-Fuzzy partition, based on chaotic particle swarm and the oblique two-dimensional histogram thresholding
-
-
0下载:
阈值分割。基于二维直方图及混沌粒子群的图像分割方法-Thresholding. Based on two-dimensional histogram and chaotic particle swarm methods for image segmentation
-
-
2下载:
以matlab为平台的一个GUI界面的图像处理程序,具有图像处理的各种功能,如:图像旋转,色彩平衡调节,图像增强,加噪,滤波,二值化,直方图,膨胀,腐蚀,边缘检测及图像合成等功能。-以 matlab as a platform for a GUI interface, image processing, has an image processing functions, such as: image rotation, color balance adjustment, image enhan
-
-
1下载:
把含有数字的图像,如车牌,身份证等读取到DSP的SDRAM中,利用图像处理算法把数字从图像中定位出来 首先把图像二值化,二值化算法选择固定阈值、直方图或最大类间方差法,比较各个二值化算法的效果;对二值化的图像做边缘提取,选择Sobel或者Laplace边缘提取算法并比较效果;经过二值化和边缘提取后的图像,利用投影法定位数字在图像中的位置,并给出数字在图像中的外接矩形;利用CCS把处理结果显示出来。-To contain digital images, such as license plates
-
-
0下载:
一个数字图像处理的GUI,包括灰度变换,形态学操作,直方图阈值化等内容-A digital image processing, GUI, including gray scale transformation, morphological operations, histogram thresholding, etc.
-
-
0下载:
基于CVI的图像粒子分析,可以显示直方图、二值化-CVI image-based particle analysis, you can display the histogram, thresholding
-
-
0下载:
该系统的主要功能包括:①能够读取、保存不常见格式的图像;②直方图均衡化处理;③添加噪声和均值降噪;④图像阈值化。⑤频域增强,产生模糊、锐化等一些效果-The system s main features include: ① the ability to read, save the image format is not common ② histogram equalization processing ③ mean added noise and noise reduction ④
-
-
0下载:
这是个图像处理的源代码,是本人自己编写的,实现的功能如下:
锐化、边沿检测:套用模版。另外还有一个自定义模版,供用户自行设计模版运行,从而实现其他功能,如线检测。
浮雕:本像素减相邻像素,再加一个常数得到的。
直方图均衡化则套用步骤,根据课本步骤来编写。
提取轮廓:若该点为黑点,八邻域也为黑点,则就把该点变白。
阈值分割分为固定阈值分割(即二值化)和动态阈值分割(切割若干子图,求均值,该均值即子图的阈值)。
区域生长:把种子和4邻域的点分别比较,两者之差小于阈值,且该4邻
-
-
0下载:
实现形态学的阈值分割,可得到分割后的阈值图像,形态学图像,L的直方图,最大连通成分提取图像以及最后得出的结果图像。-Achieve morphological thresholding, the threshold obtained after image segmentation, image morphology, L histogram, the largest connected component extraction result image and the final image.
-
-
1下载:
本设计主要目的是实现染色体的识别计数。首先对图形进行预处理,将图像转化为灰度图、滤波去噪,然后对图像进行二值化,合理选取阈值,进行直方图阈值处理,最后去除图像中面积过小的杂点,最终实现识别计数。-The main purpose of this design is to achieve the identification of chromosome count. The graphical pre-processing, the image is converted to grayscale,
-
-
0下载:
SEG_FUZZY is a soft thresholding method for image segmentation. The method is based on relating each pixel in the image to the different regions via a membership function, rather than through hard decisions. The membership function of each of the reg
-
-
0下载:
利用直方图双峰法阈值分割法、基于最大信息熵算法、基于区域的图像分割方法和基于边缘检测方法对图像进行分割程序代码-Bimodal histogram thresholding method based on maximum entropy algorithm, based on the area of image segmentation and edge detection method based on image segmentation program code
-
-
0下载:
阈值分割分各种算法,如基于灰度直方图的阈值分割,迭代阈值分割,最大类间方差阈值分割法,局部阈值法等。-Thresholding of various algorithms, such as histogram-based thresholding, iterative threshold segmentation, Otsu threshold segmentation method, local threshold method.
-
-
0下载:
matlab的。阈值分割二值化后实现灰度图像直方图分析。垂直和水平的灰度投影显示在图表中。-matlab. achieve gray image histogram analysis after thresholding binarization. The vertical and horizontal gray projection displayed in a graph.
-
-
0下载:
主要实现图像反色变换、分段线性变换、灰度分布均衡化、灰度匹配变换、直方图显示、RGB直方图分别显示、阈值处理。-The main achievement anti-color image transformation, piecewise linear transformation, gray distribution equalization, matching gray transform, histogram display, RGB histograms show, thresholdi
-