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

搜索资源列表

  1. KirschCpp

    0下载:
  2. Kirsch算子的c++实现,梯度算子,比sobel的增强效果更明显-Kirsch operator c++ achieve gradient operator, sobel enhancement effect than the more obvious
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:1645
    • 提供者:张云
  1. edge_detection

    0下载:
  2. 实现sobel canny prewitt marr Roberts算子的边缘检测-Achieve sobel canny prewitt marr Roberts edge detection operator
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:2676
    • 提供者:葛文耀
  1. LRG51

    0下载:
  2. 实现两种锐化图像输出,要求采用两种梯度算子:(1)Sobel梯度算子(2)拉普拉斯算子:-The realization of two types of sharpening the image output request using two gradient operator: (1) Sobel gradient operator (2) Laplacian:
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1215
    • 提供者:shapp
  1. suanzi3

    0下载:
  2. 是一些平常算子如:sobel,log等等,用c++写的-is usually operator such as : segmentation, log, etc., and write c
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:7359
    • 提供者:gedpe
  1. 边缘抽出

    2下载:
  2. 边沿抽出,包括sobel,prewitt,laplace等多种算子于一体,是VB边缘检测的典范!-edges out, including segmentation, prewitt, such as Laplace operator in a variety of integration, VB is a model for edge detection!
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:2850
    • 提供者:WhieHou
  1. suanzi3

    0下载:
  2. 是一些平常算子如:sobel,log等等,用c++写的-is usually operator such as : segmentation, log, etc., and write c
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:7405
    • 提供者:原北京
  1. sharpening

    0下载:
  2. 图像空域锐化增强,用matlab分别实现Roberts、Sobel、Priwitt算子的锐化处理,以及实现拉普拉斯图像和原始图像叠加的增强处理-Image airspace sharpening, respectively, to achieve with matlab Roberts, Sobel, Priwitt operator sharpening, and achieve enhancement Laplace image and the original image overlay
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:71695
    • 提供者:sxw
  1. edge

    0下载:
  2. 在matlab,传统的边缘检测直接调用edge函数,但是得到的边缘信息较稀薄,可以通过将sobel,roberts,prewitt三种算子的边缘检测叠加起来,并且对于连续的边缘部分拓宽,使得边缘更连贯清晰-In matlab, traditional edge detection edge direct call function, but thinner than the edge information can be obtained by sobel, roberts, prewitt t
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:15014
    • 提供者:huanglianjing
  1. shiyan4

    0下载:
  2. 数字图像处理课程上机实验4_Matlab图像锐化-Sobel,Laplacian算子-Digital Image Processing courses on experiments 4_Matlab image sharpening-Sobel, Laplacian operator
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1376
    • 提供者:wanglong
  1. imgReinforce

    0下载:
  2. 利用matlab的滤波器对图像进行增强。使用到了Laplace和Sobel两种算子。压缩文件中包含图像文件。-Perform processing steps one by one apply sharpening filters (Laplacian and Sobel) with other spatial filters to enhance the original image。
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:28423
    • 提供者:gaopeng
  1. classic_edge_detectors_1.0

    0下载:
  2. 经典边缘检测算子的实现集合,包括Roberts, Prewitt and Sobel,Haralick,Marr-Hildreth,Marr-Hildreth。-Classic edge detection operator to achieve the set, including Roberts, Prewitt and Sobel, Haralick, Marr-Hildreth, Marr-Hildreth.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:711723
    • 提供者:Alice
  1. sobelProberts

    0下载:
  2. 利用Roberts和Sobel边缘算子法对图像进行边缘提取的源代码,编译后的可执行文件须带参数运行。-Roberts and use Sobel edge operator method for image edge extraction of the source code, compiled executable files carry operation parameters.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1168
    • 提供者:changwen
  1. EDGE

    0下载:
  2. 可用于打开/保存位图,并实现对位图的边缘检测:Roberts边缘算子、Sobel边缘检测算子、Prewitt边缘检测算子、Kirsch边缘检测算子、拉普拉斯算子、高斯拉普拉斯算子-Can be used to open/save the bitmap and edge detection for bitmap: Roberts edge operator, Sobel edge detection operator, Prewitt edge detection operator, Kirsch
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3303885
    • 提供者:比尔叔
  1. EdgeFinal7

    0下载:
  2. 边缘检测VC++代码,Roberts,Sobel,Prewitt,Canny算子代码-Edge detection VC++ code
  3. 所属分类:source in ebook

    • 发布日期:2017-05-02
    • 文件大小:709173
    • 提供者:puwang
  1. image-edge-detection

    1下载:
  2. 图像边缘检测中几种算子的性能分析,其中有详细的索贝尔算子的matlab源代码。-Several edge detection operator performance analysis, including a detailed Sobel operator matlab source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:323435
    • 提供者:覃岚
  1. edge-detection

    0下载:
  2. sobel,robet算子,能够用于边缘检测。可以直接读取图像-sobel operator for edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:67084
    • 提供者:hyj
  1. Edge

    0下载:
  2. 图像处理。C#、.NET 灰度图像处理。边缘检测。包括Roberts Prewitt sobel等算子-Image processing. C#,. NET gray image processing. Edge detection. Including Roberts Prewitt sobel operator, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:67123
    • 提供者:Yixin
  1. The-lane-edge-recognition

    0下载:
  2. 各种算子对车道线边缘识别的对比,其中包括车道线图像,也包含sobel,canny,prewritt算子的差异。-The operator of lane edge recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:48134
    • 提供者:谢宪义
  1. GUIEdge

    0下载:
  2. 边缘是指图像中像素灰度有阶跃变化或屋顶状变化的那些像素的集合。学会并掌握使用matlab进行图像的边缘检测,设计用户界面实现上述功能。 实际问题: 1、采用matlab Guide设计图像界面,可以读入并显示图像,设计实现以下功能的菜单,点击相应的菜单(如radio button)在图像界面上可以显示相应的功能。 2 使用sobel检测算子; 3 使用prewitt检测算子; 4 使用canny检测算子; -Edge is refers to the image pixe
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:4069
    • 提供者:桑海峰
  1. SobelEdge.origin

    0下载:
  2. 可用于CCS3.3的sobel图像边缘检测算子-Sobel image edge detection operators can be used at CCS3.3
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:542983
    • 提供者:王正
« 1 2 ... 25 26 27 28 29 3031 32 »
搜珍网 www.dssz.com