搜索资源列表
bilateralfilter
- 这是一个matlab程序,用双边滤波器实现了图像内插.
三边滤波器及其应用
- 利用双边滤器有关理论进行优化,使图像处理性能更加优秀
双边带滤波器经典文献合集
- 双边带滤波器 经典中的经典
BILATERAL_FILTER
- 双边滤波器,C++编写的。可用于3D数据的去噪-Bilateral filter, C++ written. 3D data can be used for denoising
Bilateral_filter
- C++ 实现快速双边滤波器和快速交叉双边滤波器-C++ for fast bilateral filter and fast cross-bilateral filter
nlfilter
- 这是实现双边滤波器的一种算法,它是调用系统的nlfilter函数进行滑动窗口的滤波-This is to achieve a bilateral filter algorithm, which is called the system nlfilter sliding window filter function
bf
- MATLAB 彩色图像双边滤波器仿真源码。-MATAB color image bilateral filtering
bFilter
- 经过改进的快速的双边滤波器算法,主要是先下采样,然后进行滤波,最后再进行上采样-Improved bilateral rapid filter algorithm is the first major down-sampling, and then filtered, and finally to the sampling
hsv
- 双边滤波器,对彩色图像进行处理,效果非常好!-bialteral filter
scalebilateral
- 双边滤波器,一款较好的滤波器,能增强图像的边缘信息-Bilateral filter, a good filter can enhance the image of the edge information
REtinex
- retinex算法 双边滤波器 去雾图像-retinex filter
Bilateral-Filtering
- 双边滤波器,用来对图像进行处理,能够保持边缘,比高斯滤波器更好用的一种滤波器。-It s a bilateral filter, which is used to process images. It can preserve the edges of image, and it functions better than gaussian filter.
admin-10215746329
- 主要是讲述了怎样利用双边滤波器来实时的去除高光。-About how to use the bilateral filter in real time to remove high light
bilateral_filter
- 双边滤波器,是一种可以保边去噪的滤波器,好处是可以做边缘保存-bilateral filter
双边滤波器
- 双边滤波图像去雾程序,该滤波器具有较好的边缘保持特性,和较好的滤波去噪处理。(Bilateral filter image de fogging program, the filter has better edge preservation characteristics, and better filtering denoising.)
bfilter
- 用matlab实现的双边滤波器源代码,我只想下个文献,怎么这么麻烦呀(Bilateral filter matlab cod)
bilateralfileter
- 应用双边滤波器对于图像滤波,特点是能够保持图像的边缘信息(The bilateral filter is used to filter the image, and it is able to keep the edge information of the image)
bilateralFilter
- 双边滤波器,测试过没有问题不会报错,供学习交流(Bilateral filter, tested, no problem, not wrong, for learning exchange)
bilateral filter
- 实现经典的双边滤波器,可直接运行,显示出双边滤波图片效果(The classic bilateral filter can be run directly.)
Bif
- matlab 图像双边滤波器,系统地循环每个像素并相应地调整相邻像素的权重来保留锐边。(This preserves sharp edges by systematically looping through each pixel and adjusting weights to the adjacent pixels accordingly.)