搜索资源列表
Bilateral_filter
- C++ 实现快速双边滤波器和快速交叉双边滤波器-C++ for fast bilateral filter and fast cross-bilateral filter
FGTafafa
- 自已写的,将快速高斯变换,用到了双边滤波上面-Write their own, will fast Gaussian transform, use the above bilateral filtering
Fast-Bilateral-Filtering
- 一篇2002年的快速双边滤波器的论文,支持HDR合成。-A 2002 Fast bilateral filter papers, support HDR synthesis.
BilateralFilteringProfile
- 本程序为基于快速双边滤波器的边缘保持算法,算法具有平移不变性,具有线性复杂度-this is a edge-preserving denoising method using fast bilateral filter
decomposition-blending
- 这两篇文章相结合可以很好地解决两个图片之间的不连续拼接-Fast bilateral filtering for the display of high-dynamic-range images A Multiresolution Spline With Application to Image Mosaics
FastBilateralFilter
- 使用上升cos函数的快速双边滤波器,实现图像平滑的同时保持边缘,效果不错-Fast Bilateral Filter Using Raised Cosines
Guided-image-filter-kaiming-He
- The guided filter can be used as an edge-preserving smoothing operator like the popular bilateral filter, but has better behaviors near edges. The guided filter is also a more generic concept beyond smoothing: it can transfer the structures of the gu
FastBilateralFilterTest
- 双边滤波的快速实现,实时o(1)时间,效果不错-The fast implementation of bilateral filtering, real-time o (1) time, the effect is good
Fast-O(1)Bilateral-Filter
- 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
Fast-bilateral-filtering
- Fast Bilateral Filtering
bilateralFilter
- 双边滤波的快速实现,基于C++和Opencv,速度非常快,是很实用的保边缘滤波器-The rapid implementation of bilateral filtering, based on C++ and Opencv, very fast, very useful edge filter