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

搜索资源列表

  1. Bilateral-Filtering

    1下载:
  2. 提出利用双边滤波方法去除图像噪声与保持边缘,非常经典的一篇文献,做图像去噪,重建等工作的都可以参考。-Proposed the use of bilateral filtering to remove image noise and to keep the edge of a very classic literature, do image denoising, reconstruction work can refer to.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1238862
    • 提供者:张毅
  1. Bilateral-Mesh-Denoising

    0下载:
  2. 双边滤波噪声剔除的方法,该方法既可以剔除噪声又能保持体积不变。-Bilateral filtering method of noise rejection, the method is either removing the noise while maintaining constant volume.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:3844794
    • 提供者:周保兴
  1. BF

    0下载:
  2. c语言编程实现的双边滤波器,使用值域滤波的方法加速-bilateral filter c programming language, using the value range filtering accelerate
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:8556140
    • 提供者:huangyuan
  1. Codes

    0下载:
  2. 双边滤波能够去除乘性噪声的同时,保持边缘。但是双边滤波的参数配置比较困难,该代码给出了一个快速高效的参数配置方法。-bilateral filter can denoising while prevesing edges. but parameters configuration is difficulty.the codes gives a new method to config the parameters。
  3. 所属分类:Special Effects

    • 发布日期:2017-11-28
    • 文件大小:32535
    • 提供者:lijincai
  1. ]image-filtering

    0下载:
  2. 实现图像的滤波 功能 是改进的双边滤波方法 可以更有效的实现边缘提取-]image filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:331194
    • 提供者:chenming
  1. light_preprocess

    0下载:
  2. 该代码是对人脸进行光照处理,先进行gamma变换,然后进行Dog双边滤波,然后进行灰度亮度的均衡。该方法能够有效提高光照变化的情况下的系统识别性能-The code is the human face of light treatment, the first for gamma conversion, and then Dog bilateral filtering, then the brightness of the gray balance. The method can effecti
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3599530
    • 提供者:mr.li
  1. paper1

    0下载:
  2. 基于双边滤波的主动轮廓模型细胞图像分割方法研究-Research on segmentation of active contour model for cell image based on bilateral filtering
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:217053
    • 提供者:li
  1. Bilateral-Filtering

    0下载:
  2. 双边滤波(Bilateral filter)是一种非线性的滤波方法,是结合图像的空间邻近度和像素值相似度的一种折衷处理,同时考虑空域信息和灰度相似性,达到保边去噪的目的。具有简单、非迭代、局部的特点。
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:124957
    • 提供者:yukate
  1. guidaoshuangbianlvbo

    0下载:
  2. 该源码实现读入一幅图像并通过创建滑块调整参数的方法对图像进行双边滤波,效果明显,可以直接编译。-The source code to achieve read in an image and by creating a slider to adjust the parameter method for bilateral filtering, obvious effect, can be directly compiled.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:1172
    • 提供者:宁双宁
  1. Fast-O(1)Bilateral-Filter

    0下载:
  2. Fast O(1)双边滤波算法,由三角函数逼近方法实现非迭代算法,计算量不再受滤波窗口大小影响,只与图像大小有关,适合改进为GPU执行的并行算法(此函数还包含一个递归高斯算法)-Fast O (1) bilateral filtering algorithm, approximation by a trigonometric method to achieve non-iterative algorithm to calculate the amount of the filter window
  3. 所属分类:OpenCV

    • 发布日期:2017-05-01
    • 文件大小:70275
    • 提供者:xiaofeifu
  1. ImageFiltering

    0下载:
  2. 程序用运方框滤波,均值滤波,高斯滤波,中值滤波,双边滤波5种方法对图像进行处理-Op program block filtering, mean filtering, Gaussian filtering, median filtering, bilateral filtering five methods for image processing
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1831
    • 提供者:yl
  1. tufenge

    0下载:
  2. 图像分割用各种方法例如,水平集方法,双边滤波,活动轮廓模型(Various methods for image segmentation, such as level set method, bilateral filtering, active contour model)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-28
    • 文件大小:100352
    • 提供者:嘟嘟u
  1. 双边滤波去雾代码

    1下载:
  2. 将滤波函数进行改进,采用双边滤波的方法去雾,虽然处理的时长变长,但是效果不错。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2020-07-01
    • 文件大小:102177
    • 提供者:s913922687
  1. 双边滤波方法

    0下载:
  2. 双边滤波,使用matlab编程实现,对boy_noisy.gif;Circuit_noise.jpg;california_22_13.bmp进行实验。启动 bilateral_gray文件,输入模板半径默认为5;输入空间相似度和范围相似度。(Bilateral filtering is realized by MATLAB programming_ noisy.gif,Circuit_ noise.jpg ,california_ 22_ 13.BMP. Start bilateral_ Gr
  3. 所属分类:Windows编程

    • 发布日期:2020-10-20
    • 文件大小:660480
    • 提供者:l看看看
搜珍网 www.dssz.com