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

搜索资源列表

  1. 20110506

    0下载:
  2. 主要分析几种应用于数字图像处理中的边缘检测算子,根据它们在实践中的应用结果进行研究,主要包括: Robert 边缘算子、Prewitt 边缘算子、Sobel 边缘算子、Kirsch 边缘算子以及Laplacian 算子等,根据实验处理结果讨论了 几种检测方法的优劣.-Analysis of several key used in digital image processing edge detection operator, according to their application
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:474957
    • 提供者:mimi
  1. edge-detec

    0下载:
  2. 所有边缘检测代码,sobel,roberts,拉普拉斯算子-All edge detection code, sobel, roberts, Laplacian
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-05
    • 文件大小:530
    • 提供者:xll77
  1. label

    0下载:
  2. 图像分割处理:Roberts,Sobel,LOG,Prewitt算子处理,街区距离方法,欧几里得距离方法,边缘提取,去噪-Image segmentation: Roberts, Sobel, LOG, Prewitt operator handling, block distance method, Euclidean distance method, edge detection, noise reduction
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:85232
    • 提供者:chuchu
  1. edgelena

    0下载:
  2. sobel canny等算子边缘检测 matlab程序-edge detection useing sobel canny and so on.matlab program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:47242
    • 提供者:gs
  1. Image-Process-operator

    0下载:
  2. 这是一篇介绍图像处理中各种边缘检测的微分算子简单比较(Sobel,Robert, Prewitt,Laplacian,Canny)的文章,对初学者非常有用。-This is a descr iption of various edge detection image processing of relatively simple differential operator (Sobel, Robert, Prewitt, Laplacian, Canny) of the article, ver
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:12689
    • 提供者:zhu bo
  1. OpenCV_Sobel_Lap

    0下载:
  2. Sobel,Canny,拉普拉斯算子在图像处理中的应用-the function of Sobel,Canny
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2435542
    • 提供者:谭玉梅
  1. EdgeCheck

    0下载:
  2. 用于对图像的边缘检测,可通过输入不同的参数采用sobel,prewitt,roberts,marr,canny等算子进行边缘检测。-Matlab code for edge detection,including sobel,prewitt,roberts,marr,canny s.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1573
    • 提供者:xuxiaping
  1. Edge-detection

    0下载:
  2. 采用Sobel算子实现图像的边沿检测,程序简单,可以调用Sobel等图像边沿检测算子。-Utilize Sobel algorithm to detect image edge.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:41411
    • 提供者:Yao
  1. EdgeContour

    0下载:
  2. 实现了多重边缘检测算法,如canny,sobel等算子-implemented some edge-detective
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2210790
    • 提供者:孟翱翔
  1. EdgeDetect

    0下载:
  2. canny和sobel边缘检测算子在matlab下进行边缘检测代码,并在参数方面做以优化-canny and sobel edge detection under matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:7926
    • 提供者:zrq
  1. SobelEdge_all

    0下载:
  2. 图像边缘检测(Sobel边缘算子),基于TMS320DM643平台,采用RF5框架,3个任务模块-The image edge detection (Sobel edge operator), based on TMS320DM643 platform, the RF5 framework, three task modules
  3. 所属分类:DSP program

    • 发布日期:2017-04-04
    • 文件大小:797597
    • 提供者:bys
  1. edge-detection

    0下载:
  2. 对bmp实现Roberts算子Sobel 边缘算子 Prewitt边缘算子Laplace算子Krisch算子 Canny算子-To realize the Roberts operator Sobel BMP edge operator Prewitt Laplace operator edge operator Krisch operator Canny operator
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3878411
    • 提供者:鸣沃火驱
  1. edge1

    0下载:
  2. 利用二阶微分算子、Canny、LOG、Roberts、Sobel、Prewitt、Krisch、Robinson等算子进行边缘检测,并分析不同算子加噪声后的不同影响-Second-order differential operator, Canny, LOG, Roberts, Sobel, Prewitt, Krisch, Robinson, and other operators for edge detection, and analysis of the different effect
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:162722
    • 提供者:angelina_hansu
  1. suanfabijiao

    0下载:
  2. roberts、sobel、prewitt、log、canny五种边缘检测经典算子的代码,适合初学matlab和图像处理。-roberts, sobel, prewitt, log, canny five kinds of classic edge detection operator code, suitable for beginners matlab and image processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:110038
    • 提供者:laura
  1. bianyuanjiance

    0下载:
  2. 基于MFC的数字图像处理的边缘检测,含有sobel、laplace、canny等算子-MFC-based digital image processing, edge detection, with sobel, laplace, canny operator
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1985071
    • 提供者:黄峰
  1. ass3

    0下载:
  2. 本程序实现了对灰度图像的边缘检测,可采用5中算子(sobel、prewitt、roberts、canny、marr)对图像检测-This program implements the edge detection of gray-scale image can be used 5 operator (sobel, prewitt, roberts, canny, marr) image detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:185182
    • 提供者:Hunt
  1. Edge

    0下载:
  2. Sobel,Roberts,Prewitts,Laplacian四个算子的边缘检测完整实现代码-Sobel, Roberts, Prewitts, Laplacian four operators a complete code for Edge Detection
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1921
    • 提供者:李晨
  1. tidu

    0下载:
  2. 利用索贝尔算子两种模板提取图像梯度,幅度选取分别利用欧式距离、城区距离和棋盘距离。-Using two templates of Sobel operator to extract the gradient of a image. Magnitude was selected by using Euclidean distance, city distance and chessboard distance.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:140222
    • 提供者:tt
  1. diblook

    0下载:
  2. 在原有的DIBLOOK开源代码的基础上改进算法,利用Sobel及Canny算子边缘检测方法实现将彩色图像转变为灰度图像,自己添加了大量的API函数。-Improved algorithm based on the original DIBLOOK open source code, using the Sobel and Canny edge detection method to achieve the color images into grayscale images, added a l
  3. 所属分类:Special Effects

    • 发布日期:2017-06-16
    • 文件大小:24682722
    • 提供者:独角之灵
  1. MatlabEdgeDetection

    0下载:
  2. 一个基于matlab开发的系统,实现对图像直方图的绘制、canny、sobel等几种不同算子的边缘检测-A system based on matlab development, drawing the image histogram, canny, sobel edge detection of several different operators can manually modulation threshold
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:305616
    • 提供者:linda
« 1 2 ... 23 24 25 26 27 2829 30 31 32 »
搜珍网 www.dssz.com