Improvment to smooth blur

This commit is contained in:
Desmis
2020-02-04 08:22:26 +01:00
parent 75d95735fa
commit f7aa9a4d32
12 changed files with 133 additions and 26 deletions

View File

@@ -30,4 +30,6 @@ void guidedFilter(const array2D<float> &guide, const array2D<float> &src, array2
void guidedFilterLog(float base, array2D<float> &chan, int r, float eps, bool multithread, int subsampling=0);
void guidedFilterLog(const array2D<float> &guide, float base, array2D<float> &chan, int r, float eps, bool multithread, int subsampling=0);
} // namespace rtengine