搜索资源列表
PR_fingerprint
- 基于Matlab的指纹识别程序 对指纹图像进行gabbor滤波、二值化、腐蚀等适当处理后 通过SVM等算法 可以识别出新指纹图像是否在原有数据库中。可以用于演示小型的指纹识别系统
dilate.erode
- 自己编写的数学形态学膨胀和腐蚀的matlab算法 适用于二值和灰度图象
ransetideshuliangtongji
- 基于MATLAB的数字图像处理程序,给出一幅染色体图像,通过边缘检测,及腐蚀等算法统计出染色体的数量。
six
- 图像的二值化,并对图像做膨胀,腐蚀,开、闭操作,以及细化处理等通过用matlab高级语言编写数字图像处理的一些基本算法程序
腐蚀
- 腐蚀算法,形态学算法中比较基本的操作-腐蚀,通过MATLAB编程实现,-corrosion algorithm, morphology algorithm relatively basic operation-corrosion, through MATLAB programming,
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.
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
Dilation-Erosion
- 改进腐蚀,膨胀算法,matlab数字图像处理的快速高效算法-A very fast implementation of dilating and eroding
matlabwenjian
- matlab 鱼卵计数程序,图像二值化处理,形态学,腐蚀算法-matlab roe count program, binary image processing, morphology, erosion algorithm
c12
- matlab下的一个腐蚀数据地图处理的代码,包含对图像信息处理,聚类算法并且计算与边界距离,很好用-matlab under a corrosion map data processing code, including image information processing, clustering algorithms and calculates the distance to the boundary, good use
refine_face_detection
- 人脸识别中核心算法的 Matlab 实现,具体包括肤色识别、图像膨胀与腐蚀、和人脸定位-Face recognition algorithm Matlab realize the core, including color recognition, image expansion and corrosion, and face location
CT_IMAGE_-segmentation
- 该MATLAB程序主要用来实现医学CT图像的处理,包括图像滤波、扫描、腐蚀、膨胀等算法。-The MATLAB program is mainly used in medical CT image processing, including image filtering, scanning, erosion and dilation algorithms.
信号数学形态学运算 matlab
- 一维信号数学形态学运算的核心算法,基于matlab平台,数学形态处理的基本方法有膨胀,腐蚀。