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

搜索资源列表

  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. 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. edge_detect

    0下载:
  2. 自己编的经典边缘检测和锐化算法,包含正交梯度法、Roberts梯度算子法、Prewitt梯度算子法、Sobel算子法、各向同性Sobel算子法;以及matlab自带工具箱相应算法的实现结果。希望对初学数字图像处理的朋友有帮助。-Their own series of classic edge detection and sharpening algorithms, including the orthogonal gradient method, Roberts gradient operato
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2352
    • 提供者:guerchengmin
  1. smooth

    0下载:
  2. 使用邻域平均法、中值滤波法、K邻近平均法进行平滑。 利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 -smooth and sharpen
  3. 所属分类:matlab

    • 发布日期:2017-05-25
    • 文件大小:8294206
    • 提供者:strong
  1. visual-detecting-for-PCB

    2下载:
  2. 用VC++视觉检测程序,可以打开PCB板的照片文件,对其进行编辑、点运算、几何变换、正交变换、图像增强、形态变换、边缘与轮 廓检测、图像分析与复原、图像编码等功能。其中点运算包括图像反色、线性变换、阀值变换等功能;边缘检测包括Robert算子、 Sobel算子、Gauss-Laplace算子等;正交变换包括傅里叶变换、离散余弦变换、沃尔什变换;图像编码包括哈弗曼编码表、香农弗 曼编码表、行程编码、LZW编码等。 对于研究电子封装技术,视觉检测及电机精确控制的同学
  3. 所属分类:Special Effects

    • 发布日期:2017-03-09
    • 文件大小:7317504
    • 提供者:luaiming
  1. redge-detection

    0下载:
  2. 用sobel算子和roberts算子对图像进行边缘检测并将两种结果进行比较-Roberts using sobel operator and operator of the image edge detection and compare the two results
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5494274
    • 提供者:冰凝雨
  1. EdgeContour

    0下载:
  2. 使用sobel算子实现对bmp图像的边缘检测 -sobel edge detection operator for image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2666004
    • 提供者:刘华伟
  1. EdgeContour

    0下载:
  2. 包涵sobel算子,Roberts算子,Prewitt算子,Krisch算子对图像边缘的检测 并有Hough变换,种子填充等-Bear with sobel operator, Roberts operator, Prewitt operator, Krisch operator for edge detection and a Hough transform, seed fill, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2658272
    • 提供者:刘华伟
  1. canny

    0下载:
  2. 用canny算法实现图像的边缘检测,其中使用5*5的高斯模糊,和3*3的sobel算子-Canny Edge Detector
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2633002
    • 提供者:黑白
  1. shuzituxiangchul

    0下载:
  2. 数字图像处理,设计并分别应用罗伯茨梯度、拉普拉斯算子、Sobel算子、Prewitt算子、Isotropic算子对图象进行锐化操作,达到图象锐化效果。-Digital image processing, design and application respectively, Laplace operator Roberts gradient, Sobel operator, Prewitt operator, Isotropic operators on image sharpen opera
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:404923
    • 提供者:媛媛
  1. Edeg-detction

    0下载:
  2. sobel算子c代码,成功实现。 功能肯定没有问题,可以直接使用-The sobel operator c code, successfully achieved. Function is certainly not the problem, can be used directly
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4725205
    • 提供者:刘晓
  1. image-engeneer.RAR

    0下载:
  2. 边缘检测为了克服接触式测量中的一些弊端,,结合了现代数字图像处理技术和视觉测量方法,采用了非接触式测量方法进行距离测量。建立了图像采集系统,运用Sobel算子对采集到的图像进行边缘检测,得到两边缘线之间的像素差值,并代人距离计算公式求得距离。-Edge Detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3097322
    • 提供者:aifei
  1. Cheng

    0下载:
  2. 数字图像处理的CDIB类的程序,主要有打开,新建、保存等基本操作,还有Sobel算子的边缘检测。-Digital image processing CDIB program, mainly to open, new, preservation of the basic operation, and the Sobel operator edge detection.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1992441
    • 提供者:ss
  1. Sobel-Process

    0下载:
  2. 索贝尔算子程序,可以对图像进行索贝尔算子处理。-Sobel process program, which can process using sobel method.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-10
    • 文件大小:17880494
    • 提供者:李明
  1. edge_dect

    0下载:
  2. 本程序目的是分别采用Roberts算子、Sobel算子、Prewitt算子、Kirsh算子(8方向)、拉普拉斯算子对2幅灰度图像进行边缘检测。其中,一幅图像边缘比较明显,另一幅则比较“平坦”。对这些方法给出简要评价。-The purpose of this program were to adopt Roberts operator, Sobel operator, Prewitt operator, Kirsh operator (8 directions), the Laplace oper
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:940
    • 提供者:Jingeliang17
  1. edge_test

    0下载:
  2. matlab做的图像边缘检测,包括各种方法,sobel算子,prewitt算子,canny算子,laplace算子等-matlab image edge detection, including a variety of methods, sobel operator, prewitt operator, canny operator, laplace operator
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:45414
    • 提供者:
  1. Cheng

    0下载:
  2. 边缘检测,主要有sobel算子、roberts算子、prewitt算子、laplacian算子、krisch算子等。-Edge detection, the main Sobel operator, Roberts operator, Prewitt operator, Laplacian operator, krisch operator.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1990719
    • 提供者:成成
  1. sobel_edge

    0下载:
  2. 利用sobel算子进行边缘检测,是一个c语言文件,希望大家喜欢-aljdas djsl LJDASL DKS qwdw kdad
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1916
    • 提供者:张晓彤
  1. Cell-recognition-of-the-statistical

    0下载:
  2. 细胞识别统计,包括腐蚀膨胀,SOBEL算子,灰度直方图等功能-Cell recognition of the statistical system
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-23
    • 文件大小:773414
    • 提供者:曹玦
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 32 »
搜珍网 www.dssz.com