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

搜索资源列表

  1. edgeCheck.

    2下载:
  2. 一个通用的边缘提取函数。通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测。-a common edge extraction function. By entering different parameters to achieve Sobel operator, Prewitt operator, Roberts operator, Marr Operator and Canny edge detection.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:249.41kb
    • 提供者:胡雪飞
  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
    • 文件大小:1mb
    • 提供者:zsc
  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
    • 文件大小:2.6kb
    • 提供者:佟健
  1. bianyuan

    0下载:
  2. 提供图像的边缘检测,包括roberts算子,sobel算子,拉普拉斯算子等C语言源码。-Providing image edge detection, including roberts operator, sobel operator, Laplacian, etc. C language source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3.32mb
    • 提供者:xu
  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
    • 文件大小:275.2kb
    • 提供者:刘雨相
  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
    • 文件大小:897.11kb
    • 提供者:da
  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
    • 文件大小:3.83kb
    • 提供者:hq
  1. EdgeDetect

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

    • 发布日期:2017-11-10
    • 文件大小:16.88kb
    • 提供者:薛杨
  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
    • 文件大小:77.43kb
    • 提供者:李慧芳
  1. 112213

    0下载:
  2. 本文首先就传统的边缘检测算子(即一阶算子 Roberts 算子、Sobel 算子、Prewit 算子、二阶算子 Kirsch 算子、Robinson 算子和 LOG 算子)和新兴的边缘检测算子(即 Canny 算子和小波边缘检测方法)的思想和性质进行了理论和探讨,同时给 出了这些边缘检测算子的实验结果,提出了其中的不足。-In this paper, the conventional edge detection operator (that is, the first-order op
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1.64mb
    • 提供者:chris
  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
    • 文件大小:1.34kb
    • 提供者:jin jing
  1. DIP_Exercise4_071221057

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

    • 发布日期:2015-06-05
    • 文件大小:311.36kb
    • 提供者:lyp
  1. Roberts

    0下载:
  2. 自动阈值的Roberts算子边缘检测,可实现对图像边缘区域的检测!-Automatic threshold Roberts operator edge detection, image edge region can achieve the detection!
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:8.08kb
    • 提供者:夏子轩
  1. roberts

    0下载:
  2. opencv Roberts算子基础源码 适用于初学者运用-the basis of source of the opencv Roberts operator is suitable for beginners to use
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:723byte
    • 提供者:杨彪
  1. Roberts

    0下载:
  2. 以自动阈值选择法对图像进行Roberts算子检测-Automatic threshold selection method of image detected Roberts operator
  3. 所属分类:File Formats

    • 发布日期:2017-11-20
    • 文件大小:524byte
    • 提供者:hanwenqing
  1. Roberts

    0下载:
  2. 图像处理中经常会用到的Roberts算子边缘检测 -Image processing is often used in the Roberts operator edge detection
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:522byte
    • 提供者:端木
  1. Roberts

    0下载:
  2. 用Roberts算子对图像进行边缘检测,找出图像边缘,是学习图像处理不错的程序-The image edge detection by Roberts operator, to find the edge of the image, image processing is to learn good program 0900卷积最终版卷积的0900最终版
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.88mb
    • 提供者:西门吹雪
  1. Sobel-Roberts-Prewitt

    0下载:
  2. 原图-高斯白噪声-灰度图-中值滤波-小波除噪-Sobel算子-Roberts算子-Prewitt算子-Original- Gaussian white noise- gray- median filter- Wavelet Noise-Sobel operator-Roberts operator-Prewitt operator
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:846byte
    • 提供者:孙菲
  1. roberts

    0下载:
  2. 此文件是自己用matlab编的一阶roberts算子进行图像边缘特征的提取-This file is used to extract their own matlab compiled an order roberts operator image edge features
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:527byte
    • 提供者:mamiaomiao
  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
    • 文件大小:318kb
    • 提供者:小豹
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com