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

搜索资源列表

  1. sobel算子的matlab实现

    0下载:
  2. sobel算子的matlab实现
  3. 所属分类:图形图象

    • 发布日期:2010-01-15
    • 文件大小:843
    • 提供者:anroyun
  1. sobel算子 canny算子图像边缘检测程序

    2下载:
  2. sobel算子 canny算子图像边缘检测程序
  3. 所属分类:2D图形编程

    • 发布日期:2010-11-06
    • 文件大小:323
    • 提供者:xzwlww
  1. sobel算子边缘检测

    0下载:
  2. 图像边缘检测的sobel算子VC++实现
  3. 所属分类:图形图象

    • 发布日期:2010-11-25
    • 文件大小:1415
    • 提供者:zghnlsj
  1. 利用sobel算子和霍夫变换求出图像的边缘

    0下载:
  2. 利用sobel算子和霍夫变换求出图像的边缘,并计算图像边缘间距离,采用matlab处理,matlab
  3. 所属分类:matlab例程

    • 发布日期:2012-08-23
    • 文件大小:6675
    • 提供者:libin
  1. sobelEdgeDetection.rar

    1下载:
  2. Sobel算子边缘增强算法,利用梯度下降原理边缘化图象,Sobel operator enhancement algorithms, using gradient descent principle marginalized image
  3. 所属分类:Special Effects

    • 发布日期:2015-06-18
    • 文件大小:878
    • 提供者:江边漫步
  1. Smoothed_Sobel_Gradient

    0下载:
  2. Sobel算子是图像处理中的算子之一,主要用作边缘检测。本程序使用Sobel算子检测图像边缘信息-Sobel operator is the image processing operator, one is mainly used for edge detection. This procedure using Sobel edge detection operator information
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:88559
    • 提供者:shen hong
  1. EdgeContour

    0下载:
  2. VC数字图像处理典型算法及实现,完整的源码,主要算法有:Robert 算子,Sobel 算子,Prewitt 算子,Kirsch 算子,Gauss-Laplace 算子实现边缘检测 Hough变换,轮廓提取,轮廓跟踪-VC typical digital image processing algorithm and the realization of the complete source code, the main algorithm are: Robert operator,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3987811
    • 提供者:lgy
  1. sharpen

    0下载:
  2. 数字图像处理中的平滑和锐化(边缘检测)。包括1、添加椒盐、高斯噪声。2对噪声污染的图像分别使用邻域平均法、中值滤波法、K邻近平均法进行平滑。3对一幅图像利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。附处理源图像和处理结果截图。 -Digital image processing smoothing and sharpening (edge detection). Including 1, add salt and pepper, Gaussian noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:281805
    • 提供者:刘雨相
  1. SHARP

    1下载:
  2. 锐化处理技术来加强图像的目标边界和图像细节,对图像进行梯度算子、拉普拉斯算子、Sobel算子设计,使图像的某些特征(如边缘、轮廓等)得以进一步的增强及突出-Sharpen the image processing techniques to enhance the objectives of the border and image detail, image gradient operator, Laplacian, Sobel operator design, some features o
  3. 所属分类:Special Effects

    • 发布日期:2015-06-18
    • 文件大小:1756
    • 提供者:顾艳华
  1. sobel

    1下载:
  2. Sobel算子进行图像边缘检测的DSP实现,其中还附带了实验说明,及其报告,在DSP6713上,打开就可以实现。-sobel dsp6713
  3. 所属分类:其他小程序

    • 发布日期:2013-05-15
    • 文件大小:1097005
    • 提供者:朱清坤
  1. sobel

    0下载:
  2. c++图像边缘检测-sobel算子实现的边缘检测-c++ image edge detection sobel operator to achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:2165
    • 提供者:朱俊
  1. edgedetect

    0下载:
  2. 边缘检测VC实现了 Roberts算子、 Sobel算子和 Laplacian算子.实验分析了各个算子的边缘检测-edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:11013
    • 提供者:刘则是
  1. edge_detector

    0下载:
  2. Roberts算子,Prewitt算子,Sobel算子,Marr算子,Canny算子之一对输入图像 实现边缘检测,输出边缘图像并与matlab自带函数实现进行对比-Roberts operator, Prewitt operator, Sobel operator, Marr operator, Canny operator to achieve one of the input image edge detection, the output edge image and bring th
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3926
    • 提供者:hq
  1. sobel

    1下载:
  2. sobel算子的C++实现 使用opencv-sobel operator C++ achieve using opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:863
    • 提供者:cdb
  1. ImageProcessing

    0下载:
  2. 大概包括:左右、上下、中心对称,中值滤波,平移、裁剪、二值处理、膨胀、腐蚀、提取边界、缩放、旋转(中心保持不变和中心随旋转变化)、加权平均滤波(里面将四邻域、八邻域、laplace、sobel算子定义为数组并调用)。-Perhaps include: around from top to bottom, the center symmetry, median filter, pan, cutting, deal with two values, expansion, corrosion, ext
  3. 所属分类:Special Effects

    • 发布日期:2017-06-17
    • 文件大小:26996035
    • 提供者:王敬
  1. edgeDetection

    0下载:
  2. 本程序实现边缘检测,并可通过设置阀值t二值化输出图像,选择类型设置检测算子(Roberts , sobel , sobel_diagonal ,sobel算子, Prewit ,canny , LoG )。-Edge detection of the program, and by setting the threshold t of the output binary image, select the type of operator settings (Roberts' , '
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:24226
    • 提供者:cui ju
  1. code1

    0下载:
  2. sobel算子的描述把梯度值和阈值比较 ,大于T的把图像的灰度变为255小于T的把图像的灰度变为0-sobel
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:2742
    • 提供者:search
  1. sobel

    0下载:
  2. sobel算子 自己编的函数 不是运用的库函数 非常有用 尤其对刚学习图像边缘提取的-sobel operator is not a function of own use of the library function is very useful especially for just learning of image edge extraction
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:3467
    • 提供者:石头
  1. sobel

    0下载:
  2. sobel算子边缘检测,matlab源程序。(sobel aaaaaaaaaaaaaaaaaaa)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:18432
    • 提供者:keerpt
  1. GSobel

    0下载:
  2. 在MATLAB平台下运行,边缘检测算法sobel算子(Under the MATLAB platform, the edge detection algorithm sobel operato)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:fsy591236146
« 12 3 4 5 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com