搜索资源列表
PR_fingerprint
- 基于Matlab的指纹识别程序 对指纹图像进行gabbor滤波、二值化、腐蚀等适当处理后 通过SVM等算法 可以识别出新指纹图像是否在原有数据库中。可以用于演示小型的指纹识别系统
dilate.erode
- 自己编写的数学形态学膨胀和腐蚀的matlab算法 适用于二值和灰度图象
ransetideshuliangtongji
- 基于MATLAB的数字图像处理程序,给出一幅染色体图像,通过边缘检测,及腐蚀等算法统计出染色体的数量。
腐蚀
- 腐蚀算法,形态学算法中比较基本的操作-腐蚀,通过MATLAB编程实现,-corrosion algorithm, morphology algorithm relatively basic operation-corrosion, through MATLAB programming,
matlab图像处理软件
- 可以直接使用,系统完成的基本功能大致如下: 1.能对图像文件(bmp、 jpg、 tiff、 gif等)进行打开、保存、另存、打印、退出等功能操作; 2.数字图像的统计信息功能:包括直方图的统计及绘制、区域图的面积、周长的统计、线条图中的距离测量等; 3.数字图像的增强处理功能: (1)空域中的点运算、直方图的均衡化、各种空间域平滑算法(如局部平滑滤波法、中值滤波等)、锐化算法(如梯度锐化法、高通滤波等) (2)频域的各种增强方法:频域平滑、频域锐化、低通滤波、同态滤波等。
lisaf.rar
- MATLAB实现灰度图像的膨胀与腐蚀算法源代码,MATLAB realize the expansion of gray image and corrosion algorithm source code
image_processing
- 本程序是基于Matlab的米粒图像的分割、计数以及周长、面积、形状因子等参数的计算。图像分割是基于腐蚀膨胀算法,选用边界跟踪法计算周长,程序代码清晰明了,对于参数的计算速度较快,且参数计算精度较高。-This procedure is based on the Matlab image segmentation grain of rice, counting and perimeter, area, shape factor and other parameters of the calcula
grayscaleops
- 利用MATLAB实现灰度图像的膨胀与腐蚀算法源代码。-Use MATLAB to achieve the expansion of gray image and corrosion algorithm source code.
Photo
- 数字图像处理编程入门 书和书的 源代码 1) windows位图bitmap(即bmp文件)的结构和调色版的概念; (2) 图象的平移、旋转、镜象变换、转置变换、放缩; (3) 图象的平滑(去噪声)、锐化; (4) 图象的半影调、抖动技术; (5) 图象的直方图修正、彩色变换; (6) 图象的腐蚀和膨胀效果、细化算法、骨架的提取; (7) 图象的边沿检测与抽取、hough变换、轮廓跟踪; (8) 图象的检测、模板匹配;
MATLAB_Grayscale-Dilation-Erosion
- MATLAB实现灰度图像的膨胀与腐蚀算法源代码-MATLAB_Grayscale-Dilation-Erosion.rar
5
- MATLAB实现图像的腐蚀膨胀,不是直接用语句的那种,而是根据腐蚀膨胀的算法编制的.-MATLAB Image corrosion expansion, not the kind of statement directly, but by the expansion of corrosion of the algorithm.
imdilate
- 数学形态学利里面的灰度腐蚀运算,自己看书写的,通过MATLAB仿真,和标准算法相同。-Lee inside the gray-scale mathematical morphology erosion operation, that looks at writing, through the MATLAB simulation, and standards for the same algorithm
fushisuanfa
- 1. 提取被分割图像所在的小的区域块。 2. 对小区域中的图像进行边缘提取 3. 用膨胀腐蚀算法对图像进行分割 -1. Extract divided image area where the small block. 2. For residential domain image edge detection 3. With the expansion of corrosion of the image segmentation algorithm
wavelet
- 基于小波变换的图像边缘检测,此程序用腐蚀算法检测边缘-Based on wavelet transform edge detection, this program uses the edge of corrosion detection algorithm
morph
- 对图像进行二值化后,利用自己设计的膨胀和腐蚀算法对二值图像进行相应的操作-The binary image, the use of dilation and erosion of their own design algorithm corresponding binary image operations
MATLAB-second
- 非常有用的医学图像处理的常见算法,包括阈值法、膨胀、腐蚀等代码(下)-Very useful common algorithm for medical image processing, including threshold, expansion, corrosion code (below)
matlab-fliter
- 自己写的 matlab图像处理算法 中值滤波 均值滤波 高斯 腐蚀 还有超绿算法 (农业相关图像处理使用)-Write your own matlab image processing median filter algorithm Gaussian mean filter algorithm corrosion and ultra-green (agriculture-related image processing use)
matlabwenjian
- matlab 鱼卵计数程序,图像二值化处理,形态学,腐蚀算法-matlab roe count program, binary image processing, morphology, erosion algorithm
文字识别MATLAB程序思路
- 简单的文字识别,用于图像文字处理的预处理包括二值化、膨胀腐蚀、分割算法等。(Simple text recognition, image processing for the text of the pretreatment, including two values, expansion corrosion, segmentation algorithm.)
信号数学形态学运算 matlab
- 一维信号数学形态学运算的核心算法,基于matlab平台,数学形态处理的基本方法有膨胀,腐蚀。