Description: The bilateral filter is a nonlinear filter that does spatial averaging without smoothing edges. It has shown to be an effective image denoising technique. It also can be applied to the blocking artifacts reduction. An important issue with the application of the bilateral filter is the selection of the filter parameters, which affect the results significantly. Another research interest of bilateral filter is acceleration of the computation speed.
File list (Check if you may need any files):
CROSS_BILATERAL_FILTER
......................\cross_bilateral_filter.cpp
......................\include
......................\.......\array.h
......................\.......\array_n.h
......................\.......\chrono.h
......................\.......\fast_lbf.h
......................\.......\geom.h
......................\.......\math_tools.h
......................\.......\mixed_vector.h
......................\.......\msg_stream.h
......................\Makefile
......................\README.txt