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

搜索资源列表

  1. graph-roberts

    0下载:
  2. 本文介绍了边缘检测的基本概念.使用 VC实现了 Roberts算子、Prewitt算子、 Sobel算子和 Laplacian算子.实验分析了各个算子的边缘检测效果及抗噪能 力。-This paper introduces the edge detection of the underlying concepts. VC use the Roberts operator, Prewitt operator, Sobel operator and the Laplacian operat
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1051593
    • 提供者:zsc
  1. Roberts

    0下载:
  2. Roberts算子检测的程序及仿真图可以参考一下
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:216689
    • 提供者:wangshy2046
  1. 利用roberts、log、canny等算子实现图像边缘检测的MATLAB源代码

    1下载:
  2. 利用roberts、log、canny等算子实现图像边缘检测的MATLAB源代码,The use of roberts, log, canny operator, such as edge detection to achieve the MATLAB source code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-01-25
    • 文件大小:2663
    • 提供者:佟健
  1. sharpen

    0下载:
  2. 数字图像处理中的平滑和锐化(边缘检测)。包括1、添加椒盐、高斯噪声。2对噪声污染的图像分别使用邻域平均法、中值滤波法、K邻近平均法进行平滑。3对一幅图像利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。附处理源图像和处理结果截图。 -Digital image processing smoothing and sharpening (edge detection). Including 1, add salt and pepper, Gaussian noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:281805
    • 提供者:刘雨相
  1. Roberts

    0下载:
  2. opencv 中roberts算法 实现边缘检测-opencv edge detection algorithm with the roberts
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1390369
    • 提供者:suifengfei
  1. ex4_061221015

    1下载:
  2. 实验内容:编制一个通用的边缘提取函数,通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测-Experimental contents: the preparation of a generic edge detection function, by entering different parameters, to achieve Sobel operator, Prewitt operator, Roberts operator
  3. 所属分类:Special Effects

    • 发布日期:2016-05-23
    • 文件大小:918643
    • 提供者:da
  1. Image

    1下载:
  2. 遥感图像的打开处理程序,能够打开单波段,多波段图像,几何图像变换,线性拉伸变换,平滑 处理包括并行和串行,锐化处理包括梯度锐化、Roberts锐化、laplace锐化、sobel锐化等,还 有用绝对距离和马氏距离算法进行的监督分类算法等,包括了RAW格式数据资源-The opening of remote sensing image processing, to open the single-band, multi-band images, geometric image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:10662355
    • 提供者:幻影
  1. edge_detector

    0下载:
  2. Roberts算子,Prewitt算子,Sobel算子,Marr算子,Canny算子之一对输入图像 实现边缘检测,输出边缘图像并与matlab自带函数实现进行对比-Roberts operator, Prewitt operator, Sobel operator, Marr operator, Canny operator to achieve one of the input image edge detection, the output edge image and bring th
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3926
    • 提供者:hq
  1. EdgeDetect

    0下载:
  2. Windows SDK实现Roberts算子提取边缘。-Windows SDK realizes the Roberts operator to withdraw the edge.
  3. 所属分类:Graph program

    • 发布日期:2017-11-10
    • 文件大小:17290
    • 提供者:薛杨
  1. LhfImage2

    1下载:
  2. 图像各种边缘检测算子的比较,包括介绍了四种边缘检测算子包括Roberts边缘检测算子、Sobel边缘检测算子、Prewitt边缘检测算子和高斯—拉普拉斯边算子-Image a variety of edge detection operator of comparison, including the introduction of the four edge detection operator, including Roberts edge detector, Sobel edge dete
  3. 所属分类:Special Effects

    • 发布日期:2014-05-13
    • 文件大小:79290
    • 提供者:李慧芳
  1. Roberts

    0下载:
  2. matlab 图像处理 图像分割 边缘检测-under matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:824
    • 提供者:macjay
  1. edge_detection

    0下载:
  2. 实现sobel canny prewitt marr Roberts算子的边缘检测-Achieve sobel canny prewitt marr Roberts edge detection operator
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:2631
    • 提供者:gaef
  1. Roberts

    0下载:
  2. 边缘检测 Roberts算子的边缘检测算法,Roberts算子的边缘检测算法-robert
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:431682
    • 提供者:crasty
  1. Roberts

    0下载:
  2. Robert边缘检测元算 Robert边缘检测元算-Robert
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:121515
    • 提供者:crasty
  1. edge

    0下载:
  2. sobel、roberts、prewitt、log、canny、zerocross几种常用的边缘检测算子,还附检测图片。-edge detect program。sobel、roberts、prewitt、log、canny、zerocross
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:45639
    • 提供者:wct
  1. edgeCheck

    0下载:
  2. 边缘检测的源代码。包括sobel prewitt roberts marr canny的。值得下载!-The source code for edge detection. Including sobel prewitt roberts marr canny' s. Worth downloading!
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1683
    • 提供者:Mark Li
  1. Robert

    0下载:
  2. 功能实现:用C#实现图像处理中的Roberts算子对边缘的检测-Function realization: Using C# to achieve image processing operators on the edge of the Roberts test
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:31334
    • 提供者:lp
  1. roLaLOG

    0下载:
  2. 自己编的matlab程序,Roberts算子,Laplacians算子以及LOG算子用于边缘检测,图像为Lena标准图像,可以直接运行-Matlab compiled its own procedures, Roberts operator, Laplacians operator as well as the LOG operator for edge detection, image of Lena standard image can be directly run
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:1377
    • 提供者:jin jing
  1. roberts

    0下载:
  2. 利用prewitt、sobel、roberts边缘检测器进行边缘检测-Use prewitt, sobel, roberts edge detector for edge detection
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1356
    • 提供者:yaya
  1. roberts

    0下载:
  2. Roberts边缘检测算子根据任意一对互相垂直方向上的差分可用来计算梯度的原理,采用对角线方向相邻两像素之差。(The Roberts edge detection operator can be used to calculate the gradient principle based on any pair of vertical differences. The difference between adjacent pixels is two pixels.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:325632
    • 提供者:小豹
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com