搜索资源列表

  1. GLPyramid2

    0下载:
  2. 多尺度图像技术指对图像采用多尺度的表达,并在不同尺度下分别进行处理,也称多分辨率技术 金字塔是一种有效的多尺度表达结构 构建高斯金字塔和拉普拉斯金字塔 高斯低通滤波器 对应高斯金字塔中相邻两层图像差的带通滤波器 -Multi-scale imaging technology refers to the image using multi-scale expression, and in different
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:Mingruixia
  1. lapulasi

    0下载:
  2. 利用Delphi6实现拉普拉斯高斯边缘检测算法-Delphi6 the realization of the use of Laplacian of Gaussian edge detection algorithm
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:1451008
    • 提供者:123123
  1. LRG51

    0下载:
  2. 实现两种锐化图像输出,要求采用两种梯度算子: (1)Sobel梯度算子(2)拉普拉斯算子:-The realization of two types of sharpening the image output request using two gradient operator: (1) Sobel gradient operator (2) Laplacian:
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:赵少敏
  1. lp

    0下载:
  2. 进行图像分解和图像融合的拉普拉斯金字塔matlab源程序-Image decomposition and the Laplacian pyramid image fusion matlab source
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:乐呵呵
  1. bianyuan_jiance_bijiao

    0下载:
  2. 用六种算子(分别是gabor、拉普拉斯、priwitt、robert、sobel、wallis),对三种图象进行边缘检测比较,强烈推荐哦,是本人的毕业设计中的关键程序-The six operators (respectively gabor, Laplace, priwitt, robert, sobel, wallis), images of three edge detection comparison, strongly rec
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:873472
    • 提供者:吴海峰
  1. BianYuanJianCe

    0下载:
  2. 用c#语言对拉普拉斯等各种边缘检测方法进行了实现-Using c# language on a variety of Laplacian edge detection method of implementation
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:1297408
    • 提供者:张冬冬
  1. pdesolve

    1下载:
  2. 偏微分方程数值解法的程序包,包括拉普拉斯方程、对流方程和扩散方程的各种解法-Numerical Solution of Partial Differential Equations package, including the Laplace equation, convection-diffusion equation equation and the various solution
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:92160
    • 提供者:何红亚
  1. laplacianpyramid

    0下载:
  2. 本程序实现了基于拉普拉斯金字塔的图像融合算法,效果还不错,可以参考一下。-This procedure based on the implementation of the Laplacian pyramid image fusion algorithm, the effect was not bad, you can reference.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:WSH
  1. laplacian

    1下载:
  2. 拉普拉斯边缘检测与图像增强,Matlab6.5实现的.m文件,附有原图、检测到的边缘图和增强后的图。-Laplacian edge detection and image enhancement, Matlab6.5 of implementation. M file, with image, detected and enhanced edge map after the map.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:216064
    • 提供者:张宇
  1. Image_processing_matlab

    0下载:
  2. 上课时做的matlab图像处理实验,包括卷积,拉普拉斯变换,罗伯特算子,种子算法,-Matlab class to do the image processing experiments, including convolution, Laplace transform, Robert operator, seed algorithm, and so on
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:245760
    • 提供者:张彩
  1. Laplacian_algorithm

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

    • 发布日期:2024-05-19
    • 文件大小:2967552
    • 提供者:杨权新
  1. 2009.0423

    0下载:
  2. 传统的边缘检测方法是对原始图像中像素的某小邻域来构造检测算子,它是采用锐化算子(如梯度算子、 拉普拉斯算子)进行的。图像的边缘检测是通过模板作为核与图像中的每一个像素点做卷积和运算,然后选取合适的阈值以提取边缘。-Traditional edge detection method is the original image in a pixel neighborhood operator to construct, it is a sh
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:刘卅
  1. LaplacianPyramid

    0下载:
  2. 拉普拉斯金字塔出来程序,在OpenCV开发环境下能实现多分辨率多多尺度的拉普拉斯金字塔的图像处理。-The programming can deal with Laplacian Pyramid. Firstly ,using Gaussian pyramid process image, then using Gabor deal with it.The effect is very good.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1756160
    • 提供者:胡小宁
  1. lplsrh

    0下载:
  2. 拉普拉斯锐化,是图像边缘检测算法之一,对图像处理效果,有作用。-Laplacian sharpening, edge detection algorithm is one of the effects of image processing, a role.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:160768
    • 提供者:Janny
  1. MatlabImageProcess

    0下载:
  2. Matlab写的图像处理中的基本算法包括直方图均衡化,拉普拉斯锐化,Sobel锐化,含GUI界面-Matlab Image Processing written by the basic algorithm, including histogram equalization, sharpening Laplace, Sobel sharpening, with GUI interface
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:张宏欣
  1. MATLABchengxu

    0下载:
  2. 这个源程序的主要功能是实现图像基于拉普拉斯金字塔的图像融合-The primary function of the source image is Laplacian pyramid-based image fusion
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:261120
    • 提供者:yizhifang
  1. filteringcollection

    0下载:
  2. Matlab图像滤波合集image filtering collection,包括:图像RGB空间滤波、维纳滤波、离散傅立叶变换、拉普拉斯滤波、中值滤波等等。-MATLAB image filtering collection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:24576
    • 提供者:youxia
  1. Iaplace

    0下载:
  2. 拉普拉斯变换在vs2005中实现的源代码-laplace transformation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:3919872
    • 提供者:顾婷婷
  1. ImagefusionOfLaplace

    0下载:
  2. 利用Laplace金子塔对图像进行融合,程序中给出了详细的高斯金子塔和拉普拉斯金子塔的实现方法,以及图像经金子塔变换后的融合算法-The use of Laplace Pyramid Fusion of images, the program gives a detailed Gaussian pyramid and Laplacian pyramid implementation methods, and the image tran
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:王文波
  1. laplace_pyramid

    0下载:
  2. 用拉普拉斯金字塔方法对DR图像进行对比度增强-laplace pyramid
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:3254272
    • 提供者:宋艳丽
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org