3816 Commits

Author SHA1 Message Date
Morgan Hardwood
d6c4035a73 Merge branch 'retinex' of github.com:Beep6581/RawTherapee into retinex 2015-09-16 00:52:46 +02:00
Beep6581
3935c6b2aa Merge pull request #2898 from helmi03/master
Updated OSX COMPILE.txt using Clang, by helmi03.
2015-09-16 00:37:13 +02:00
heckflosse
5f97c4f15b Simpler interface for gaussian blur, speedup for double precision gaussian blur and speedup for retinex transmission curve 2015-09-16 00:14:58 +02:00
Morgan Hardwood
03d7fe8f37 Simplified curve defaults code 2015-09-15 21:11:04 +02:00
heckflosse
6eba3914f4 Retinex: Fixed compile bug 2015-09-14 16:39:42 +02:00
heckflosse
c59fca2d6a Retinex: Fixed crash in queue and race conditions in histogram 2015-09-14 14:49:43 +02:00
Desmis
270367c592 Display histogram L in Histogram equalizer 2015-09-14 13:14:28 +02:00
heckflosse
48690e0fab Retinex, correction for last patch 2015-09-14 12:21:14 +02:00
heckflosse
864ab0685d Retinex: Fixed wrong gaussian part for methods 'low' and 'uniform' 2015-09-14 03:01:04 +02:00
heckflosse
192569a6bd retinex: changed gaussian part to reduce halos, small increase in processing time 2015-09-14 01:46:17 +02:00
heckflosse
f7afe06d8b Changed default delay for adjusters from 0 to 200 ms 2015-09-13 17:40:02 +02:00
heckflosse
4720231d53 Retinex: Set delay for sliders to 200 ms to avoid double processing when moving sliders 2015-09-13 01:24:46 +02:00
heckflosse
bc841d9808 Retinex, only demosaic when enabled/disabled or Colorspace changes 2015-09-13 00:39:55 +02:00
Desmis
2fd42e79ea Bug in Histogram equalizer curve 2015-09-12 19:58:43 +02:00
Desmis
e8d1e14282 small bug in GUI 2015-09-12 08:09:32 +02:00
heckflosse
9b73dfb916 Fix crash when using Retinex with some curves 2015-09-12 00:44:24 +02:00
heckflosse
5402c3d27c Optimizations for Retinex HSL mode 2015-09-11 22:19:47 +02:00
Morgan Hardwood
5aa6f7861a Dehaze tool renamed to Retinex, GUI fixed, defaults changed 2015-09-11 21:04:29 +02:00
Morgan Hardwood
36537532ec Fixed compilation error - StopWatch.h capitalization 2015-09-10 11:23:29 +02:00
Desmis
e82c79bd8a Add linear mode to HSL 2015-09-10 07:11:17 +02:00
Desmis
528d85b1f9 Dehaz enhancement HSL GUI bugs partialpaste... 2015-09-09 20:01:27 +02:00
heckflosse
6cdc6e1fe4 Added experimental hsl mode for DeHaze (with still incomplete gui) 2015-09-09 12:22:25 +02:00
Morgan Hardwood
d8945607d5 astyle modified code on dehaze 2015-09-08 09:56:30 +02:00
Morgan Hardwood
5d6f7080b7 Merge branch 'master' into dehaze 2015-09-08 09:40:23 +02:00
Desmis
60b3341f3a GUI enhancement for DeHaze 2015-09-08 07:14:59 +02:00
Morgan Hardwood
18fb107f82 Fixed "HISTORY_MSG_167;Demosaicing method" string 2015-09-07 00:16:13 +02:00
Helmi bin Ibrahim
baf6bea1a4 remove user dir 2015-09-07 02:26:05 +08:00
Helmi bin Ibrahim
0343b0fb7d Updated instructions compile on OSX 2015-09-07 02:22:27 +08:00
heckflosse
a7db8f001c Added TooWaBoo, thanks for translating the Deutsch file :-) 2015-09-04 23:50:39 +02:00
TooWaBoo
95b12983b4 Updated Deutsch translation closing issue #2896
Signed-off-by: Morgan Hardwood <entertheyoni@gmail.com>
2015-09-04 22:26:15 +02:00
Morgan Hardwood
86fb53037d Fixes #2892 - tone curve node spinbutton range 2015-09-03 22:48:32 +02:00
heckflosse
8b911d4789 DeHaze enhancements (Desmis) and some bugfixes (heckflosse) 2015-09-03 17:34:05 +02:00
heckflosse
8511131771 Fixed wrong border handling in DeHaze 2015-09-02 18:32:06 +02:00
heckflosse
aab584fa53 DeHaze bugfixes, optimizations and changed behaviour of strength slider 2015-09-02 16:05:15 +02:00
heckflosse
98c1221908 crash when first two curve points are at x=0, fixes #2888 2015-09-01 18:09:46 +02:00
Beep6581
11d382d998 Merge pull request #2886 from Beep6581/HDRMergeMakerNotes
Fix wrong handling of MakerNotes in dng files created with HDRMerge from Nikon NEF files
2015-08-29 12:05:43 +02:00
Morgan Hardwood
4777020a04 Merge remote-tracking branch 'origin/lensfix' 2015-08-29 11:50:12 +02:00
heckflosse
483a8911fc Fix wrong handling of MakerNotes in dng files created with HDRMerge from Nikon NEF files 2015-08-28 22:13:33 +02:00
Desmis
4fdbe89ebe Dehaze bug with some files 2015-08-28 19:57:06 +02:00
heckflosse
d4e083ab0e Merge pull request #2884 from Beep6581/gauss
Speedup for gauss when sigma >= 70
2015-08-28 12:01:05 +02:00
Morgan Hardwood
71eb36535d Updated rtexif/*.cc to use f/ aperture notation 2015-08-27 17:35:03 +02:00
Morgan Hardwood
ea8e878400 Updated generateLensList to make aperture notation consistent: f/ 2015-08-27 17:25:45 +02:00
heckflosse
da7ae69428 Speedup for gauss when sigma >= 70 2015-08-27 17:11:05 +02:00
Desmis
f22c11c27e Dehaze suggestions 2015-08-27 17:10:31 +02:00
heckflosse
df13fb8b1b Fixed a bug in perceptual curve speedup 2015-08-26 16:17:57 +02:00
heckflosse
5116a3c43a Merge pull request #2881 from Beep6581/WaveletSpeedup
Speedup for Wavelet/Final Touchup/Final local contrast curve, fixes #2874
2015-08-25 16:37:21 +02:00
heckflosse
a2e5cda384 Speedup for Wavelet/Final Touchup/Final local contrast curve, fixes 2874 2015-08-25 16:34:57 +02:00
Desmis
281aa43d13 Dehaze range settings 2015-08-24 16:34:29 +02:00
heckflosse
4b29b2cf54 Fix compilation error 2015-08-24 15:45:56 +02:00
Morgan Hardwood
e4d4fe4170 Updated nikonattribs.cc with lenses from exiftool-10.00 2015-08-24 15:29:26 +02:00