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

搜索资源列表

  1. EdgeContour

    0下载:
  2. 图像处理的边缘检测代码,包括Sobel。Prewitt,区域增长法等几种常用的代码-Edge detection image processing code, including Sobel. Prewitt, regional growth and so the code for some commonly-used
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2163082
    • 提供者:xiao
  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. shadow3

    0下载:
  2. 提出了一种室内静止摄像机条件下的运动目标检测和阴影抑制方法。该方法采用一种自适应的背景估计方法来实时更新 背景,用基于概率分类法检测运动目标,并在联合HMMD色彩空间和光度特征来抑制阴影之后,用Sobel边缘检测来修正运动目 标。实验结果表明,该方法能够有效地检测运动目标和抑制阴影。 -An indoor stationary camera under the conditions of moving target detection and shadow suppression m
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:96038
    • 提供者:沛洋
  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. EdgeDetection

    0下载:
  2. 四种算子(sobel,prewitt,roberts,marr)进行图像边缘检测的matlab源码.-Operators of four (sobel, prewitt, roberts, marr) image edge detection matlab source.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:48773
    • 提供者:refinebin
  1. edgeCheck

    0下载:
  2. 边缘检测的源代码。包括sobel prewitt roberts marr canny的。值得下载!-The source code for edge detection. Including sobel prewitt roberts marr canny' s. Worth downloading!
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1683
    • 提供者:Mark Li
  1. sobel

    0下载:
  2. sobel边缘检测源码,本工程在安装vc的情况下都可以使用。-sobel edge detect
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2080987
    • 提供者:吕璐
  1. EdgeDdetection

    0下载:
  2. 实现几种边缘检测算法(Robert、2×2算子、prewitt、sobel等)-Accomplish a number of edge detection algorithm (Robert, 2 × 2 operator, prewitt, sobel, etc.)
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:25743
    • 提供者:刘丽梅
  1. GUISUSAN

    0下载:
  2. 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪声能力很强,运算量也比较小。并将SUSAN算法用于多类图像的
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1097689
    • 提供者:zhaolipo
  1. Sobel

    0下载:
  2. Sobel边缘检测程序和实例,效果很好,有很详细的源码,很详细-Sobel edge detection procedures and examples of good results, there is a very detailed source code, very detailed
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-15
    • 文件大小:3987722
    • 提供者:wanhongji
  1. Sobel

    0下载:
  2. 用sobel的算子进行图像边缘检测的代码,开发环境是dm642的ccs。-Sobel operator with the edge detection for image code, development environment is dm642 of ccs.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2689210
    • 提供者:wangxinyong
  1. sobel

    0下载:
  2. 本程序为sobel边缘检测界面程序,能比较地识别图像边缘,对图像处理学习的初学者有一定帮助-The program interface for the sobel edge detection procedure, the image can be compared to identify the edge of the image processing will definitely help beginners learn
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1876368
    • 提供者:宋健
  1. sobel

    1下载:
  2. 完整的用sobel算子进行边缘检测的例子-Complete with a sobel edge detection operator is an example
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:5597
    • 提供者:
  1. bianbianyuangui

    0下载:
  2. 对图像进行sobel 、roberts、preweit、log、canny边缘检测-The images were sobel, roberts, preweit, log, canny edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1986
    • 提供者:李昊
  1. sobel

    0下载:
  2. 边缘检测算子 sobel检测算子 matlab源码-sobel matlab 源码
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:882
    • 提供者:audyxiao
  1. dsp

    0下载:
  2. 本实验使用的索伯尔(Sobel) 边缘检测算子来实现图像的边缘检测。利用DSP 进行初始化 达到了很好的边缘检测效果。注释文件细致,有详细的实践步骤。-In this study, the Suo Boer (Sobel) edge detection operator to achieve edge detection. Using DSP to initialize to a good edge detection. Explanatory Note meticulous, detailed
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:5434
    • 提供者:tanjing
  1. CannyEdgeDetection

    0下载:
  2. Canny边缘检测的高斯卷积,索贝尔operation.entire代码组成,是在建MATLAB函数任何自由,除了必须改变形象reading.threshold根据图像和被提取的特征。 做检查更新的高斯卷积文件,它比前一个准确 请注意,代码的执行时间是low.This是因为没有内在的功能被使用。 为了提高车速了,请改为内置的功能“conv2“的卷积码 -canny edge detection comprising of gaussian convolution,so
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:837
    • 提供者:namind
  1. Sobel

    0下载:
  2. 图像在c++下加噪后,的sobel边缘检测-Image under c++, after adding noise, the sobel edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1064
    • 提供者:xuyangzhe
  1. sobel

    0下载:
  2. sobel算子程序,一种经典的边缘检测算法。一个是检测水平边沿的 ;另一个是检测垂直平边沿的 。Sobel算子对于象素的位置的影响做了加权,因此效果更好。 -sobel operator subroutine, a classical edge detection algorithm. One is the edge detection level the other is to detect vertical flat edge. Sobel operator for pixel posit
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1695
    • 提供者:周娇
  1. edge_detection

    0下载:
  2. 各种边缘检测算子实现,包括sobel,prewitt,robert,marr(loG),canny算子,其中canny算子的实现采用了自己编制的算法-Implementation of various edge detection operators, including sobel, prewitt, robert, marr (loG), canny operator, which canny operator prepared to achieve their own algorithms
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:41259
    • 提供者:好时
« 1 2 3 4 56 7 8 9 10 ... 34 »
搜珍网 www.dssz.com