heckflosse
d629006252
Speedup for getAutoExpHistogram and getAutoWBMultipliers
2016-04-03 17:40:03 +02:00
Adam Reichold
f0611fe9ba
Merge branch 'master' into 'gtk3' to fix modal dialogs without a parent
2016-03-28 13:49:56 +02:00
heckflosse
a053f38059
11% speedup for xtrans demosaic
2016-03-24 13:40:16 +01:00
heckflosse
f6cb2579d0
fix possible buffer overrun in raw ca correction
2016-03-22 17:46:30 +01:00
heckflosse
bfc0505320
xtrans demosaic: 4% speedup and disabled CLIP
2016-03-22 17:29:48 +01:00
Ingo Weyrich
71dd6a6e59
Merge pull request #3228 from Beep6581/xtransnew
...
Speedup for xtrans demosaic
2016-03-20 01:45:01 +01:00
heckflosse
db275b1f91
removed benchamrk code from xtrans demosaic
2016-03-20 01:32:10 +01:00
Beep6581
a8a1332c2d
Merge branch 'master' into gtk3
2016-03-17 21:44:00 +01:00
heckflosse
636d0be314
about 4% speedup for xtrans demosaic
2016-03-15 19:21:07 +01:00
heckflosse
703b3edb0a
Don't demosaic again when changing 'False Colour Suppression Steps
2016-03-14 17:40:19 +01:00
Ingo Weyrich
bc38a58297
Merge pull request #3215 from Beep6581/falsecoloursuppression
...
Speedups for raw false colour suppression
2016-03-13 23:25:36 +01:00
heckflosse
6434460efb
removed benchmark code from raw false colour suppression
2016-03-13 23:23:32 +01:00
Beep6581
cf7a175d74
Merge branch 'master' into gtk3
2016-03-13 20:04:57 +01:00
heckflosse
c200c266c0
5% speedup for raw false colour suppression
2016-03-13 17:15:31 +01:00
heckflosse
9b2e197172
Fixed copy/paste bug in processFalseColorCorrectionThread
2016-03-13 14:25:33 +01:00
heckflosse
13b49f8a54
Use fabs instead of fabsf in LinEqSolve
2016-03-13 14:02:08 +01:00
heckflosse
8c4c8ac175
One less operation in MIDDLE4OF6
2016-03-13 13:49:46 +01:00
heckflosse
a55167bde8
24% speedup for raw false colour suppression
2016-03-12 23:32:25 +01:00
heckflosse
4fdcfbd8df
10% speedup for raw false colour suppression
2016-03-12 00:11:21 +01:00
heckflosse
dadbd71e58
Speedup for xtrans demosaic
2016-03-09 23:57:37 +01:00
Beep6581
f0679e8eee
Merge branch 'master' into gtk3
2016-03-07 02:42:08 +01:00
heckflosse
1d64c651cf
Raw false colour suppression: additional 25% speedup
2016-03-06 17:34:45 +01:00
heckflosse
2f2421442b
Raw false colour suppression: additional 38% speedup
2016-03-06 01:14:35 +01:00
heckflosse
8619fd8a0b
25% speedup for raw false colour suppression
2016-03-05 18:50:26 +01:00
Adam Reichold
a04c7706db
Merge branch 'master' into 'gtk3'
2016-03-05 13:11:00 +01:00
Adam Reichold
72283f867d
Fix #3191 which was due to a typo when calling atan2 during polar coordinate conversion.
2016-03-02 22:04:48 +01:00
Ingo Weyrich
c9b89f3d19
Merge pull request #3189 from Beep6581/cacorrect
...
Speedup and code review for raw ca correction
2016-03-02 17:11:43 +01:00
heckflosse
1ddd7b6e3f
Small optimization for ca correction
2016-03-02 17:10:02 +01:00
heckflosse
d00c895b3d
Hide new auto ca-correction strength slider to merge the ca-correction speedups into master
2016-03-01 22:07:41 +01:00
Ingo Weyrich
4df5e64056
Merge pull request #3188 from Beep6581/cbdlbw
...
Adapt Cbdl to B&W tools
2016-03-01 20:31:14 +01:00
heckflosse
9df905aa14
Set default method for cbdl to 'before b&w'
2016-03-01 20:21:51 +01:00
heckflosse
755f7568bb
removed big block of inactive code which I forgot to remove in last commit
2016-03-01 19:30:48 +01:00
heckflosse
51de80b558
Fixed bug with combination of cbdl and ciecam, cleaned code, made SSE version for lab2rgb
2016-03-01 19:16:34 +01:00
heckflosse
777b08f7f6
Futher speedup for auto ca correction and cleaned code
2016-03-01 00:51:19 +01:00
heckflosse
cbc88a5804
Additional Speedup for CA-Correction, also included a prototype to allow strength of Auto-CA-correction
2016-02-28 22:08:07 +01:00
Ingo Weyrich
5788dabf0d
Merge pull request #3172 from Beep6581/lut-and-init-cleanup
...
Reduce start time and memory usage by removing redundant lookup tables and filling remaining lookup tables in parallel. Also replaced all x^(1/3) with std::cbrt
2016-02-27 15:07:19 +01:00
heckflosse
6b5db692e1
Reduce cache conflicts in correction pass of raw CA correction
2016-02-26 22:29:48 +01:00
heckflosse
84f58da6ff
Eliminate all pow() calls in CA_correct_RT.cc
2016-02-26 22:08:33 +01:00
heckflosse
f0113b8f57
Removed benchmark code and made Color::gammatabThumb a LUTuc
2016-02-25 19:14:00 +01:00
heckflosse
1b220543f3
Replace all x^(1/3) with std::cbrt(x)
2016-02-25 16:50:21 +01:00
heckflosse
bf66671a6d
Moved gamma lookup table from rtthumbnail.* to color.*
2016-02-25 15:45:42 +01:00
adamreichold
aae360a5aa
Merge pull request #3166 from adamreichold/clean-up-coordinate-helper
...
Clean up the Coord and PolarCoord helper classes
2016-02-24 19:55:38 +01:00
heckflosse
24ca91dc61
Removed cleanupCache from improcfun.h and StopWatch for iccstore
2016-02-24 02:17:09 +01:00
heckflosse
e52b1fcdd4
Reduce start time and memory usage by removing redundant lookup tables and fillig remaining lookup tables in parellel
2016-02-24 01:35:47 +01:00
Ingo Weyrich
ad32009c53
Merge pull request #3170 from Beep6581/sonylensfix
...
Fix Sony LensID issue, kudos to dschlegel
2016-02-23 23:57:33 +01:00
adamreichold
e830985870
Merge pull request #3164 from adamreichold/remove-safegtk
...
Remove SafeGtk and SafeKeyFile modules
2016-02-23 20:17:05 +01:00
heckflosse
686b25f33d
Fix LensId Issue with Fuji DNG files
2016-02-23 15:31:26 +01:00
Beep6581
cb916f7c2d
Merge branch 'master' into gtk3
2016-02-23 09:26:00 +01:00
heckflosse
61121cada3
Fix Sony LensID issue
2016-02-22 22:40:39 +01:00
heckflosse
e16a505e04
Fix broken build without OpenMP
2016-02-22 19:28:03 +01:00