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

搜索资源列表

  1. ImageSobelMarginDetectSourceCode

    0下载:
  2. 源代码展示了SOBEL算子的强大功能,代码完整可运行,是图像处理初学者的好指导!-Source code of the Sobel operator to display the power of a complete code can be run, are better image processing beginners guide!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:2710942
    • 提供者:jack
  1. HLSLASMsoble

    0下载:
  2. GPU中使用ASM 编写的SOBEL 代码! 可以很快地提取图像边缘,快速统计边缘线索, 为下一步图像分割提供数据-GPU prepared by the use of ASM code SOBEL! Can be quickly extracted image edge, the edge of fast statistical clues for further image segmentation data
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:636
    • 提供者:nokia
  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
    • 文件大小:1716599
    • 提供者:chris
  1. EdgeContour

    0下载:
  2. BMP图片边缘检测(包括Robert,Sobel,Prewitt,Kisch和Gauss-Laplace算子)与轮廓提取。此外,还有Hough变换,种子填充,轮廓跟踪等算法的实现方法。注意,BMP图片的需是256色以下。-BMP image edge contour (including Robert, Sobel, Prewitt, Kisch and Gauss-Laplace operator) and the contour extraction. In addition, Hough
  3. 所属分类:Graph program

    • 发布日期:2017-05-11
    • 文件大小:2139834
    • 提供者:David
  1. DSPLIT

    0下载:
  2. 这个程序是索贝尔边缘算子的实现,希望对大家有帮助-This procedure is the Sobel edge operator achieve, hoping to have everyone help
  3. 所属分类:Windows Develop

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

    0下载:
  2. 使用canny或者sobel算子测出边缘后,再进行角点检测的程序-Canny use or sobel edge operator to detect and then to carry out the procedures for corner detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:702334
    • 提供者:abc
  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. EdgeContour

    0下载:
  2. 该代码主要是实现图像的边缘检测,通过Robert算子、Sobel算子以及Prewitt算子来实现边缘检测-The code is mainly the realization of image edge detection, through the Robert operator, Sobel operator and Prewitt operator to achieve edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:267538
    • 提供者:王伟
  1. tmOutLine

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

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

    0下载:
  2. edgesob 算法是 sobel算法是检测图像边缘的。 -edgesob operator
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:2225
    • 提供者:glc
  1. susan-edge-detect

    1下载:
  2. 使用sobel算子对图片的边缘进行检测.本算法主要基于sobel算子,进行了一定的改进-based on sobel,detect the edge of picture
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-12-17
    • 文件大小:43860
    • 提供者:闫浩
  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. SobelKirsch

    0下载:
  2. 用VC实现边缘检测,包含SOBEL和KRISCH等经典算法 非常好用 速度快-The realization of edge detection with VC, including such classics SOBEL and KRISCH fast algorithm is very easy to use
  3. 所属分类:Graph program

    • 发布日期:2017-05-14
    • 文件大小:3441614
    • 提供者:zhangshuai
  1. OpenCVBorderDetect

    0下载:
  2. 本程序是基于OpenCV进行的图像边缘检测,canny,sobel,laplace等算法的应用-This procedure is based on the OpenCV for image edge detection, canny, sobel, laplace, etc. Application of algorithm
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-15
    • 文件大小:3951406
    • 提供者:郭大万
  1. EdgeDetection

    0下载:
  2. 分别用Roberts、Prewitt、Sobel、Marr、Canny算子进行图像的边缘检测-Were Roberts, Prewitt, Sobel, Marr, Canny operator to the image edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:2840
    • 提供者:Frank
  1. sobel1

    0下载:
  2. 用sobel算子对图像在垂直和平行两种处理
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2077048
    • 提供者:song
  1. edgecontour

    0下载:
  2. 通过sobel算子对图像进行边缘提取的模板,非常有用-Sobel operator through the image of the template edge detection is very useful
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:5387
    • 提供者:edison
  1. segment

    0下载:
  2. 车牌图像分割和提取,(基于sobel算子的边缘分割)-License plate image segmentation and extraction, (based on the edge of the sobel operator split)
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-06
    • 文件大小:23222
    • 提供者:wubin
  1. SobelEdge

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

    • 发布日期:2017-03-30
    • 文件大小:93144
    • 提供者:李伟
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 ... 50 »
搜珍网 www.dssz.com