CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 形态学 matlab

搜索资源列表

  1. c第二章 matlab语言基础h2

    0下载:
  2. 用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-with Canny operator to detect the edges in the image P0404 : image thresholding segmentation P0405 : water
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:8567
    • 提供者:肖雷
  1. 视频分割的matlab 程序

    2下载:
  2. 1. 视频数据读取,读取相邻两帧中的人眼最敏感的亮度数据。 2. 用后一帧的亮度矩阵减去前一帧亮度矩阵,计算出两帧的帧差。 3. 迭代计算出帧差中的噪声的均值和标准差。 4. 根据均值和标准差滤除噪声,得到变化区域。 5. 用数学形态学运算得到对象的最终模板。-1. Video data is read, read two adjacent eyes of the brightness of the most sensitive data. 2. After a brightness of th
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2539
    • 提供者:王斌
  1. 基于MATLAB的储粮害虫图像处理方法

    0下载:
  2. 摘要:在对粮虫图像处理过程中,介绍了Matlab图像处理工具箱中的函数,给出了图像处理与分析的技术实现, 边缘检测及轮廓提取, 通过形态学方法进行图像特征抽取与分析,达到了比较好的效果.-Abstract : In the right grain pest image processing, introduced the Matlab toolbox image processing functions, given image processing and analysis technolog
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:356036
    • 提供者:蓝婧
  1. 基于形态学的信号压缩算法

    2下载:
  2. 基于形态学的信号压缩算法matlab程序,能够实现较高的压缩比
  3. 所属分类:压缩解压

  1. 在matlab环境下基于数学形态学的图像去噪

    0下载:
  2. 在matlab环境下基于数学形态学的图像去噪,传统去噪只选用一种结构元素,去噪效果并不理想,这种去噪方法实现简单,功能强大,无论对于高斯、椒盐、维纳等噪声都去有很强的去噪效果,且算法简单。-In the matlab environment based on mathematical morphology image denoising, denoising only use traditional elements of a structure, de-noising effect is no
  3. 所属分类:图形图象

    • 发布日期:2017-03-22
    • 文件大小:717
    • 提供者:刘淼
  1. grayscaleops.zip

    0下载:
  2. 灰度膨胀和腐蚀,matlab源程序,在matlab本身函数的基础上进行改进,Gray-scale expansion and corrosion, matlab source, in the matlab function itself on the basis of improved
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:4724
    • 提供者:ding
  1. noise5.rar

    1下载:
  2. 图像预处理算法。包括中值滤波,形态学滤波,二值化处理及图像背景校正。,Image Pre-processing algorithm. Including median filtering, morphological filtering, binarization image processing and background correction.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:892
    • 提供者:zhaopan
  1. xintai.rar

    1下载:
  2. 用形态学的方法求二值图像的周长,面积,圆形度,矩形度和伸长度, use morphological mathod to get the perimeter, area, circle, the rectangle and stretch the length of the binary image
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:795
    • 提供者:沈海宏
  1. matlab-code

    1下载:
  2. 识别车牌照的号码,matlab代码,包括车牌定位、形态学处理、字符分隔、数字识别等功能-Identify vehicle license plate number, matlab code, including the license plate location, morphological processing, character separation, identification numbers and other functions
  3. 所属分类:Graph Recognize

    • 发布日期:2016-04-19
    • 文件大小:641024
    • 提供者:李后上
  1. AdvMorph

    0下载:
  2. 用OpenCV实现的Matlab中形态学细化、提取骨架、收缩算法。测试效果与Matlab相同。-Algorithms of morphological thinning,Skeleton and Shrink,ported from Matlab to OpenCV.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2327422
    • 提供者:
  1. morphology-enhance

    0下载:
  2. 新的形态学图像增强,采用多尺度形态学增强算法,对图像进行增强-morphology image enhance
  3. 所属分类:Special Effects

    • 发布日期:2016-05-27
    • 文件大小:1024
    • 提供者:tong tong
  1. MatlabRidgeDetection

    0下载:
  2. Matlab多种图像边缘检测方法 1、用Prewitt算子检测图像的边缘 2、用不同σ值的LoG算子检测图像的边缘 3、用Canny算子检测图像的边缘 4、图像的阈值分割 5、用水线阈值法分割图像 6、对矩阵进行四叉树分解 7、将图像分为文字和非文字的两个类别 8、形态学梯度检测二值图像的边缘 9、形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-Matlab a variety of image edge detection method 1, u
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:8662
    • 提供者:
  1. detection

    0下载:
  2. 基于肤色模型的人脸检测程序,通过高斯模型建立相似度函数,再经过最佳阈值法来进行二值化,在经过形态学处理得到人脸区域。-Skin color model based on face detection process, the establishment of the similarity function by the Gaussian model, and then through the optimal threshold method for the two values, obtaine
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:1327
    • 提供者:地方
  1. code

    0下载:
  2. 简单实现通用的二值形态学运算(腐蚀和膨胀、开、闭和击中击不中变换)函数-Simple realization of a universal binary morphological operations (erosion and expansion of open and close, and hit-miss transform) function
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1542
    • 提供者:hq
  1. imagerecgonition

    0下载:
  2. 尿沉渣图像识别,采用形态学图像分割,som进行识别!-urine image recognition, image segmentation using morphological, som identification!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:2307
    • 提供者:李明
  1. levelsetautoseg

    1下载:
  2. 自己编的图像水平集分割matlab方法,已经成功运行,中间辅以形态学算子-Own level set image segmentation matlab methods, have successfully run the middle accompanied by morphological operators
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1668
    • 提供者:强军
  1. matlab_4

    1下载:
  2. 边缘检测和图像分割matlab程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象 -Edge det
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:51657
    • 提供者:pride
  1. image-preprocessing-4

    0下载:
  2. 用水线阈值法分割图像 对矩阵进行四叉树分解 将图像分为文字和非文字的两个类别 形态学梯度检测二值图像的边缘-Water line image thresholding segmentation of matrix quadtree decomposition of the image into text and non-text for these two types of morphological gradient detected binary image of the edge
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1798
    • 提供者:焦竹青
  1. hough

    3下载:
  2. sar图像下基于hough变换的机场跑道识别系统,首先对图像进行了灰度缩放拉伸并进行了二值化分割和数学形态学滤波等预处理,再以改进的hough变换进行提取,系统完备-sar images hough transform based on the airport runway identification system, first of all, the gray-scale image zoom and a tensile binarization segmentation and mathe
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-06-05
    • 文件大小:3134
    • 提供者:张益搏
  1. 11

    2下载:
  2. 图形图像处理,形态学滤波器,脑部MRI图像。可用于图像平滑滤波。-Graphic image processing, morphological filters, the brain MRI images. Can be used for image smoothing filter.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:55219
    • 提供者:LiuKe
« 1 2 34 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com