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

搜索资源列表

  1. Edge-Color

    0下载:
  2. 各种边缘检测程序,包括2Sobel算子边缘检测, Prewitt算子边缘检测,Roberts算子边缘检测, Laplace算子边缘检测,Canny算子边缘检测 -Edge Color
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:306975
    • 提供者:liji
  1. ImageProcessSys

    0下载:
  2. 含有了图像处理中一些经典和常用的图像处理算法,如:灰度图像处理,图像增强,图像变换,形态学图像处理。其中灰度图像处理包含三个算法:彩色图转灰度图,灰度图直方图,直方图均衡化;图像增强含有:增加椒盐噪声,中值滤波,sobel算子边缘提取(水平方向和垂直方向一起考虑),laplace算子边缘提取,模糊,锐化;图像变换含有:haar小波变换,RGB转HSV颜色空间。形态学图像处理含腐蚀,膨胀,开操作,闭操作。-Contains some of the classic image processing
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:317661
    • 提供者:孙亚新
  1. ruihua

    3下载:
  2. 图像的几种锐化处理,包括sobel算子,roberts梯度法和laplace算子锐化。并且将四种图像放在一起形成对比。-Several image sharpening, including sobel operator, roberts gradient and laplace operator sharpening. And will contrast the four images together.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:74977
    • 提供者:o璐璐
  1. Laplace-operator-filtering

    0下载:
  2. 原图像预处理,读入黑白图片并确定长和宽 拉普拉斯变换预处理,定义镜框矩阵和输出矩阵 拉普拉斯运算的三个矩阵 原图像矩阵处理,做一个“像框” 用拉普拉斯算子进行滤波 设定阈值,将图像二值化-The original image preprocessing, read black and white picture and determine the length and width of the Laplace transform pre-defined frame matrix and ou
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:1144
    • 提供者:张庆梅
  1. image_enhancement

    1下载:
  2. (1)获得图象的直方图,将其均衡化,显示灰度变换函数及图象效果; (2)分别用梯度法、拉氏算子、Sobel算子以及中值过滤等方法对图象进行增强,并对增强效果进行比较; (3)用钝化算子、高频提升、内查、外推等方法对图象进行增强。 (4)用Matlab工具进行彩色图象增强方法和彩色图象处理方法的实验-(1) to obtain images of the histogram equalization to show gray-scale transformation function
  3. 所属分类:Special Effects

    • 发布日期:2016-01-27
    • 文件大小:208471
    • 提供者:杨怡
  1. EdgeContour

    0下载:
  2. BMP图片边缘检测(包括Robert,Sobel,Prewitt,Kisch和Gauss-Laplace算子)与轮廓提取。此外,还有Hough变换,种子填充,轮廓跟踪等算法的实现方法。注意,BMP图片的需是256色以下。-BMP image edge contour (including Robert, Sobel, Prewitt, Kisch and Gauss-Laplace operator) and the contour extraction. In addition, Hough
  3. 所属分类:Graph program

    • 发布日期:2017-05-11
    • 文件大小:2139834
    • 提供者:David
  1. Text2

    0下载:
  2. 视频运动目标边缘检测及分割用 laplace算子来实现-video motion target edge detection and devide
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:919
    • 提供者:陈路路
  1. leogic

    0下载:
  2. 一、图像边缘检测里边包含3个程序: 1.边缘检测程序,包括robert 算子,sobel 算子,prewitt算子,gauss-laplace算子 2.hough变换检测直线 3.轮廓提取程序 二、图像配准程序 包括1个程序 三、图像复原程序 里边重点实现了由运动模糊造成的图像复原的算法。 上传作者简介:图像处理专业博士研究生。 恳请版主批准同意。谢谢!-edge detection image contour extraction hough tr
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:2663645
    • 提供者:leogic
  1. Harris

    1下载:
  2. 程序包含三个点特征提取算子: 1.Forstner点特征提取 2.Harris点特征提取经典算法 3.Harris点特征提取改进算法 利用vc++编程实现,对三种方法提取结果进行比较-Procedures for feature extraction of three-point operator: 1.Forstner point feature extraction feature extraction 2.Harris point 3.Harris point classi
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:4003401
    • 提供者:feitian
  1. edgedetect

    0下载:
  2. 基于遗传算法的图像边缘检测算法,与Robert算子、bobel算子、prewitt算子、kirsch算子、gauss-laplace算子的结果进行了对比。-Based on genetic algorithm for image edge detection algorithm, with Robert operator, bobel operator, prewitt operator, kirsch operator, gauss-laplace operator of the result
  3. 所属分类:Graph program

    • 发布日期:2017-05-12
    • 文件大小:3034979
    • 提供者:duyaqin
  1. ImageProcessIEPlus

    0下载:
  2. IE插件,将网页图片做边缘处理,算法使用Laplace算子和Canny算子,对于BHO参考具有很好价值,有详细说明文档。-IE plug-in, so the edge of the page image processing algorithm using Laplace operator and Canny operator, has a good reference value for the BHO, a detailed documentation.
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-05-13
    • 文件大小:3378027
    • 提供者:
  1. EdgeContourbyK

    0下载:
  2. 多种边缘检测算子,如sobel算子,Prewitt算子,Robert算子,Laplace算子等,可以检测出图像的轮廓。-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2296202
    • 提供者:fredd
  1. CannyAndAllOtherCalculatingOperators

    0下载:
  2. 图像处理,位图边缘检测,各种算子集合,用于视频截图处理,Canny算子,Prewitt算子,Laplace算子-Image processing, edge detection bitmap, all the subset operator
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:7905085
    • 提供者:zmm
  1. LaplaceFilter

    1下载:
  2. 采用laplace算子点云滤波 采用laplace算子点云滤波-use laplace to filter point cloud data use laplace to filter point cloud data
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6153
    • 提供者:孙正林
  1. mymfc

    0下载:
  2. 用OPENCV实现的Canny算子,Sobel算子,Laplace算子,简单不带尺度模糊,简单模糊,中值滤波,高斯滤波,双向滤波滤的示例程序。-OPENCV achieved by Canny operator, Sobel operator, Laplace operator, simple and without dimension fuzzy, simple fuzzy, median filtering, Gaussian filtering, two-way filter filter
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:11459523
    • 提供者:吴敬鑫
  1. Place

    0下载:
  2. delphi图像边缘检测算法之Laplace算子-delphi image edge detection algorithm of the Laplace operator
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:733
    • 提供者:hui
  1. visual-detecting-for-PCB

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

    • 发布日期:2017-03-09
    • 文件大小:7317504
    • 提供者:luaiming
  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. 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. smth-and-sharpen

    0下载:
  2. 图像锐化:梯度算子、Roberts算子、Sobel算子边缘检测处理和Laplace算子边缘增强处理,使图像的某些特征(如边缘、轮廓等)得以进一步的增强及突出。 图像平滑主要目的是减少噪声对图像的影响。平滑线性滤波和中值滤波两种。-Image Sharpening: gradient operator, Roberts operator, Sobel operator edge detection processing, and the Laplace operator edge enhanc
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:98391
    • 提供者:汪晨
« 1 23 4 5 6 7 8 »
搜珍网 www.dssz.com