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

搜索资源列表

  1. bfilter2

    0下载:
  2. 双边滤波器,可对二维甚至三维图像处理。 -Bilateral filter, two-dimensional and even three-dimensional image processing.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1674
    • 提供者:echo
  1. NEW-Bilateral-filtering

    0下载:
  2. 一种双边滤波器,去噪的同时保持图形边缘。-A bilateral filtering, denoising while preserving image edge.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:3348
    • 提供者:tang
  1. bifilter

    0下载:
  2. 这是一个双边滤波器的源程序,主要用于滤除图像噪声的同时,增强图像的边缘信息与细节,防止过平滑和模糊现象发生。-This is a bilateral filter program written by myself with MATLAB software, which has the capacity to reduce the noise data of an image and restrict the oversmooth phenomenon.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1835
    • 提供者:王刚
  1. Real-time-O(1)-Bilateral-Filtering

    0下载:
  2. 本代码是Real-time O(1) Bilateral Filtering,也就是常数时间复杂度的双边滤波器,它对于很多其他算法有着很大的作用。对应论文就是Real-time O(1) Bilateral Filtering。亲自编译运行通过-It is the C++ code of Real-time O(1) Bilateral Filtering, that is, constant time complexy bilateral filtering, it is vitally us
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:15719
    • 提供者:佩恩
  1. FastBilateralFilter

    1下载:
  2. 使用上升cos函数的快速双边滤波器,实现图像平滑的同时保持边缘,效果不错-Fast Bilateral Filter Using Raised Cosines
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:57284
    • 提供者:xxjj
  1. bilateral_filter

    0下载:
  2. 双边滤波器,一种经典的保边平滑滤波器,具有良好的去噪性能-Bilateral filter, a classic edge-preserving smoothing filter, has a good de-noising performance
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:546
    • 提供者:曾庆杰
  1. Bilateral-Filtering-aa-denoising

    0下载:
  2. 双边滤波器程序,该算法能够对图像进行降噪的同时很好的保留边缘信息,从而为后续的边缘特征点提取排除了噪声的干扰-Bilateral filter program, the algorithm can image noise reduction while well preserved edge information, so as to follow the edge of the feature point extraction rule out interference noise
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:119670
    • 提供者:sunming
  1. matlabfunction

    1下载:
  2. 求图像信息熵的函数,求图像联合信息熵的函数,求图像PSNR的函数,还有求图像平均梯度的函数,还有一个双边滤波器的程序。 以上四个都是图像客观质量评价指标-the function of computing entropy
  3. 所属分类:Other systems

    • 发布日期:2016-12-08
    • 文件大小:2048
    • 提供者:丁润庚
  1. 03.shuangbianlvbo_juyubeijing

    0下载:
  2. 弱小飞机目标检测,利用双边滤波器,将局部包含飞机目标的背景进行平滑处理,再利用获得的残差图像,得到飞机所处的具体方位。-Small aircraft target detection, the use of bilateral filter, the partial target aircraft contains background smoothing treatment, reuse residual image obtained to give the specific location
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:82056
    • 提供者:郭琳
  1. Matlab

    9下载:
  2. 我完成了修图软件中的三个基本功能,人像磨皮、白平衡调节和皮肤美白。人像磨皮使用双边滤波器完成,效果良好但运行速度慢。白平衡调节使用灰度世界算法来编写程序,可以自动调节偏色照片的白平衡,运行效果良好。皮肤美白使用优化的白平衡算法来对皮肤进行提亮处理,运行效果良好。其中,磨皮力度和美白力度可以通过滑块调节,方便使用。我还为该程序设计了一个简单的界面,并切加入丰富的色彩来吸引用户使用。程序中处理的照片可以自行选择,处理后的照片也可以直接保存。-I finished retouching softwar
  3. 所属分类:Special Effects

    • 发布日期:2016-03-19
    • 文件大小:2165760
    • 提供者:唐诗
  1. shuangbianfilter

    0下载:
  2. 双边滤波器去雾程序,一个非常好用的双边滤波器,直接可以应用,作者自己编写。-(He Kai Ming Single Image Removal Haze is the Using the Dark Channel paper, ppt and the matlab code, it is
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1483
    • 提供者:liuzhe
  1. FastBilateralFilter

    0下载:
  2. 快速双边滤波器,对双边滤波器进行的改进,可以使用,对写论文的同学会有些帮助,可以参考看一下。-Rapid bilateral filter, to the improvement of bilateral filter, can be used, to write a paper of homecoming some help, you can refer to see.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:58172
    • 提供者:余康为
  1. Bilateral-Filtering

    0下载:
  2. 双边滤波器,一种可以保边去噪的滤波器,滤波器是由两个函数构成。一个函数是由几何空间距离决定滤波器系数。另一个由像素差值决定滤波器系数-Bilateral filter, a way to protect the edge denoising filter, the filter is constituted by two functions. A function is decided by the geometric spatial distance filter coefficients.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:119676
    • 提供者:ls
  1. DOUBLEFilter

    0下载:
  2. 基于matlab的双边滤波器图像去雾算法,包含源程序和测试图-Bilateral filter algorithm matlab-based image defogging, including source code and test pattern
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-29
    • 文件大小:151838
    • 提供者:王秀娟
  1. MyStdBF

    0下载:
  2. 在matlab环境下用C语言实现双边滤波器,并对图像进行双边滤波处理-In the matlab environment to achieve a bilateral filter with C language, images and bilateral filtering process
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:618100
    • 提供者:刘不凡
  1. PID代码

    3下载:
  2. “Progressive Image Denoising”文章的matlab代码,通过双边滤波器逐次降低图像尺度,在不同尺度上进度去噪滤波。
  3. 所属分类:2D图形编程

    • 发布日期:2016-06-04
    • 文件大小:13323
    • 提供者:nyhaitao
  1. [1998]-Bilateral-Filtering

    0下载:
  2. 经典的英语介绍双边滤波器,可下载的仔细研究,很多网上的介绍-Classic English article introduces bilateral filter, downloadable careful study, the introduction of a lot of online
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1018157
    • 提供者:wyzhao
  1. bilateral-filter

    0下载:
  2. 何凯明经典去雾算法,基于暗原色先验,初步估计透射率,恢复图像,双边滤波器滤波- U4F55 u51EF u660E u7ECF u5178 u53BB u96FE u7B97 u6CD5
  3. 所属分类:Other systems

    • 发布日期:2017-12-14
    • 文件大小:35094
    • 提供者:卢一帆
  1. ShowPicture

    0下载:
  2. 我完成了修图软件中的三个基本功能,人像磨皮、白平衡调节和皮肤美白。人像磨皮使用双边滤波器完成,效果良好但运行速度慢。白平衡调节使用灰度世界算法来编写程序,可以自动调节偏色照片的白平衡,运行效果良好。皮肤美白使用优化的白平衡算法来对皮肤进行提亮处理,运行效果良好。其中,磨皮力度和美白力度可以通过滑块调节,方便使用。我还为该程序设计了一个简单的界面,并切加入丰富的色彩来吸引用户使用。程序中处理的照片可以自行选择,处理后的照片也可以直接保存。(I finished retouching softwar
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:22528
    • 提供者:Looopc
  1. 水下图像去雾与增强

    3下载:
  2. 这篇论文提出了一种较好的水下图像增强的方法。首先使用经过端到端训练的卷积神经网络去测量输入图片,同时以自适应双边滤波器对传输图片进行处理。接着提出一种基于白平衡的策略来消除图片的颜色偏差,用拉普拉斯金字塔融合获得无雾和色彩校正图像的融合结果。 最后,输出图像被转换为混合小波和方向滤波器组(HWD)域,用于去噪和边缘增强。 实验结果表明,该方法可以消除颜色失真,提高水下图像的清晰度。(This paper proposes a better underwater image enhancement
  3. 所属分类:图形图象

    • 发布日期:2020-03-18
    • 文件大小:37983232
    • 提供者:凫枭
« 1 2 34 »
搜珍网 www.dssz.com