Change label fftw

This commit is contained in:
Desmis 2019-09-23 20:30:45 +02:00
parent 1d470202ef
commit 1c30d3fd0f
2 changed files with 4 additions and 3 deletions

View File

@ -2109,7 +2109,8 @@ TP_LOCALLAB_LUMONLY;Luminance only
TP_LOCALLAB_EXPMETHOD_TOOLTIP;Standard : use an algorithm similar as main Exposure but in L*a*b* and taking account of deltaE.\n\nLaplacian & PDE : use another algorithm also with deltaE and with Poisson equation to solve Laplacian in Fourier space.\nPDE Ipol, PDE Fattal and Standard can be combined.\nFFTW Fourier Transform is optimized in size to reduce processing time.\nPDE reduce artifacts and noise.
TP_LOCALLAB_PDEFRAME_TOOLTIP;PDE Ipol - personal algorithm adapted from Ipol to Rawtherapee: lead to very different results and needs differents settings that Standard (negative black, gamma < 1,...)\nMay be usefull for low exposure.\n
TP_LOCALLAB_FATFRAME_TOOLTIP;PDE Fattal - use Fattal Tone mapping algorithm.\nAnchor allows selection according to the images over or under exposed.\nUseful to increase Luminance for a Second spot near the current and using mask
TP_LOCALLAB_FFTW;Use Fast Fourier Transform (TIF, JPG,..)
TP_LOCALLAB_FFTW;Use Fast Fourier Transform
TP_LOCALLAB_FFTW2;Use Fast Fourier Transform (TIF, JPG,..)
TP_LOCALLAB_GRIDONE;Color Toning
TP_LOCALLAB_GRIDTWO;Direct
TP_LOCALLAB_LUM;Curves LC

View File

@ -37,7 +37,7 @@
#define MAXCHRO 150
#define MAXCHROCC 100
#define MINNEIGH 0.1
#define MAXNEIGH 5000
#define MAXNEIGH 1500
#define CENTERNEIGH 200
using namespace rtengine;
@ -357,7 +357,7 @@ Locallab::Locallab():
lumonly(Gtk::manage(new Gtk::CheckButton(M("TP_LOCALLAB_LUMONLY")))),
enaretiMask(Gtk::manage(new Gtk::CheckButton(M("TP_LOCALLAB_ENABLE_MASK")))),
enaretiMasktmap(Gtk::manage(new Gtk::CheckButton(M("TP_LOCALLAB_TM_MASK")))),
fftwreti(Gtk::manage(new Gtk::CheckButton(M("TP_LOCALLAB_FFTW")))),
fftwreti(Gtk::manage(new Gtk::CheckButton(M("TP_LOCALLAB_FFTW2")))),
// Sharpening
inverssha(Gtk::manage(new Gtk::CheckButton(M("TP_LOCALLAB_INVERS")))),
// Local contrast