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

搜索资源列表

  1. 20061107094443510

    0下载:
  2. 包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,傅立叶变换,高斯平滑,灰度均衡,均值滤波,拉普拉斯锐化(边缘检测), 离散余弦变换,亮度增减,逆滤波处理,取对数,取指数,梯度锐化,图象处理,图像镜像, 图像平移,图像缩放,图像细化,图像旋转,维纳滤波处理,用Canny算子提取边缘,阈值变换,直方图均衡. -Including 256 colors to grayscale, Hough transform, image_j
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:25367
    • 提供者:李强强强
  1. MyDIP

    0下载:
  2. 用拉普拉斯算子对输入图像的锐化,并提供了测试图片。-With Laplacian sharpening of the input image and to provide a test picture.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-13
    • 文件大小:2950887
    • 提供者:quanshuiwusheng
  1. bianyuanjiance

    0下载:
  2. 这里包含了两个常用的边缘检测的源程序:拉普拉斯算子和Canny算子。-It includes both commonly used edge detection source: Laplacian and Canny operator.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:607835
    • 提供者:寒飒
  1. lpls

    0下载:
  2. 数字图像处理 拉普拉斯锐化(边缘检测)-Laplacian sharpening digital image processing (edge detection)
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1960446
    • 提供者:张标
  1. TemplateTrans

    0下载:
  2. 对图像进行锐化,平滑处理和彩色化。具体有中值滤波,拉普拉斯锐化等-Image sharpening, smoothing and color of treatment. Median filter has specific, such as Laplacian sharpening
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2164184
    • 提供者:张靖
  1. Morph

    0下载:
  2. 对图像进行锐化,平滑处理和彩色化。具体有中值滤波,拉普拉斯锐化等-Image sharpening, smoothing and color of treatment. Median filter has specific, such as Laplacian sharpening
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:84879
    • 提供者:张靖
  1. laplase

    0下载:
  2. 本程序用VC实现了良好的拉普拉斯边缘提取功能,由于模板系数选择合理,故效果不错。-This procedure used to achieve a good VC Laplacian edge detection function, a reasonable selection coefficient because of the template, so good results.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:48345
    • 提供者:lumaggie
  1. TemplateTrans

    0下载:
  2. 伪彩色编码,梯度锐化,拉普拉斯锐化,中值滤波等-Pseudo-color encoding, the gradient sharpening, such as Laplacian sharpening
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2193764
    • 提供者:周可
  1. PictureProcessing

    0下载:
  2. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:16281872
    • 提供者:周蓝
  1. TemplateTrans

    0下载:
  2. 图像增强的基本程序,包括图像平滑、中值滤波、梯度锐化、拉普拉斯锐化和伪彩色编码。-The basic image enhancement procedures, including image smoothing, median filter, sharpening the gradient, Laplacian and pseudo-color-coded sharpening.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2185101
    • 提供者:jiaojiao003
  1. Laplacianharpeningedgedetection

    0下载:
  2. 拉普拉斯锐化(边缘检测)源代码 数字图像-Laplacian sharpening (edge detection)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:175104
    • 提供者:
  1. ShuZiTuXiang

    0下载:
  2. 数字图像处理最基本的一些算法,包括图像的Hough变换.维纳滤波.拉普拉斯高斯边缘检测等,是txt格式的源文件。-Digital image processing some of the most basic algorithm, including the image of the Hough transform. Wiener filter. Laplacian of Gaussian edge detection and so on, are the source txt file for
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:21728
    • 提供者:kunlunshanjiao
  1. tx3d

    0下载:
  2. 用VC编写得灰度拉伸、拉普拉斯高斯边缘检测和图像的3D灰度显示得代码-VC with the preparation of a gray-scale stretch, Laplacian of Gaussian edge detection and 3D images show a gray code
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:3279
    • 提供者:bunny
  1. lplsrhs

    0下载:
  2. VC++中使用拉普拉斯边缘检测法对BMP位图进行锐化的实例包。VC++处理图像的时候会用到,锐化功能会使一幅图片的轮廓更清淅,看上去图片也就更清淅,但有时候锐化过多会使图像严重失真,这就要看锐化方法的不同了。 -VC++ in the use of Laplacian edge detection method for sharpening bitmap BMP examples package. VC++ to deal with images when used, will featur
  3. 所属分类:Graph program

    • 发布日期:2017-04-29
    • 文件大小:42483
    • 提供者:lijunhui
  1. lapulasiruihuas

    0下载:
  2. 拉普拉斯锐化(边缘锐化):对图像边缘进行拉普拉斯锐化-Laplacian sharpening (edge sharpening): Laplacian of the image edge sharpening
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:168700
    • 提供者:程磊
  1. tmOutLine

    0下载:
  2. 五种边缘检测算子的实现,函数具有很好的通用性,凡是能够得到只想图像像素区指针的情况都可以使用。 配合我上传的那个opentrim使用更好,这是一个bmp全色深操作类,里边还集成了一些其他的机器视觉算法。 对图像进行高斯——拉普拉斯算子的边缘检测 对图像进行拉普拉斯算子的边缘检测 对图像进行罗伯特交叉算子的边缘检测 对图像进行蒲瑞维特算子的边缘检测 对图像进行索贝尔算子的边缘检测-5 kinds of edge detection operator to achieve
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-13
    • 文件大小:1580
    • 提供者:尧思齐
  1. Laplacian_algorithm

    0下载:
  2. 数字图片处理技术,拉普拉斯算法技术应用,教你如何对图片进行处理-Digital image processing techniques, Laplacian algorithm technology, teach you how to deal with image
  3. 所属分类:Graph program

    • 发布日期:2017-05-12
    • 文件大小:2967929
    • 提供者:杨权新
  1. suanfa

    0下载:
  2. 图像算法 明亮度 对比度 Hough变换 图像增强技术 图像平移 图像旋转 图像的3D灰度显示 图像的反色 图像缩放 图像转置 图像镜像 拉普拉斯高斯边缘检测 显示浮雕文字效果 显示渐变色彩效果 浮雕技术 灰度均衡 灰度拉伸 维纳滤波处理 逆滤波处理 阈值变换 雕刻技术-Image brightness contrast algorithm Hough transform image enhancement te
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:25279
    • 提供者:warsour
  1. T65

    0下载:
  2. 图像处理之Laplacian 边缘检测与边缘增强 C代码实现-C
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:815
    • 提供者:zhiminwu
  1. lp-d-r

    0下载:
  2. 对任意一副灰度图像进行拉普拉斯金字塔分解。-For any gray-scale image of a Laplacian pyramid decomposition.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:356481
    • 提供者:韩玉兰
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 33 »
搜珍网 www.dssz.com