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

搜索资源列表

  1. 数字图像处理alpha版

    6下载:
  2. 本软件是由作者经过数字图像处理课程的学习,采用vc++.net将其基本算法实现,其算法主要包括: 1.点运算(灰度直方图,直方图均衡处理,线性运算,二值化,灰度化等) 2.几何运算(旋转,放缩,镜像,平移) 3.几何空间增强(均值,中值滤波器,k近邻均值,中值滤波器,Roberts,sobel,priwitt,laplacian,wallis锐化算子等) 4.频率域增强(基2FFT进行空间域到频率域的转换,高斯,理想,巴特沃斯高低通滤波器) 5.形态学(膨胀,腐蚀,开,闭运算,边缘提取) 6.图
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:3416061
    • 提供者:王晗
  1. 图像处理22

    0下载:
  2. matlab的图像处理。图像编码(HUFFMAN编码)小波变换,1、 分别用sobel、Laplacian-Gaussian方法对一幅灰度图像进行边缘提取-Matlab image processing. Image Coding (HUFFMAN coding) wavelet transform, 1, respectively segmentation, Laplacian - Gaussian approach to a gray-scale image from the edge
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:6383
    • 提供者:陈大明
  1. 图形图象处理之边缘检测

    0下载:
  2. 这也是图形与图象处理中方面的---边缘检测;包括:Roberts边缘算子,Sobel边缘检测算子,Kirsch边缘检测算子,拉普拉斯算子,高斯拉普拉斯算子。-graphics and image processing -- the edge detection; : Roberts edge operator, Sobel edge detection operator, Kirsch edge detection operator, Laplacian, Gaussian Laplace op
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:206613
    • 提供者:王云华
  1. graph-roberts

    0下载:
  2. 本文介绍了边缘检测的基本概念.使用 VC实现了 Roberts算子、Prewitt算子、 Sobel算子和 Laplacian算子.实验分析了各个算子的边缘检测效果及抗噪能 力。-This paper introduces the edge detection of the underlying concepts. VC use the Roberts operator, Prewitt operator, Sobel operator and the Laplacian operat
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1051593
    • 提供者:zsc
  1. image_detection

    1下载:
  2. 图象边缘检测,包括传统经典算子:Sobel、Roberts、Prewitt、Laplacian及Canny算子-image edge detection, including traditional classics Operator : Sobel, Roberts, Prewitt, Laplacian and Canny operator
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:181101
    • 提供者:周健
  1. ANEWWAYOFImageFiltering

    0下载:
  2. To develop functional modules to process grayscale image intensity data. And perform Point and spatial operations. Uses Prewitt, Sobel, and Laplacian of Guassian Methods. And calculates their histograms.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1563
    • 提供者:阳关
  1. shiyan4

    0下载:
  2. 数字图像处理课程上机实验4_Matlab图像锐化-Sobel,Laplacian算子-Digital Image Processing courses on experiments 4_Matlab image sharpening-Sobel, Laplacian operator
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1376
    • 提供者:wanglong
  1. txrh

    1下载:
  2. 图像的锐化:使用Sobel,Laplacian,unsharp masking,high-boost filtering 算子分别对图像进行运算,观察并体会运算结果。-Image sharpening: Using Sobel, Laplacian, unsharp masking, high-boost filtering operator calculates each image, to observe and experience the result of the operation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:198649
    • 提供者:
  1. BCB-program17

    0下载:
  2. It is a BCB program to test digital image by sobel, Laplacian, smooth, line erosion and ridge_thinning method.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1980
    • 提供者:majoryang
  1. BCB-program18

    0下载:
  2. It is a BCB program to use smooth, sobel, laplacian, FMFED method to watch image result.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3181
    • 提供者:majoryang
  1. Sharpening-in-frequency-domain

    0下载:
  2. 频域锐化分析 使用Sobel,Laplacian算子分别对图进行运算-Sharpening frequency domain analysis using Sobel, Laplacian operator calculates FIG respectively
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:938
    • 提供者:zhangyank
  1. ijabr201605104_Aryan

    0下载:
  2. Edge detection is widely used in image processing, image recognition and computer vision. Tradition edge detection methods have a lot of disadvantages. This paper presents a new edge detection algorithm base on Matching Pursuit (MP). Our method h
  3. 所属分类:source in ebook

    • 发布日期:2017-05-07
    • 文件大小:1069378
    • 提供者:sacoura
  1. t_12

    0下载:
  2. 1、图像中值滤波实验 ①用imnoise函数在图像’lena.bmp’中值添加椒盐噪声,观测结果 ②用medfilt2函数对含噪声图像中值滤波。 2、使用fspecial函数生成均值、Prewitt、Sobel、Laplacian滤波模板,再用filter2函数对‘cameraman.tif’图像进行空域滤波,显示滤波结果。 3、设计高斯低通和高通频域滤波器,对‘phantom.bmp’图像进行频域滤波,显示滤波结果。然后改变滤波器截止频率,观察对结果的影响。 4、用i
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-05
    • 文件大小:116795
    • 提供者:郭亚周
  1. bianyuanchuli

    0下载:
  2. 基于opencv的sobel.laplacian.canny三种边缘处理的源代码-opencv sobel.laplacian.canny
  3. 所属分类:Special Effects

    • 发布日期:2017-12-12
    • 文件大小:675
    • 提供者:李小贤
  1. Win32api-riyh

    0下载:
  2. win32api程序,超经典,包括sobel,laplacian,hough等,内容丰富,-Win32api procedures, classic, including sobel, Laplacian, hough, rich in content,
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-13
    • 文件大小:162344
    • 提供者:sulitrwr
  1. bgs

    0下载:
  2. win32api程序,超经典,包括sobel,laplacian,hough等,内容丰富,(Win32api procedures, classic, including sobel, Laplacian, hough, rich in content,)
  3. 所属分类:文件操作

    • 发布日期:2017-12-23
    • 文件大小:161792
    • 提供者:qirmoar
  1. allzcvtejombination

    0下载:
  2. win32api程序,超经典,包括sobel,laplacian,hough等,内容丰富,(Win32api procedures, classic, including sobel, Laplacian, hough, rich in content,)
  3. 所属分类:组合框控件

    • 发布日期:2017-12-25
    • 文件大小:185344
    • 提供者:tpgaoy
  1. rcceptance

    0下载:
  2. win32api程序,超经典,包括sobel,laplacian,hough等,内容丰富,()
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:185344
    • 提供者:Bevmyvy
  1. 2189966

    0下载:
  2. win32api程序,超经典,包括sobel,laplacian,hough等,内容丰富,()
  3. 所属分类:网络编程

    • 发布日期:2018-04-29
    • 文件大小:161792
    • 提供者:Pcilapw
  1. opencv Laplacian滤波和Sobel滤波

    0下载:
  2. 通过opencv调用对图像使用Laplacian滤波和Sobel滤波
  3. 所属分类:OpenCV

« 1 23 4 5 6 »
搜珍网 www.dssz.com