BilateralFilter complexity
Hi what is bilateralFilter complexity?
Hi what is bilateralFilter complexity?
Without having seen the implementation, my guess is that it's image_size * filter_size, i.e. n²*m², like for "regular" filtering.
A few weeks ago, I stumbled upon a paper that claimed a O(1) filter (with certain restrictions for the filter), but I don't know the details.
Asked: 2013-07-25 02:18:17 -0600
Seen: 249 times
Last updated: Jul 25 '13