#include <bilateral_filter.h>
Public Types | |
typedef unsigned int | size_type |
Public Methods | |
Bilateral_filter (Space_weight_function &space_w, Data_weight_function &data_w) | |
template<typename Data_array> void | pixel_filter (const size_type x, const size_type y, const Data_array &data, typename Data_array::value_type *const result) |
template<typename Data_array> void | array_filter (const Data_array &data, Data_array *const result) |
Support in-place filtering with data = result . |
|
|
|
|
|
Support in-place filtering with
|
|
|