guided filter: added support for automatic computation of subsampling factor
This commit is contained in:
@@ -24,6 +24,6 @@
|
||||
|
||||
namespace rtengine {
|
||||
|
||||
void guidedFilter(const array2D<float> &guide, const array2D<float> &src, array2D<float> &dst, int r, float epsilon, bool multithread, int subsampling=4);
|
||||
void guidedFilter(const array2D<float> &guide, const array2D<float> &src, array2D<float> &dst, int r, float epsilon, bool multithread, int subsampling=0);
|
||||
|
||||
} // namespace rtengine
|
||||
|
Reference in New Issue
Block a user