搜索资源列表
-
0下载:
C++ 实现快速双边滤波器和快速交叉双边滤波器-C++ for fast bilateral filter and fast cross-bilateral filter
-
-
0下载:
一篇2002年的快速双边滤波器的论文,支持HDR合成。-A 2002 Fast bilateral filter papers, support HDR synthesis.
-
-
0下载:
本程序为基于快速双边滤波器的边缘保持算法,算法具有平移不变性,具有线性复杂度-this is a edge-preserving denoising method using fast bilateral filter
-
-
1下载:
使用上升cos函数的快速双边滤波器,实现图像平滑的同时保持边缘,效果不错-Fast Bilateral Filter Using Raised Cosines
-
-
0下载:
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
-
-
0下载:
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
-
-
0下载:
双边滤波的快速实现,基于C++和Opencv,速度非常快,是很实用的保边缘滤波器-The rapid implementation of bilateral filtering, based on C++ and Opencv, very fast, very useful edge filter
-