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

搜索资源列表

  1. important-codes

    0下载:
  2. in-painting, graph-cut, bilateral filtering on images,有注释,测试用例,函数-in-painting, graph-cut, bilateral filtering on images
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:18434
    • 提供者:wang
  1. OC_2010_fusion

    0下载:
  2. Multi-focus image fusion using a bilateral gradient-based sharpness criterion的算法源代码-Source code of paper "Multi-focus image fusion using a bilateral gradient-based sharpness criterion"
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:653361
    • 提供者:wangyu
  1. 1matlab

    0下载:
  2. 用双边滤波实现图像的融合,把一个人脸上的妆融合到另一个人脸上(不是很完美,功能基本实现)-Image fusion using bilateral filtering, put a person on the face makeup into another face.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1121985
    • 提供者:洋洋
  1. bilateral

    0下载:
  2. canny算子边缘检测源码,用matlab实现,如果需要,请及时下载-canny edge detection source, using matlab to achieve, if you need, please download
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3147282
    • 提供者:张飞
  1. Kernel-Regression-for-Image-Processing

    0下载:
  2. In this paper, we make contact with the field of nonparametric statistics and present a development and generalization of tools and results for use in image processing and reconstruction. In particular, we adapt and expand kernel regression ide
  3. 所属分类:Development Research

    • 发布日期:2017-05-26
    • 文件大小:9319531
    • 提供者:ionutmirel
  1. bfilter2

    0下载:
  2. BFILTER2 Two dimensional bilateral filtering. This function implements 2-D bilateral filtering using the method outlined in: C. Tomasi and R. Manduchi. Bilateral Filtering for Gray and Color Images. In Proceedings of the IEEE Int
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1669
    • 提供者:Eldhose
  1. bfltColor

    0下载:
  2. Two dimensional bilateral filtering for colour images - Two dimensional bilateral filtering for colour images
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:809
    • 提供者:Eldhose
  1. cartoon

    0下载:
  2. CARTOON Image abstraction using bilateral filtering. This function uses the bilateral filter to abstract an image following the method outlined in: Holger Winnemoller, Sven C. Olsen, and Bruce Gooch. Real-Time Video Abstraction. In Pr
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1316
    • 提供者:Eldhose
  1. runDemo

    0下载:
  2. RUNDEMO Illustrates the use of BFILTER2 and CARTOON. This demo shows typical usage for the bilateral filter implemented by BFILTER2. The application of bilateral filtering to image abstraction is demonstrated by the CARTOON function.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:880
    • 提供者:Eldhose
  1. BilateralFilteringProfile

    0下载:
  2. 本程序为基于快速双边滤波器的边缘保持算法,算法具有平移不变性,具有线性复杂度-this is a edge-preserving denoising method using fast bilateral filter
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:1145
    • 提供者:Peter Zhang
  1. fast_tone_mappping

    0下载:
  2. We use the code of our fast bilateral filter to implement a tone mapping operator inspired from this SIGGRAPH 02 paper by Frédo Durand and Julie Dorsey. This code is not an exact implementation of this paper. As such, it cannot be used for comparison
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:35489
    • 提供者:max
  1. truncated_kernel

    0下载:
  2. Truncated Kernel sed in Fast Bilateral Filtering which inturn is used in fast tone mapping
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:33038
    • 提供者:max
  1. Bilateral-Blur

    0下载:
  2. This project for OpenCV C++. This filter is able to reduce noise of the image while preserving the edges. The drawback of this type of filter is that it takes longer time to process.- This is project for OpenCV C++. This filter is able to re
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:515401
    • 提供者:takurcite
  1. fft_BF

    0下载:
  2. 对HDR图片进行双边滤波,值得新手学习,值得看一看-HDR images for bilateral filtering, worth novice learning
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:32032
    • 提供者:刘伯顿
  1. otsu

    0下载:
  2. 可以去除不均匀光照、噪声的预处理算法,利用双边滤波和中值滤波的优势。-You can remove the uneven illumination, noise preprocessing algorithm, taking advantage of bilateral filtering and median filtering.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1284
    • 提供者:ghw
  1. bilateralfilt2

    1下载:
  2. 结合深度图和彩色图的双边滤波,深度图由Kinect获得-Combined with the bilateral filter for depth map and the color map, depth map obtained by Kinect
  3. 所属分类:Special Effects

    • 发布日期:2015-02-24
    • 文件大小:1024
    • 提供者:王中阳
  1. BilateralFilter

    0下载:
  2. 主要使用C++ 代码编写 ,仅仅使用了opencv的读入图片和保存图片功能,代码非常优化,易读懂,双边滤波是计算机视觉领域必不可少的技术,最经典的技术,此代码能共助你100 理解双边滤波器的工作原理。-bilateral filtering is the most important knowledge in image process, this BF source code is 100 implementation by myself, if you are the beginner
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2183542
    • 提供者:冷漠剑
  1. Retinex-(2)

    1下载:
  2. 根据参考文献写的matlab双边滤波的Retinex图像增强程序,运行成功,效果不错。-According to references written by matlab Retinex image enhancement of bilateral filtering, the operation is successful, effect is good.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1479274
    • 提供者:尼尼
  1. filter

    0下载:
  2. 均值滤波,高斯滤波,双边滤波以及求PSNR的基本算法-Mean filtering, Gaussian filtering, bilateral filtering and basic algorithms for PSNR of
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:996
    • 提供者:小王
  1. bifilter2.m

    0下载:
  2. 2D双边高斯滤波,采用强度和位置信息进行加权去噪,并能保留一定边缘。-2D Gaussian bilateral filter by using intensity and distance information, edge preserving.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:954
    • 提供者:zzcai
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 20 21 »
搜珍网 www.dssz.com