Desmis
3105bab29f
Improve local contrast with simple wavelet
2019-08-01 10:36:35 +02:00
Hombre
437d883082
Merge branch 'dev' into spot-removal-tool
2019-07-31 23:03:50 +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
beab5c5254
merge with dev
2019-07-24 10:45:52 +02:00
Desmis
e4c4e38236
merge with dev
2019-07-24 09:05:32 +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
28590fa827
merge with dev
2019-07-19 09:42:56 +02:00
Desmis
ad6c0d04a7
merge with dev
2019-07-19 09:27:49 +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
Flössie
21a97980b6
Merge branch 'dev' into metadata-exiv2
2019-07-09 13:34:19 +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
c933436399
merge with dev
2019-06-26 08:16:07 +02:00
Desmis
5a59c90b62
merge with dev
2019-06-26 07:37:29 +02:00
Desmis
07d74501f2
Second part ITCWB
2019-06-25 17:40:16 +02:00
Desmis
5dbc61579d
Save provisory work for autowb ITCWB
2019-06-25 13:56:52 +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
53d32c9135
merge with dev
2019-06-06 12:56:06 +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
83f487753c
Improve shadows-Highlight Residual
2019-05-27 09:23:56 +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
Desmis
9cdd5b9722
Others improvment to Retinex
2019-05-21 13:23:51 +02:00
Desmis
fc9867eb2d
Improvment to residual image
2019-05-21 07:48:18 +02:00
Desmis
1875eba2e3
Improvment to Retinex
2019-05-21 07:44:37 +02:00