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

搜索资源列表

  1. sobel算子边缘检测

    1下载:
  2. 可以进行边缘检测,是一个不错的代码
  3. 所属分类:图形图象

    • 发布日期:2009-03-30
    • 文件大小:37859
    • 提供者:yuze999
  1. sobel算子 canny算子图像边缘检测程序

    2下载:
  2. sobel算子 canny算子图像边缘检测程序
  3. 所属分类:2D图形编程

    • 发布日期:2010-11-06
    • 文件大小:323
    • 提供者:xzwlww
  1. sobel算子边缘检测

    0下载:
  2. 图像边缘检测的sobel算子VC++实现
  3. 所属分类:图形图象

    • 发布日期:2010-11-25
    • 文件大小:1415
    • 提供者:zghnlsj
  1. sobel算子边缘检测算法

    1下载:
  2. 用sobel算法 进行8位位图的边缘检测
  3. 所属分类:源码下载

    • 发布日期:2012-04-17
    • 文件大小:214240
    • 提供者:zy_8816@163.com
  1. edge-detect-algorithm-comparis

    1下载:
  2. 边缘检测算法的比较,有susan算子,log算子,prewitt算子,Comparison of edge detection algorithm, there is susan operator, log operator, prewitt operator
  3. 所属分类:Special Effects

    • 发布日期:2015-10-26
    • 文件大小:609
    • 提供者:lh
  1. Smoothed_Sobel_Gradient

    0下载:
  2. Sobel算子是图像处理中的算子之一,主要用作边缘检测。本程序使用Sobel算子检测图像边缘信息-Sobel operator is the image processing operator, one is mainly used for edge detection. This procedure using Sobel edge detection operator information
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:88559
    • 提供者:shen hong
  1. EdgeContour

    0下载:
  2. VC数字图像处理典型算法及实现,完整的源码,主要算法有:Robert 算子,Sobel 算子,Prewitt 算子,Kirsch 算子,Gauss-Laplace 算子实现边缘检测 Hough变换,轮廓提取,轮廓跟踪-VC typical digital image processing algorithm and the realization of the complete source code, the main algorithm are: Robert operator,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3987811
    • 提供者:lgy
  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. sobel

    1下载:
  2. Sobel算子进行图像边缘检测的DSP实现,其中还附带了实验说明,及其报告,在DSP6713上,打开就可以实现。-sobel dsp6713
  3. 所属分类:其他小程序

    • 发布日期:2013-05-15
    • 文件大小:1097005
    • 提供者:朱清坤
  1. sobel

    0下载:
  2. c++图像边缘检测-sobel算子实现的边缘检测-c++ image edge detection sobel operator to achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:2165
    • 提供者:朱俊
  1. edgedetect

    0下载:
  2. 边缘检测VC实现了 Roberts算子、 Sobel算子和 Laplacian算子.实验分析了各个算子的边缘检测-edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:11013
    • 提供者:刘则是
  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. compare_of_edge_detect_methods

    0下载:
  2. 讨论和比较了几种常用的边缘检测算子。梯度 算子计算简单 ,但精度不高 ,只能检测出图象大致的轮廓 ,而对于比较细的边缘可能会忽略。Prewitt 和Sobel算子比 Roberts 效果要好一些。LOG 滤波器和 Canny算子的检测效果优于梯度算子 ,能够检测出图象较细的边缘部分。不同的系统 ,针对不同的环境条件和要求 ,选择合适的算子来对图象进行边缘检测。-Discussion and comparison of several commonly used edge detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-17
    • 文件大小:156571
    • 提供者:liujia
  1. edgeDetection

    0下载:
  2. 本程序实现边缘检测,并可通过设置阀值t二值化输出图像,选择类型设置检测算子(Roberts , sobel , sobel_diagonal ,sobel算子, Prewit ,canny , LoG )。-Edge detection of the program, and by setting the threshold t of the output binary image, select the type of operator settings (Roberts' , '
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:24226
    • 提供者:cui ju
  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. imageEdgeDetect

    0下载:
  2. edge_detect.m : 图像边缘检测 其中使用 梯度算子边缘检测 : roberts算子、prewitt算子、Sobel算子、Canny算子 二阶微分算子法 : 拉普拉斯高斯算子、canny算子 lenna.bmp : 原始灰度图片 实验结果文件夹 : 保存了实验过程中生成的图像和程序流程图-edge_detect.m: edge detection which uses the gradient operator edge detection:
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:388874
    • 提供者:许胜强
  1. Sobel

    0下载:
  2. 自动阈值的Sobel算子边缘检测,检测图像的边缘区域!-Automatic threshold Sobel operator edge detection, edge detection image area!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:13840
    • 提供者:夏子轩
  1. sobel

    0下载:
  2. sobel算子边缘检测,matlab源程序。(sobel aaaaaaaaaaaaaaaaaaa)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:18432
    • 提供者:keerpt
  1. 边缘检测

    1下载:
  2. 分别适当的方法对图像进行边缘检测,并得到连续的边界 主要功能函数自己编写,可在一个统一的交互式界面下运行(The appropriate method is used to detect the edges of the image and obtain continuous boundaries To function, you need to write it yourself and run it on a unified interactive interface)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-22
    • 文件大小:21504
    • 提供者:晓风残月
  1. 图像边缘检测matlab程序

    2下载:
  2. MATLAB canny、sobel等各种边缘检测算子(edge detection using different methods)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-08
    • 文件大小:3072
    • 提供者:Jermy717
« 12 3 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com