Commit Graph

499 Commits

Author SHA1 Message Date
Desmis
03aff81ebd Improve Exposure PDE with gamma 2019-09-07 10:55:47 +02:00
Desmis
5579b59121 Add Chroma to Clarity Sharp mask 2019-09-02 08:23:31 +02:00
Desmis
b0669796ac merge with dev 2019-08-30 08:26:08 +02:00
Ingo Weyrich
df8367558b Do not treat white balance changes as related to panning if before and after uses camera whitebalance 2019-08-29 22:07:15 +02:00
Ingo Weyrich
1ff505432c Do not treat changes of tonecurve.fromHistMatching as related to panning 2019-08-29 21:04:56 +02:00
Desmis
d7ec94baf7 Clarity and shapmask in wavelet and change guidedfilter guid from L to Y 2019-08-27 08:39:40 +02:00
Desmis
d008bbb5cf Save change in GUI local contrast 2019-08-25 10:34:34 +02:00
Desmis
9939b833a4 change settings Guided Filter Blur 2019-08-08 17:20:46 +02:00
Ingo Weyrich
b3e0013e56 Merge branch 'dev' into newlocallab 2019-08-08 16:18:58 +02:00
Desmis
3603cad472 Improve deltaE Blur-Noise add 2 methods Blur 2019-08-08 13:54:30 +02:00
Ingo Weyrich
96bf78fe87 Merge branch 'dev' into cppcheck 2019-08-05 16:34:48 +02:00
Desmis
243faf603c Save GUI mask for Blur 2019-08-04 13:19:54 +02:00
Desmis
afd5d5d836 merge with dev 2019-08-02 17:38:32 +02:00
Ingo Weyrich
e7d10bbf76 Fixes broken clear processing profile when image has same rank as thumb 2019-08-02 16:03:03 +02:00
Desmis
3105bab29f Improve local contrast with simple wavelet 2019-08-01 10:36:35 +02:00
Ingo Weyrich
41fc34c5c6 Do not assign empty strings on creation of std::string or Glib::ustring 2019-07-31 20:21:16 +02:00
Desmis
a5389adbf6 Save GUI mask TM 2019-07-30 13:34:12 +02:00
Desmis
89b88fd9d2 merge with dev 2019-07-30 07:05:02 +02:00
Ingo Weyrich
f523149582 Clear processing profile is broken, fixes #5392 2019-07-29 13:56:38 +02:00
Desmis
779ae39f17 merge with dev 2019-07-23 06:40:40 +02:00
Ingo Weyrich
cbb3f05b7e use empty() instead of comparison with an empty string 2019-07-22 13:49:08 +02:00
Desmis
ea1de1cf89 Tooltip for exposure PDE 2019-07-20 09:15:50 +02:00
Desmis
22d1f2ce69 Change settings PDE exposure 2019-07-19 07:13:39 +02:00
Desmis
cbeb828609 merge with dev 2019-07-18 13:41:26 +02:00
Desmis
1add88a9ae Improve exposure with Laplace PDE 2019-07-18 11:42:29 +02:00
Beep6581
275f11e97d Merge pull request #5325 from erjiang/embedded-ratings
Use ratings from image metadata
2019-07-17 15:28:55 +02:00
Desmis
9d0d608189 Improve exposure with shadows 2019-07-12 17:34:45 +02:00
Desmis
f656d6f7b0 Change some settings and Retinex GUI radius 2019-06-30 14:08:57 +02:00
rom9
b4c109f275 ProcParams now contain red and blue ratios, to be aligned with values in the GUI. 2019-06-29 16:06:40 +02:00
Desmis
6e0ea3df3f Correction to FFTW localcontrast optimize - first try Retinex FFTW 2019-06-29 08:23:29 +02:00
rom9
4e09fd4f21 Changed master exponent default from 2.0 to 1.5; it was too large for high-contrast negatives. Set all sliders as log-scale, centered at 1.0, so that reasonable values can be fine-tuned more easily. 2019-06-28 21:29:06 +02:00
Desmis
b54312c2eb FFTW blur for local contrast 2019-06-28 14:26:51 +02:00
Desmis
f2380e26e1 Change setdefault Procparams 2019-06-26 13:29:57 +02:00
Desmis
9a46885cfe Fixed bug from ff2000 2019-06-26 12:34:57 +02:00
Desmis
5a59c90b62 merge with dev 2019-06-26 07:37:29 +02:00
rom9
7040378dec Merge remote-tracking branch 'origin/dev' into filmnegative 2019-06-23 23:40:56 +02:00
Flössie
ca387e0379 Use terser C++11 resets in ProcParams::setDefaults() 2019-06-18 09:22:45 +02:00
Flössie
015cffc73a Peripheral cleanups and a fix
- Whitespace, braces, sorting
- Fixed missing filmnegative in `ProcParams::operator ==(ProcParams)`
2019-06-13 09:52:13 +02:00
rom9
8d0755eddc Raised default master exponent from 1.0 to 2.0, to get a reasonable contrast right from the start. 2019-06-11 22:50:36 +02:00
Desmis
b3714b3181 Improve TM with normalize luminance - improve skip for Retinex 2019-06-08 18:56:43 +02:00
Desmis
3a2d0c4dc6 Improve Retinex with Normalize luminance 2019-06-08 14:02:59 +02:00
Desmis
c0a4e4c11b Improve fft_convol_blur - not used 2019-06-08 11:07:24 +02:00
rom9
9df8008949 Film negative processing: first usable version. Only supports bayer raw files, thumbnails don't work
Added performance improvements suggested by heckflosse. Lowered median sampling step from 7 to 5 since calculation is now much faster.

Added support for Fuji X-Trans raw files.

Applied SSE2 patch provided by @heckflosse, improves performance in main processing loop.

Moved film negative processing stuff in its own compilation unit.

Code cleanup: removed redundant omp directives.

Added check for dead pixels, going above threshold after inversion. ST_BAYER only for now.

Reverted leftover hack in cropwindow.cc
2019-06-08 01:40:29 +02:00
Desmis
b19588085b Change settings Laplacian threshold 2019-06-05 12:33:43 +02:00
Desmis
75e3dd956e Add original retinex PDE to softLight expander 2019-06-05 11:42:38 +02:00
Desmis
2b9468e9f8 merge with dev 2019-06-04 18:29:58 +02:00
heckflosse
a391e256bc Fix possibly uninitialized variable 2019-06-04 16:30:54 +02:00
Desmis
859a085796 Fixed huge memory leak in MSRlocal 2019-05-27 17:19:24 +02:00
Desmis
3ca1fa8719 Various improvment to Retinex (label, double, maxchro...) 2019-05-26 14:00:00 +02:00
Desmis
376103e463 Fixed bug in exposure - change some settings and labels 2019-05-25 07:27:32 +02:00