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

搜索资源列表

  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

    0下载:
  2. 实现了Kirsch、Prewitt、Sobel、Gauss边缘提取算法,并根据MATLAB中的Canny算法实现了Canny算法,BianYuanJianCe.CPP中实现了背景提取。程序中图像的读取、存储用到了ImageMagick库,ImageMagick库的使用方法在ImageMagick.rar中有说明。-Achieved Kirsch, Prewitt, Sobel, Gauss edge detection algorithm and the Canny algorithm base
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12291700
    • 提供者:陈英滔
  1. matlabfile

    0下载:
  2. 利用sobel边缘检测算子实现图像边缘提取,方法简单-Edge detection using sobel operator of image edge extraction, simple
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:44855
    • 提供者:hanqitao
  1. deteccionbordessobel1

    0下载:
  2. Codigo que realiza la detección de bordes por sobel
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:535
    • 提供者:luis
  1. Example_6_Sobel

    0下载:
  2. 利用OpenCV实现的Sobel算子,能够对图像进行一定的处理效果。-An example of OpenCV to implement the Sobel algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-06
    • 文件大小:1415589
    • 提供者:晓强
  1. lv-bo

    1下载:
  2. 本例主要说明了空间域滤波与频域滤波的比较!在空间域中采用了Sobel掩膜对f滤波的结果与在频域中进行等价操作的结果!-This example illustrates the spatial filtering mainly with the comparison of frequency domain filtering! In the spatial domain using the Sobel filter mask on the results of f in the frequency
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:184643
    • 提供者:林彩
  1. a746e9b7ca3e

    0下载:
  2. edge detection including robert sobel operators
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1139158
    • 提供者:rosh
  1. edge-detec

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

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

    0下载:
  2. 各种边缘检测算子实现,包括sobel,prewitt,robert,marr(loG),canny算子,其中canny算子的实现采用了自己编制的算法-Implementation of various edge detection operators, including sobel, prewitt, robert, marr (loG), canny operator, which canny operator prepared to achieve their own algorithms
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:41259
    • 提供者:好时
  1. sobelPprewitt

    0下载:
  2. sobel和prewitt測邊的相關做法,sobel是一種high pass 處理,可將圖中的輪廓顯示出來-sobel edge measurement and prewitt related practices, sobel is a high pass processing, the outline of the figure can be displayed
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1067
    • 提供者:林怡潔
  1. Borda_Sobel

    0下载:
  2. Sobel Edge Detector
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:1046
    • 提供者:silva
  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. tuxiangyuchuli

    0下载:
  2. 图片的预处理 将图片读入之后 经过灰度处理 中值滤波(多次) sobel算子运算 二值化运算 最后做细化 处理 显示并保存 细化后的图象-Pretreatment of the picture after the picture to read through the gray scale median filter processing (multiple) sobel operator Binary operator to do the final thinning operation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:694
    • 提供者:阮建军
  1. canny_edge

    0下载:
  2. Cannv算子比Roberts算子、Sobel算子和Prewitt算子极小值算法的去噪能力都要强.能够在噪声和边缘检测间取得较好.能够检测到真正的弱边缘 但它也容易平滑掉一些边缘信息。 -canny edge
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1158
    • 提供者:星尘
  1. 3

    0下载:
  2. 用matlab或C编程实现Roberts算子和Sobel算子。选择一幅灰度图像,使用Roberts算子、Sobel算子计算梯度,给出斯锐化图象(注:不直接调用matlab的库函数) 4、分别采用灰度变换和直方图均衡化方法对下面的图像进行增强,改善图像效果 -English Version]
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:304516
    • 提供者:陈老师
  1. 45785290mvrn11

    0下载:
  2. sobel边缘检测,图像边缘检测,基本的图像边缘处理-sobel edge detection, edge detection, image edge processing of basic
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1844
    • 提供者:131313
  1. Test_CDib

    0下载:
  2. 实现sobel边缘检测,并且在实现sobel算法的细化-Achieve sobel edge detection, and in the refinement algorithm to achieve sobel
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4636310
    • 提供者:shengyepeng
  1. MYGUI

    0下载:
  2. 第一章作业: 用C语言或者VC,VB,Matlab或其他语言完 成如下实验: 1)打开一个BMP文件 2)将其局部区域的灰度值进行改变 3)另存为一个新的BMP文件 要求显示出原BMP图像和新BMP图像。 1。打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑。 2。打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 第五章作业 编写一个程序,对输入的图像进
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:6128
    • 提供者:杨智雄
  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 2 ... 35 36 37 38 39 4041 42 43 44 45 ... 50 »
搜珍网 www.dssz.com