搜索资源列表
Bilateral_Pyramid
- video layering using bilateral filter
BilateralFiltering
- 对彩色和灰度图像双边滤波 保持边缘并滤除噪声-Of color and grayscale images and to filter out the edge of the bilateral filter to keep noise
bfilter2
- bilateral Filter, 边缘保留滤波器,用于图像处理。-bilateral Filter, to retain the edge filter for image processing.
main
- bilateral filter using difference between pixels
Lab_Conversion
- conversion using bilateral 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.
bilateral-filter
- bilateral filter source code
Filter
- 基于VC6.0 和openCV1.0实现了图像的平滑, 有中值滤波 双边滤波 高斯滤波-Realized VC6.0 and openCV1.0 based image smoothing, the median filtering bilateral filter Gaussian filter
Bilateral-Filtering
- 双边滤波器对图像去噪,可以很好的保存边缘,matlab源码,附参考图-Bilateral filter denoising well preserved edge, matlab source code attached with reference to FIG.
Fast-Bilateral-Filtering
- 一篇2002年的快速双边滤波器的论文,支持HDR合成。-A 2002 Fast bilateral filter papers, support HDR synthesis.
Bilateral-filter
- 对复杂背景下的图像进行双边滤波,利用源图像与处理后的图像作差,实现对复杂背景下小目标的检测-First, deal with the image within complex background by bilateral filtering , then original Image subtract the image after bilateral filtering,realize small target detection under complex background
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
Bilateral-Filtering-aa-denoising
- 双边滤波器程序,该算法能够对图像进行降噪的同时很好的保留边缘信息,从而为后续的边缘特征点提取排除了噪声的干扰-Bilateral filter program, the algorithm can image noise reduction while well preserved edge information, so as to follow the edge of the feature point extraction rule out interference noise
bilateral-filter
- Hardware software co-design of a fastbilateral filter -Hardware software co-design of a fastbilateral filter
Bilateral-Filtering
- 双边滤波(Bilateral filter)是一种非线性的滤波方法,是结合图像的空间邻近度和像素值相似度的一种折衷处理,同时考虑空域信息和灰度相似性,达到保边去噪的目的。具有简单、非迭代、局部的特点。
Bilateral-Filtering
- 双边滤波器,一种可以保边去噪的滤波器,滤波器是由两个函数构成。一个函数是由几何空间距离决定滤波器系数。另一个由像素差值决定滤波器系数-Bilateral filter, a way to protect the edge denoising filter, the filter is constituted by two functions. A function is decided by the geometric spatial distance filter coefficients.
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
bilateral-filter-and-picture
- 双边滤波图像处理保边去噪。高斯函数。距离尺度函数-bilateral filter
Bilateral filter
- 双边滤波,去噪。直接运行主程序,修改相关参数即可(Bilateral filtering, denoising)
bilateral filter
- 实现经典的双边滤波器,可直接运行,显示出双边滤波图片效果(The classic bilateral filter can be run directly.)