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

搜索资源列表

  1. a

    0下载:
  2. 对高斯噪声和椒盐噪声图像的中值滤波,均值滤波,拉普拉斯算子检测边缘等-Gaussian noise and salt and pepper noise image median filter, mean filter, Laplacian edge detection, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1135
    • 提供者:
  1. FastLaplace

    0下载:
  2. 实现快速贝叶斯算法,先验超参数分布不再使用高斯函数而是用拉普拉斯函数代替-Fast Bayesian algorithm, a priori super-Gaussian parameter distribution is no longer used but with the Laplace function instead
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2959
    • 提供者:IVES
  1. Assignment2

    2下载:
  2. 表面平滑Mesh 拉普拉斯光顺 三角形网格 近似高斯曲率-Surface Quality and Smoothing 1.Computation of the uniform Laplacian operator and using it for smoothing (uniform Laplace smoothing) 2.Computation of the circum-radius to minimum edge length ratio to evaluate th
  3. 所属分类:OpenGL program

    • 发布日期:2015-11-21
    • 文件大小:7754752
    • 提供者:Oliver
  1. Image-processing-source-code

    1下载:
  2. 本软件大致具有以下功能: 1. 打开时显示特效 .无 .随机 .向下扫描 .垂直双重扫描 .向右移动 .水平双重移动 .垂直百叶窗 .水平百叶窗 .垂直栅条 .水平栅条 .马赛克 .雨滴 2. 对图像进行点运算 .灰度直方图 .灰度线性变换 .灰度非线性变换(对数变换) .灰度阈值变换 .灰度均衡 3. 对图像几何变换 .平移变换 .镜像变换 .缩放 .旋转 4. 图像增强 .简单平滑 .
  3. 所属分类:Special Effects

    • 发布日期:2017-05-31
    • 文件大小:12969327
    • 提供者:任朝阳
  1. edgecheck

    0下载:
  2. 边缘检测课设 包含 Kirsch算子 Prewitt算子 Sobel算子 Roberts算子 Gauss-Laplace高斯-拉普拉斯算子-edge check Kirsch Prewitt Sobel Roberts Gauss-Laplace
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3663778
    • 提供者:jack
  1. Pyramid

    0下载:
  2. Pyramid.zip包含 1、pyramid.fig界面 2、高斯金字塔通过GPReduce.m函数实现 拉普拉斯金字塔由GPExpand.m函数实现 3、用imshow()显示拉普拉斯金字塔时,如果图像矩阵数据类型为double,会显示为彩色;而通过uint8()将类型强制转换为8位无符号整数,图像显示就为黑白了。 4、采用256*256的lena彩色图像-Pyramid.zip coantain 1、pyramid.fig interface 2、implem
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:74642
    • 提供者:zbx
  1. BaTeWoSiDiTong

    0下载:
  2. 图像处理功能 包括 傅里叶变换 拉普拉斯变换 高斯处理 均值滤波-image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:4674
    • 提供者:张慕雪
  1. hm3_2

    0下载:
  2. (1)读取一幅图像,添加高斯、椒盐噪声,用邻域平均法、中值滤波法和K邻近平均法处理。 (2)读取一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。-1.read an image, add a Gaussian/salt or pepper noise, then process with the neighborhood average/median filtering or K N nearest average law method.Output p
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1190
    • 提供者:seasonflow
  1. Laplace-pyramid

    0下载:
  2. 拉普拉斯金字塔在图像融合中有所应用,方法是首先对两个待融合图像求拉普拉斯残差金字塔,然后用模板对每一级残差图像进行融合得到融合后图像的残差金字塔,然后对这个金字塔进行重构就能得到最终的融合图像,图像各尺度细节得到保留。(注:融合时模板一般会先用高斯函数模糊一下) 不过这里不实现融合,只实现拉普拉斯金字塔的建立。 -Laplace pyramid has applications in image fusion method is to first find two images to b
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:99685
    • 提供者:flyingeye10
  1. Laplacian-Gaussian-Model

    0下载:
  2. 文章介绍了一种基于拉普拉斯——高斯模型的语音端点检测算法!-This paper introduces a Laplace-based- voice endpoint detection algorithm Gaussian model!
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:353496
    • 提供者:tony
  1. Comparison-of-edge-detection-method

    0下载:
  2. 为了在实际应用中能够选择最佳的边缘检测方法,采用Matlab语言鳊程,将若干常用的边缘检测方法应用于花瓶边缘检测仿真实验.包括微分算子法(Robert算亍、Sobel算予、Prewitt算子和Kirseh算子)、高斯一拉普拉斯算子法、坎尼算子法、零交叉法和Frei—chen边缘检测法等,并进行了对比分析。-In practice, in order to be able to the best edge detection method using Matlab language bream
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:586317
    • 提供者:焦峰凯
  1. yuanma

    0下载:
  2. 利用高斯金字塔和拉普拉斯金字塔方法实现将两张图片融合-Using the gaussian pyramid and Laplacian pyramid method to incorporate two pictures
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:2937
    • 提供者:苏浩
  1. log

    0下载:
  2. 提出基于拉普拉斯高斯(Laplacian of Gaussian,LoG)算子边缘检测的全局二值化方法对其进行处理,该方法通过提取图像边缘部份的像素灰度获得图像二值化的阈值。处理结果表明,与传统的几种方法相比,该方法能够快速选取良好的二值化阈值,较好地区分目标和背景,在相当大模板宽度内图像二值化的结果都令人满意。-Is put forward based on the Laplacian of Gaussian (LoG) Laplacian of Gaussian, operator edge
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:2246
    • 提供者:庄勇
  1. helloGPGPU_GLSL-1.0.2

    0下载:
  2. 显示如何使用GPU进行通用计算,例子中使用GLSL实现高斯-拉普拉斯边缘检测算子-show how to use the GPU for general purpose computing, for example the use of GLSL achieve Gaussian- Laplace operator Edge Detection
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-30
    • 文件大小:8277
    • 提供者:he5045713
  1. LOG

    1下载:
  2. LOG滤波器,又名拉普拉斯高斯滤波,为提取图像边缘的滤波器。-LOG filter
  3. 所属分类:Special Effects

    • 发布日期:2016-08-07
    • 文件大小:50176
    • 提供者:唐江
  1. gaussian

    1下载:
  2. 基于matlab的高斯金字塔分解和拉普拉斯金字塔分解。之前的一些版本我都试过,只有这个可以用-gaussian pyr and laplacian pyr
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:120616
    • 提供者:lvss
  1. 数值分析 c语言代码库

    2下载:
  2. 数值分析 多种C算法代码库 1、离散傅立叶变换与反变换 2。四阶亚当姆斯预估计求解初值问题 3、几种常见随机数的产生 如求[a,b]上的均匀分布、 正态分布、 指数分布 、 拉普拉斯随机分布、瑞利分布、 韦伯分布、 泊松分布等 4、指数平滑法预测数据 5、四阶(定步长)龙格--库塔法求解微分初值问题 精度比欧拉方法高但是感觉依然不理想 6、改进的欧拉方法求解微分方程初值问题 感觉精度比较低 7、中心差分(矩形)公式求导 8、高斯10点法求积分 9、龙贝格法求积分
  3. 所属分类:其它程序

  1. graphic_filter

    0下载:
  2. 不使用OpenCV里面的库函数,手动实现均值滤波,高斯滤波Robert算子,Sobel算子和拉普拉斯算子锐化以及高提升滤波-Which do not use OpenCV library functions implemented manually mean filter, Gaussian Robert operator, Sobel operator and Laplacian sharpening filter and high lift
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2506236
    • 提供者:hambioverus
  1. BMP

    0下载:
  2. c图像处理,包括小波变换,高斯变换,滤波,边缘检测,旋转,平移,各算子:sobel,拉普拉斯-c image processing, including wavelet transform, Gauss conversion, filtering, edge detection, rotation, translation, each operator: sobel, Laplace etc.
  3. 所属分类:Other systems

    • 发布日期:2017-05-21
    • 文件大小:5944449
    • 提供者:ZHANG
  1. filter

    0下载:
  2. 这是若干种滤波程序,包括高斯滤波,拉普拉斯滤波,频域滤波等-this is a programme of several filters,including guass,laplace ,frequence and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2041
    • 提供者:许三多
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com