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

搜索资源列表

  1. tu-xiang-chu-li2

    0下载:
  2. 程序代码Roberts算子分割结果,Otsu法阈值分割图像,分水岭算法-Roberts operator code segmentation, Otsu thresholding method image, watershed algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:112043
    • 提供者:song
  1. hm3_2

    0下载:
  2. (1)读取一幅图像,添加高斯、椒盐噪声,用邻域平均法、中值滤波法和K邻近平均法处理。 (2)读取一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。-1.read an image, add a Gaussian/salt or pepper noise, then process with the neighborhood average/median filtering or K N nearest average law method.Output p
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1190
    • 提供者:seasonflow
  1. laplace

    0下载:
  2. LaplacianOperator算子,是二阶算子,不想Roberts算子那样需要两个模板计算梯度,LaplacianOperator算子只要一个算子就可以计算梯度。但是因为利用了二阶信息,对噪声比较敏感 -laplace operator
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1152
    • 提供者:Huqing
  1. bianyuanjiance

    0下载:
  2. 利用各种算子对图像进行边缘检测。如roberts算子、sobel算子、log算子、perwitt算子四种算子,利用这四种算子分别对图像进行边界的提取。-Using a variety of operators for image edge detection. Operators such as roberts, sobel operator, log operator, perwitt operator of four operators, the use of these four oper
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:581
    • 提供者:张蕊
  1. image-process

    0下载:
  2. 5*5区域的邻域平均法,5*5中值滤波法,图像的锐化(Sobel,Laplacian算子),Roberts梯度锐化算法-neighbourhood averaging and median filtering of 5*5area, Image sharpening(include Sobel,Laplacian),and robert gradient sharpening algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:471252
    • 提供者:徐晓芳
  1. fourEdgeCheck

    0下载:
  2. 图像处理一直以来都是比较热的关注对象,本程序提供5种边缘检测——Sobel,Prewitt,Roberts,Marr,以及Canny算子。-Image processing has always been concerned about the relatively hot object, the program offers five kinds of edge detection Sobel, Prewitt, Roberts, Marr, and Canny operator.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3393
    • 提供者:LU
  1. EdgeDetection

    0下载:
  2. 6 algorithms for edge detection, including Roberts, Sobel, Prewitt, Laplacian, Canny and improved Sobel.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1165
    • 提供者:Amy
  1. Edge-detection

    0下载:
  2. 分别利用sobel,roberts,prewitt,log,canny五中算子对图像进行边缘检测并对比结果。-Using Sobel, Roberts, Prewitt, log and Canny to achieve the edge detection operator for image and compare the results.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:35561
    • 提供者:cc
  1. matlabtuxiangfenge

    1下载:
  2. 图像分割,包括阈值分割Otsu法,边缘检测包括Roberts算子,Canny算子等,边界跟踪包括Bwtraceboundary函数调用来对图像进行分割等-Image segmentation, including threshold segmentation method of Otsu edge detection, including Roberts operator, Canny operator, edge tracking includes Bwtraceboundary functi
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2576
    • 提供者:张玲
  1. byjc

    0下载:
  2. 用Sobel算子、Roberts算子、Prewitt算子对图像进行边缘检测的程序-image edge recgnize
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:665
    • 提供者:吕冰
  1. EigenFaces

    0下载:
  2. 通过运行结果,我们可以发现Roberts算子:边缘定位准,但是对噪声敏感。与用于边间明显且噪声较少的分割。 Prewitt算子:对噪声具有抑制作用,抑制噪声的原理是通过像素平均,但是像素平均相对于图像的低通滤波,所以对边缘的定位不如Roberts算子。 Sobel算子:它和Prewitt算子都是加权平均,但是sobel算子,-Face detection technology is a new biometric identification technology, is an impo
  3. 所属分类:Button control

    • 发布日期:2017-05-17
    • 文件大小:4226507
    • 提供者:王振
  1. bianyuanjiance

    0下载:
  2. 图像处理,灰度处理,边缘检测,Roberts、Sobel、Prewitt和Laplace算子等-Image processing, edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:517
    • 提供者:wanglibo
  1. M03_Edge_Detection

    0下载:
  2. 普瑞维特、罗伯茨、拉普拉斯和零交叉边缘检验-Prewitt, Roberts, Laplace and zero crossing edge inspection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:736
    • 提供者:郑欣
  1. Edge-detection-algorithm

    0下载:
  2. 用Lena标准检测图像,Sobel算子边缘检测、Prewitt算子边缘检测、Roberts算子边缘检测、Laplace算子边缘检测、Canny算子边缘检测完整算法代码 -By Lena standard test image, Sobel operator edge detection, Prewitt edge detection operator, Roberts operator edge detection, Laplace operator edge detection, Cann
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:20165
    • 提供者:why
  1. Edge-detection

    0下载:
  2. 实现图像边缘检测,包括Roberts 、Sobel 、Prewitt 、 Krisch 、Log-Laplacian 边缘检测算子的实现方法。-Realization image edge detection, including Roberts, Sobel, Prewitt, Krisch, Log-Laplacian edge detection operator implementation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:20469
    • 提供者:马江敏
  1. 图像边缘检测

    0下载:
  2. 包含有所有传统图像边缘检测matlab程序,亲测可用,有canny,sobel,prewitt,roberts,log等算子
  3. 所属分类:matlab例程

  1. 边缘检测

    1下载:
  2. 包含有所有传统图像加有高斯噪声和椒盐噪声边缘检测matlab程序,亲测可用,有canny,sobel,prewitt,roberts,log等算子
  3. 所属分类:图形图象

  1. spatial-filter

    0下载:
  2. 分别使用Roberts,Prewitt,Sobel,Laplician模板对图像进行空域滤波。-Using Roberts, Prewitt, Sobel, Laplician templates filter image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:813
    • 提供者:明月
  1. ruihuatupian

    0下载:
  2. 用sobel,roberts,拉普拉斯算子锐化滤波所画图片-Image recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:12194
    • 提供者:liruijian
  1. myColorEdgeOperater

    0下载:
  2. 实现颜色空间的边缘提取,可在此基础上增加各种算子。-color roberts operater.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:18595
    • 提供者:liheng
« 1 2 ... 9 10 11 12 13 1415 16 »
搜珍网 www.dssz.com