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

搜索资源列表

  1. opencv-ImageProcess

    0下载:
  2. 基于opencv的采用sobel算子的图像边缘检测-Opencv-based operator of the use of the sobel edge detection
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2146518
    • 提供者:new99
  1. Sobeldetect

    1下载:
  2. 基于Sobel算子数字图像的边缘检测.pdf 用sobel算子进行边缘检测-Based on Sobel operator edge detection of digital images. Pdf using sobel edge detection operator
  3. 所属分类:Graph Recognize

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

    0下载:
  2. soble算子对于图像分割有着最重要的意义,可以对图像有很好的分割效果,初初上传,不好还望见谅-soble operator for image segmentation have the most important, you can have a good image segmentation results,初初upload, not look to be forgiven
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:346882
    • 提供者:西宁
  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. sobel

    0下载:
  2. 使用ADSP-21535实现图像边缘检测 算法的Sobel算子的汇编代码-Using the ADSP-21535 to achieve the Sobel edge detection algorithm is operator of the assembly code
  3. 所属分类:DSP program

    • 发布日期:2017-04-07
    • 文件大小:57340
    • 提供者:岳飞
  1. sobel

    0下载:
  2. 利用Sobel算子处理数字图像,取得较好的效果!-you may process the digital image with sobel method,the result is very good,you can write your code according to this program!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:609
    • 提供者:wuwei
  1. SOBEL

    0下载:
  2. 用SOBEL算子实现对RGB-24位图二值化-With the SOBEL operator to realize the RGB-24 binary bitmap
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:403446
    • 提供者:紫光
  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算子的图像边缘检测-Image processing to achieve a sobel edge detection operator
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:1287060
    • 提供者:景枫林
  1. Sobel

    0下载:
  2. sobel算子做图像边缘检测,它是一离散性差分算子,用来运算图像亮度函数的梯度之近似值。在图像的任何一点使用此算子,将会产生对应的梯度矢量或是其法矢量-image edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:840
    • 提供者:蔡林
  1. sobel

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

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

    1下载:
  2. 在MATLAB环境下,实现对Lena图像的边缘提取,主要对比了Roberts、Prewitt、Sobel、Laplace四种算子的边缘提取的效果-In the MATLAB environment, to realize the Lena image edge extraction, mainly comparing Roberts, Prewitt, Sobel, Laplace edge detection operator of four results
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-08-14
    • 文件大小:160193
    • 提供者:xujiangle
  1. sobel

    0下载:
  2. sobel算子是一种边缘检测算子,在图像处理中应比较广泛。-sobel edge detection operator is an operator, in image processing should be more extensive.
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:517
    • 提供者:伏娟
  1. sobel

    0下载:
  2. 用sobel算子进行简单的图像处理,需要的可以下来参考一下-Sobel operator
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1983
    • 提供者:刘崇武
  1. sobel

    0下载:
  2. sobel算子进行边缘提取的方法,梯度差分-sobel operator for edge detection method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1849
    • 提供者:孙海波
  1. sobel

    0下载:
  2. 利用sobel算子算法实现对图像的处理,实现图像边缘的检测,-Sobel operator algorithm using the image processing, and image edge detection,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1563
    • 提供者:杨希
  1. edgedetect

    0下载:
  2. 用MATLAB编的边缘检测算子,包括Robert算子、sobel算子、prewitt算子。自己编写的,有利于初学者理解边缘检测算子的具体实现过程,将结果与MATLAB函数实现的结果作了比较。-MATLAB code with the edge detection operator, including the Robert operator, sobel operator, prewitt operator. I have written will help beginners to under
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1176
    • 提供者:
  1. sobel

    0下载:
  2. 计算sobel算子,可用于提取边缘特征等-calculate sobel
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:17833
    • 提供者:何秋
  1. sobel

    0下载:
  2. 这是一个用opencv来开发的,利用sobel算子做边缘检测的算法。-Done using sobel edge detection operator
  3. 所属分类:OpenCV

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

    0下载:
  2. 利用Sobel算子进行的图像分割处理,效果较好-make use of the Sobel method to process a .bmp file
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:802
    • 提供者:宋子奇
« 1 2 3 45 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com