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

搜索资源列表

  1. Project7_edgedetection

    0下载:
  2. 各种边缘检测算子实现图像边缘检测功能,有laplacian, Roberts, Sobel -edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1781
    • 提供者:彭勇
  1. chuli

    0下载:
  2. 分别利用Roberts、Prewitt和Sobel边缘检测算子,对原图象进行边缘检测,显示处理前、后图象。-, Respectively, the use of Roberts, Prewitt and Sobel edge detection operator, the original image edge detection, shows that dealt with before and after the image.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:985
    • 提供者:张博晨
  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. imageview

    0下载:
  2. 图象处理程序,提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-Image processing procedures, provided the image histogram equalization, robert, sobel, prewitt, kirsch, gauss edge detection
  3. 所属分类:Graph program

    • 发布日期:2017-11-12
    • 文件大小:539247
    • 提供者:lukecheng
  1. 2107210017520071022238367591296

    0下载:
  2. vc图像处理比较全面的程序,提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-vc images deal with more comprehensive procedures, provided the image histogram equalization, robert, sobel, prewitt,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:511686
    • 提供者:乔鹏飞
  1. edge++

    0下载:
  2. VC++,实现边缘检测,边缘检测类(包括Roberts, Sobel, Prewitt, Kirsch等算子的边缘检测算法)-VC++, The realization of edge detection, edge detection (including Roberts, Sobel, Prewitt, Kirsch operator, such as edge detection algorithm)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:9249
    • 提供者:gyq
  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. bianyuan_jiance_bijiao

    0下载:
  2. 用六种算子(分别是gabor、拉普拉斯、priwitt、robert、sobel、wallis),对三种图象进行边缘检测比较,强烈推荐哦,是本人的毕业设计中的关键程序-The six operators (respectively gabor, Laplace, priwitt, robert, sobel, wallis), images of three edge detection comparison, strongly recommend Oh, my graduation proje
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:835807
    • 提供者:吴海峰
  1. hair_Sobel_video

    0下载:
  2. 在hair DM642 开发板上,实现视频的图像sobel边缘检测-In the development of hair DM642 board realize video images sobel edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:331589
    • 提供者:陈泗勇
  1. sobel_fast

    0下载:
  2. BF561 Sobel Edge Detection
  3. 所属分类:DSP program

    • 发布日期:2017-04-14
    • 文件大小:3027
    • 提供者:yogesh
  1. matlabc

    0下载:
  2. c++与matlab混合编程-边缘提取sobel实例-c and matlab mixed programming examples sobel edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:84044
    • 提供者:sunqing
  1. myimage

    0下载:
  2. sobel边缘检测,简单的边缘检测程序,并可进行二值化处理,适合初学者。-edge detection, sobel
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3768607
    • 提供者:Smith
  1. sobel_coner

    0下载:
  2. 使用canny算子或者sobel算子检测边缘,然后进行角点检测-Using canny operator or sobel edge detection operator, and then proceed to corner detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:702181
    • 提供者:yuriyuri
  1. tmOutLine

    0下载:
  2. 五种边缘检测算子的实现,函数具有很好的通用性,凡是能够得到只想图像像素区指针的情况都可以使用。 配合我上传的那个opentrim使用更好,这是一个bmp全色深操作类,里边还集成了一些其他的机器视觉算法。 对图像进行高斯——拉普拉斯算子的边缘检测 对图像进行拉普拉斯算子的边缘检测 对图像进行罗伯特交叉算子的边缘检测 对图像进行蒲瑞维特算子的边缘检测 对图像进行索贝尔算子的边缘检测-5 kinds of edge detection operator to achieve
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-13
    • 文件大小:1580
    • 提供者:尧思齐
  1. leogic

    0下载:
  2. 一、图像边缘检测里边包含3个程序: 1.边缘检测程序,包括robert 算子,sobel 算子,prewitt算子,gauss-laplace算子 2.hough变换检测直线 3.轮廓提取程序 二、图像配准程序 包括1个程序 三、图像复原程序 里边重点实现了由运动模糊造成的图像复原的算法。 上传作者简介:图像处理专业博士研究生。 恳请版主批准同意。谢谢!-edge detection image contour extraction hough tr
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:2663645
    • 提供者:leogic
  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. bianyuan

    0下载:
  2. 个人的经典收藏图像处理的边缘检测算法里面有roberts,sobel,拉普拉斯,prewitt,robinson,kirsch,smoothed等几种算法-Personal collection of classic image processing algorithm for edge detection there roberts, sobel, laplace, prewitt, robinson, kirsch, smoothed several algorithms, such as
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:259323
    • 提供者:qlhycf
  1. SobelEdge

    0下载:
  2. 经典使用的sobel算子的边缘检测程序代码-Classical use of the sobel edge detection operator code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:93144
    • 提供者:李伟
  1. line_sobel

    1下载:
  2. Canny进行边缘检测,得到图像的边缘,然后sobel算子对图像边缘进行卷积,然后用Hough变换进行直线提取。-Canny edge detection to obtain the edge image, and then sobel edge operator for convolution, and then use the Hough transform for straight line extraction.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:618
    • 提供者:mayan
  1. imagedectpro

    0下载:
  2. 提供了多种边缘检测和图像分割的源代码,包括Sobel边缘检测、Hough边缘检测等等,希望对学习这方面的人员能有所帮助。-Provides a wide range of edge detection and image segmentation of the source code, including the Sobel edge detection, Hough edge detection, etc., in the hope that this study can be helpful
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-05
    • 文件大小:46407
    • 提供者:guiyangyang
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 33 »
搜珍网 www.dssz.com