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

搜索资源列表

  1. BILATERAL_FILTER

    0下载:
  2. 双边滤波器,C++编写的。可用于3D数据的去噪-Bilateral filter, C++ written. 3D data can be used for denoising
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:32476
    • 提供者:黄锦芳
  1. Bilateral_filter

    0下载:
  2. C++ 实现快速双边滤波器和快速交叉双边滤波器-C++ for fast bilateral filter and fast cross-bilateral filter
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:65910
    • 提供者:xsjiang
  1. BilateralFilter

    0下载:
  2. bilateral filter 代码 对彩色图像进行处理-bilateral filter code
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:228440
    • 提供者:play0nline
  1. nlfilter

    1下载:
  2. 这是实现双边滤波器的一种算法,它是调用系统的nlfilter函数进行滑动窗口的滤波-This is to achieve a bilateral filter algorithm, which is called the system nlfilter sliding window filter function
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1202
    • 提供者:赵齐昆
  1. bFilter

    1下载:
  2. 经过改进的快速的双边滤波器算法,主要是先下采样,然后进行滤波,最后再进行上采样-Improved bilateral rapid filter algorithm is the first major down-sampling, and then filtered, and finally to the sampling
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:1785
    • 提供者:赵齐昆
  1. TestJpg

    0下载:
  2. 这是一个基于qT开发的图像读取、显示、高斯加噪声、双边滤波的小软件-This is a based on the qT development of image reading, display, gaussian noise adding, bilateral filter of small software
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-12
    • 文件大小:2000029
    • 提供者:YMANGLJ
  1. MATLAB

    1下载:
  2. 本算法先将彩色图像变换成灰度图像,在进行基于区域生长法进行图像分割-It segmented image with region growing. Then local adaptation luminance was computed via region-based bilateral filter. It outputted low dynamic range images in conjunction with tone mapping operator.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-06-02
    • 文件大小:1090
    • 提供者:李丰
  1. IME

    0下载:
  2. It is a source code used to do image retexturing using bilateral filter. It provides GUI to do various functions to change the effect of image retexturing. You can save the retextured image by using this source code also.
  3. 所属分类:Graph program

    • 发布日期:2017-06-15
    • 文件大小:22798664
    • 提供者:san
  1. MATLAB

    0下载:
  2. MATLAB雙向濾波器的原始碼,考慮空間和強度兩個區域-bilateral filter source code
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:167363
    • 提供者:mark
  1. scalebilateral

    0下载:
  2. 双边滤波器,一款较好的滤波器,能增强图像的边缘信息-Bilateral filter, a good filter can enhance the image of the edge information
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1230
    • 提供者:fir
  1. admin-10215746329

    0下载:
  2. 主要是讲述了怎样利用双边滤波器来实时的去除高光。-About how to use the bilateral filter in real time to remove high light
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5892108
    • 提供者:杨宗瑞
  1. bilateral_filter

    0下载:
  2. 双边滤波器,是一种可以保边去噪的滤波器,好处是可以做边缘保存-bilateral filter
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:614
    • 提供者:xie
  1. filters-compare

    0下载:
  2. 装载一张图像,使用4种不同滤波器 (见原理部分) 并显示平滑图像 -Load an image, use four different filters (average filter, median filter, gaussian filter, bilateral filter), and display the smooth image
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:2956356
    • 提供者:
  1. BLFilter

    0下载:
  2. 我用C#实现的一个双边滤波器,使用unsafe代码,用指针获取像素。-I use C# to achieve a bilateral filter, use unsafe code to get pixel pointer.
  3. 所属分类:CSharp

    • 发布日期:2017-11-17
    • 文件大小:72263
    • 提供者:高海
  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. mybilateral

    0下载:
  2. 经典的双边滤波程序,可以设置2个参数的大小,保边去噪效果好 PS: 比一般改进型双边滤波器要好。-Classic bilateral filtering program, you can set the size of two parameters, edge-preserving denoising effect PS: better than generally improved bilateral filter.
  3. 所属分类:Graph program

    • 发布日期:2017-12-06
    • 文件大小:1077
    • 提供者:DAVE SHEN
  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. Fast Bilateral Filter

    0下载:
  2. FastBilateralFilter.zip
  3. 所属分类:matlab例程

    • 发布日期:2012-12-25
    • 文件大小:8806
    • 提供者:coolhandy
  1. joint-bilateral-filtering

    1下载:
  2. 双边滤波和联合双边滤波源代码,是一种可以保边去噪的滤波器,可以用于图像处理的很多方面。-Bilateral Filtering and joint bilateral filtering source code, is an edge-preserving denoising filter can be used in many aspects of image processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:4069
    • 提供者:胡玲玲
  1. example

    0下载:
  2. 使用C++和CUDA编写的双边滤波器。在平滑图像的同时可以保持边界-Using bilateral filter the C++ and CUDA written. Boundary can be kept in the smooth image while
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-25
    • 文件大小:14594
    • 提供者:马际洲
« 1 2 3 45 6 7 8 »
搜珍网 www.dssz.com