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

搜索资源列表

  1. fuzzyedge

    0下载:
  2. 该软件为本人自己开发的模糊集图像边缘检测,同时还有sobel、prewitt、robert、算子,很好用-The software developed for my own fuzzy image edge detection, as well sobel, prewitt, robert, operator, well used
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2307004
    • 提供者:duyaqin
  1. image

    0下载:
  2. 实现图像的sobel轮廓提取、闭合轮廓线提取、区域生长等-region grow ,sobel
  3. 所属分类:Graph program

    • 发布日期:2017-05-28
    • 文件大小:10637131
    • 提供者:曹艳娟
  1. SobelKirsch

    0下载:
  2. a split egde of image on Sobel and Kirch Algorithm in English
  3. 所属分类:GDI-Bitmap

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

    0下载:
  2. 基本影像處理技術, 如smooth, sobel,中間值濾波等等.-basic image processing
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-19
    • 文件大小:5578962
    • 提供者:zax
  1. GUISUSAN

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

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

    0下载:
  2. sobel算子和一般灰色关联度结合 对gaussian噪声滤波-sobel operator and the general gray relational grade combined with gaussian noise filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3968
    • 提供者:yang
  1. image6

    0下载:
  2. image processing: sobel and prewitte edge detection
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:856714
    • 提供者:Zackie
  1. edge2

    0下载:
  2. coding for edge detection using sobel-coding for edge detection using sobel..
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:597596
    • 提供者:zull hilmii
  1. Edgedetect

    0下载:
  2. 实现图像边缘检测的程序,算子分别为Robert Sobel Prewitt.-Achieve the image edge detection procedure, operator, respectively Robert Sobel Prewitt.
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3972381
    • 提供者:liya
  1. imagesegmentation

    0下载:
  2. 1.边缘检测,分别用Sobel, Laplacian-Gaussian 方法对一幅灰度图像进行边缘提 取,并给出对比结果; 2.灰度阈值分割:利用双峰法对一幅灰度图像进行灰度分割处理。-1. Edge detection, respectively Sobel, Laplacian-Gaussian methods on a gray-scale image edge extraction, and gives comparative results 2. Gray threshold
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:75697
    • 提供者:紫瓶
  1. xinjiajiasobel

    0下载:
  2. 成功的SOBEL算子边缘化程序。在C2000\C6000下编译无误-Successful SOBEL operator marginalization process. In the C2000 \ C6000 compile correctly
  3. 所属分类:DSP program

    • 发布日期:2017-04-08
    • 文件大小:56119
    • 提供者:辛佳佳
  1. Image

    0下载:
  2. Image library for marr-hldreth, sobel, canny, etc in c plus plus
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:9333
    • 提供者:cash
  1. imageproc

    0下载:
  2. Matlab图像处理,包含图像平滑、锐化等 图像平滑处理包含均值滤波和中值滤波 图像锐化处理包含拉普拉斯算子和Roberts算子、Prewitt算子和Sobel算子-Matlab image processing, including image smoothing, sharpening and other image smoothing with the mean filter and median filtering image sharpening with the Laplac
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:815
    • 提供者:tony
  1. sobel_ori

    0下载:
  2. sobel filter -sobel filter sobel filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:688201
    • 提供者:judy
  1. sobel_edge_detect

    0下载:
  2. 运用sobel算法检测目标的边缘,代码利用vc实现-Target detection using sobel algorithm is the edge of the code used to achieve vc
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2285
    • 提供者:wuhuaiqun
  1. filter

    0下载:
  2. 涵盖内容: 1Roberts算子 2Prewitt算子 3Sobel算子 4Laplacian算子 -Cover the content: 1Roberts operator 2Prewitt operator 3Sobel operator 4Laplacian operator
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:170892
    • 提供者:
  1. edgedetection

    0下载:
  2. 边缘检测VS梯度图像edge detection based on the sobel 这个算法比较完整,不错算法比较完整-edge detection based on the sobel 这个算法比较完整,不错算法比较完整
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-05
    • 文件大小:575890
    • 提供者:jun ge
  1. cvSobel

    0下载:
  2. 用opencv library來實現Sobel operator效果-demo sobel operator by using opencv library
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:1158
    • 提供者:gsan
  1. SobelKirsch

    0下载:
  2. 边缘检测程序,用VC实现了用几种算子包括sobel、kirsch算子对图象的边缘进行检测-Edge detection procedure, using VC achieved in several operators including sobel, kirsch operator to detect the edge of the image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:574416
    • 提供者:陈少华
« 1 2 ... 27 28 29 30 31 3233 34 35 36 37 ... 50 »
搜珍网 www.dssz.com