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

搜索资源列表

  1. EdgeDetectionandSegmentation

    0下载:
  2. 利用各种算子对图像进行边缘检测,效果很好-edge test by Roberts,Sobel,prewitt,Kirsch,Laplac
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:5865
    • 提供者:俊博
  1. cvboundary

    0下载:
  2. vc2003下,在opencv平台上实现图像边缘检测,采用了不同算子,sobel,canny,prewwitt等,便于实现不同算子效果的比较-vc2003, in opencv platform to achieve image edge detection, using a different operator, sobel, canny, prewwitt so easy to realize the effect of different comparison operators
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1134233
    • 提供者:huihui
  1. edgeDetectionAndEnergy

    0下载:
  2. 灰度图像边缘检测的代码,常用的集中边缘检测算子都有 canng log sobel 等,并计算了图像中边缘的能量信息-Edge Detection of code, commonly used edge detection operators have focused canng log sobel, etc., and calculate the energy of the edge of the image information
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:156160
    • 提供者:zhanghf
  1. edgematlab

    0下载:
  2. 边缘检测,sobel,canny,Roberts,等算子边缘检测matlab代码-Edge detection, sobel, canny, Roberts, and other operator edge detection matlab code
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:418832
    • 提供者:youyou
  1. Image-Edge-Detection

    0下载:
  2. 提出一种在噪声条件下将中值滤波与Sobel、Canny算子相结合进行图像边缘检测的方法。首先,采用中值滤波对图像进 行平滑处理,再利用Sobel、Canny算子检测图像边缘。仿真实验表明。该方法对图像边缘检测精度较高,抗噪声性能强,可 提高图像边缘检测效果。-This article proposed an image edge detection method based on the median value filter,Sobel and Canny Operator und
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:238190
    • 提供者:王文
  1. Hw3

    0下载:
  2. 使用vs08编写的一个基于mfc的图像处理程序,功能包括 1.通过拉普拉斯边缘检测算子提取图像边缘 2.通过罗伯特交叉边缘检测算子提取图像边缘 3.通过Sobel边缘检测算子提取图像边缘 -Prepared using vs08 a mfc-based image processing program, features include 1. Laplacian edge detection by extracting edge operator 2. By Robert Cro
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5816837
    • 提供者:zhengarean
  1. image

    0下载:
  2. 这是一个C#编写的图像处理程序,包含hough变换以及sobel,canny各种算子。-It is written in a C# image processing procedures, including hough transform and sobel, canny various operator.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:273628
    • 提供者:zhj
  1. DIP-ps

    0下载:
  2. 使用vs2010结合qt designer制作的图像处理软件,目前包含了灰度操作;直方图、通道图显示;实现了大津算法、最大熵算法和手动调整(单阈值、双阈值)的二值化操作;含几何操作;代数操作;使用卷积完成了roberts、sobel、prewitt三种算子的边缘检测,也可手动输入kernel;使用卷积完成了gaussian、median、mean三种算子的去噪功能,gaussian算子可手动输入sigma;同时采用workspace支持多文档打开,是一个photoshop的雏形。-Produce
  3. 所属分类:Special Effects

    • 发布日期:2017-05-31
    • 文件大小:13700030
    • 提供者:snowymo
  1. 20110506

    0下载:
  2. 主要分析几种应用于数字图像处理中的边缘检测算子,根据它们在实践中的应用结果进行研究,主要包括: Robert 边缘算子、Prewitt 边缘算子、Sobel 边缘算子、Kirsch 边缘算子以及Laplacian 算子等,根据实验处理结果讨论了 几种检测方法的优劣.-Analysis of several key used in digital image processing edge detection operator, according to their application
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:474957
    • 提供者:mimi
  1. edge-detec

    0下载:
  2. 所有边缘检测代码,sobel,roberts,拉普拉斯算子-All edge detection code, sobel, roberts, Laplacian
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-05
    • 文件大小:530
    • 提供者:xll77
  1. label

    0下载:
  2. 图像分割处理:Roberts,Sobel,LOG,Prewitt算子处理,街区距离方法,欧几里得距离方法,边缘提取,去噪-Image segmentation: Roberts, Sobel, LOG, Prewitt operator handling, block distance method, Euclidean distance method, edge detection, noise reduction
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:85232
    • 提供者:chuchu
  1. edgelena

    0下载:
  2. sobel canny等算子边缘检测 matlab程序-edge detection useing sobel canny and so on.matlab program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:47242
    • 提供者:gs
  1. Image-Process-operator

    0下载:
  2. 这是一篇介绍图像处理中各种边缘检测的微分算子简单比较(Sobel,Robert, Prewitt,Laplacian,Canny)的文章,对初学者非常有用。-This is a descr iption of various edge detection image processing of relatively simple differential operator (Sobel, Robert, Prewitt, Laplacian, Canny) of the article, ver
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:12689
    • 提供者:zhu bo
  1. OpenCV_Sobel_Lap

    0下载:
  2. Sobel,Canny,拉普拉斯算子在图像处理中的应用-the function of Sobel,Canny
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2435542
    • 提供者:谭玉梅
  1. EdgeCheck

    0下载:
  2. 用于对图像的边缘检测,可通过输入不同的参数采用sobel,prewitt,roberts,marr,canny等算子进行边缘检测。-Matlab code for edge detection,including sobel,prewitt,roberts,marr,canny s.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1573
    • 提供者:xuxiaping
  1. Edge-detection

    0下载:
  2. 采用Sobel算子实现图像的边沿检测,程序简单,可以调用Sobel等图像边沿检测算子。-Utilize Sobel algorithm to detect image edge.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:41411
    • 提供者:Yao
  1. EdgeContour

    0下载:
  2. 实现了多重边缘检测算法,如canny,sobel等算子-implemented some edge-detective
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2210790
    • 提供者:孟翱翔
  1. EdgeDetect

    0下载:
  2. canny和sobel边缘检测算子在matlab下进行边缘检测代码,并在参数方面做以优化-canny and sobel edge detection under matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:7926
    • 提供者:zrq
  1. SobelEdge_all

    0下载:
  2. 图像边缘检测(Sobel边缘算子),基于TMS320DM643平台,采用RF5框架,3个任务模块-The image edge detection (Sobel edge operator), based on TMS320DM643 platform, the RF5 framework, three task modules
  3. 所属分类:DSP program

    • 发布日期:2017-04-04
    • 文件大小:797597
    • 提供者:bys
  1. edge-detection

    0下载:
  2. 对bmp实现Roberts算子Sobel 边缘算子 Prewitt边缘算子Laplace算子Krisch算子 Canny算子-To realize the Roberts operator Sobel BMP edge operator Prewitt Laplace operator edge operator Krisch operator Canny operator
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3878411
    • 提供者:鸣沃火驱
« 1 2 ... 22 23 24 25 26 2728 29 30 31 »
搜珍网 www.dssz.com