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

搜索资源列表

  1. Image-edge-detection

    0下载:
  2. 在DM642的板子上实现图像的边缘检测功能,在检测的过程中采用的是sobel算法-Image edge detection sobel algorithm used in the testing process on the DM642 board
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1553452
    • 提供者:han bingjie
  1. edgedetection-

    0下载:
  2. c#的边缘检测代码,拥有以下功能:CANY检测 Robot检测 sobel检测 二值化 灰度化。做为参考例子很有帮助-edge detection of the c# code has the following features: CANY detection Robot detection sobel detection binarization gray. Helpful as a reference example
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:87874
    • 提供者:jenjyu_lee
  1. Tsobbelhougghh

    0下载:
  2. 该源代码首先使用sobel算法对图像进行行边缘提取,后运用hough变换提取圆形。 -The source code is the first to use the sobel line edge detection algorithm for image use hough transform to extract the round.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:40483
    • 提供者:权力
  1. TGUISUSANh

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

    • 发布日期:2017-05-04
    • 文件大小:1097859
    • 提供者:干预
  1. CellShapeClassifier

    0下载:
  2. 细胞分类器 pami的论文实现,不错的代码-Cells were segmented using a custom-made image processing pipeline. The segmentation pipeline was implemented in order to distinguish cells from the background. The segmentation pipeline is composed of standard image-processing
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:6016
    • 提供者:LiMingTian
  1. SobelOpenCV

    0下载:
  2. sobel算子SobelOpenCV实现 sobel描述引子-sobel operator SobelOpenCV achieve the sobel descr iption primer
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:266418
    • 提供者:siftli
  1. diblook

    0下载:
  2. 在原有的DIBLOOK开源代码的基础上改进算法,利用Sobel及Canny算子边缘检测方法实现将彩色图像转变为灰度图像,自己添加了大量的API函数。-Improved algorithm based on the original DIBLOOK open source code, using the Sobel and Canny edge detection method to achieve the color images into grayscale images, added a l
  3. 所属分类:Special Effects

    • 发布日期:2017-06-16
    • 文件大小:24682722
    • 提供者:独角之灵
  1. Based-on-sobel-for-canny

    0下载:
  2. 基于Canny算子的边缘检测算法原理及Matlab源码实现,有实现的图片效果对比!-Canny operator edge detection algorithm principle and Matlab source code-based implementation, the picture of the effect of contrast!
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:152876
    • 提供者:独角之灵
  1. bianyuanjiance

    0下载:
  2. MFC + OpenCV 2.4 + Visual Studio 11 + OpenAL 1.1 7种算法实现(使用Canny,Sobel,Laplace,Roberts,Prewitt,Krisch,Log和SUSAN 8种算法实现)了-MFC+ OpenCV 2.4+ Visual Studio 11+ OpenAL 1.1 7 algorithms (using the Canny, Sobel, Laplace, Roberts, Prewitt, Krisch, Log and
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6934136
    • 提供者:yss
  1. 6437video_osd_bios_sobel

    0下载:
  2. TI DM6437EVM上的视频实验,加上了Sobel算法。-The experiment the TI DM6437EVM video, coupled with the Sobel algorithm.
  3. 所属分类:DSP program

    • 发布日期:2017-04-06
    • 文件大小:567643
    • 提供者:liuyang
  1. MatlabEdgeDetection

    0下载:
  2. 一个基于matlab开发的系统,实现对图像直方图的绘制、canny、sobel等几种不同算子的边缘检测-A system based on matlab development, drawing the image histogram, canny, sobel edge detection of several different operators can manually modulation threshold
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:305616
    • 提供者:linda
  1. tsobbellh

    0下载:
  2. 这是我本人自己开发的可用于256*256大小的图像进行sobel边缘检测的vhd文件,可在QuartusII或MaxplisII下综合与与仿真,并在FPGA上测试过。能进行修改支持其他大小图像的sobeel边缘检测,同时还能实现其它的图像模块化处理算法,例如高斯滤波,平滑等。 -This is my own development vhd file, can be used for 256* 256 size image sobel edge detection under QuartusI
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:2921
    • 提供者:兴奋
  1. picturesharpen

    0下载:
  2. 代码实现对图形的锐化处理,具有图形界面按键选择Roberts交叉算子、Sobel算子、Laplace边缘增强算子对图像进行锐化处理。-failed to translate
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:49011
    • 提供者:天涯
  1. IP401_SobelEdge

    0下载:
  2. DM642开发平台的SOBEL边缘检测程序例子,程序可以直接使用.-DM642 development platform SOBEL edge detection program example, the program can be used directly.
  3. 所属分类:DSP program

    • 发布日期:2017-04-03
    • 文件大小:93133
    • 提供者:chenxuejun
  1. PrewittSobel

    0下载:
  2. 一个Prewitt及Sobel图像边沿检测程序,用于图像边沿增强方面-use the Prewitt and Sobel means to check edge of images
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:54171
    • 提供者:jacky
  1. program-

    0下载:
  2. 利用Sobel算子(求和、均值、卷积)分析图像,采用3x3矩阵进行分析,精度比一般算法提高20 。-Sobel operator sweep surface analysis image
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:141928
    • 提供者:Long Zhang
  1. matlab1

    0下载:
  2. 简要介绍了几个基于matlab的图像轮廓提取技术,如robert,sobel 等边缘检测算子,比较了这几个边缘检测算子的处理结果-Briefly introduced several matlab-based image contour extraction technology, robert, sobel edge detection operator, and compare several edge detection operators processing results
  3. 所属分类:matlab

    • 发布日期:2017-11-22
    • 文件大小:152006
    • 提供者:吴志国
  1. sobel-operator

    0下载:
  2. edge detector operator
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:1121
    • 提供者:gokul durai
  1. 08000859

    0下载:
  2. canny and sobel edge detection algorithm using c#
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:204993
    • 提供者:chap
  1. YuImage

    1下载:
  2. 基于Visual C++的边缘检测实现,包含了Roberts、Prewitt、Sobel、Canny、LoG算子以及平滑滤波和灰值化的功能-Includes edge detection based on Visual C++ achieve, Roberts, Prewitt, Sobel, Canny, LoG operator and smoothing filter and gray values ​ ​ of the function
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:13421030
    • 提供者:李鹏宇
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com