Improve Smmoth and blur with FFTW and guidefilterlog thanks to Alberto

This commit is contained in:
Desmis
2019-10-13 11:12:59 +02:00
parent 5d17442b92
commit bf1cae690c
12 changed files with 264 additions and 96 deletions

View File

@@ -15,7 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
* along with RawTherapee. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
@@ -26,4 +26,6 @@ namespace rtengine {
void guidedFilter(const array2D<float> &guide, const array2D<float> &src, array2D<float> &dst, int r, float epsilon, bool multithread, int subsampling=0);
void guidedFilterLog(float base, array2D<float> &chan, int r, float eps, bool multithread, int subsampling=0);
} // namespace rtengine