Commit Graph

2281 Commits

Author SHA1 Message Date
heckflosse
fc4d0fb076 Removed Benchmark code 2018-06-07 21:38:10 +02:00
Alberto Griggio
0e22f0b610 camconst.json: rename pdafPattern -> pdaf_pattern and pdafOffset -> pdaf_offset
this is for consistency with the other entries
2018-06-07 20:50:32 +02:00
Alberto Griggio
d0ec3f2dbc move to camconst.json the info about whether global green equilibration is needed for the camera 2018-06-07 20:48:53 +02:00
heckflosse
d7f6a69bd2 Exclude very dark regions from calculation of pre demosaic auto white balance, #4587 2018-06-07 18:01:37 +02:00
heckflosse
d7a5bab871 Fixed SpotWb also for xtrans, #4589 2018-06-07 16:01:01 +02:00
heckflosse
9889f878aa Spot white balance sometimes failes, fixes #4589 2018-06-07 15:44:52 +02:00
Hombre
b00f86d988 Merge branch 'dev' into issue4580 2018-06-05 20:49:44 +02:00
heckflosse
e542a38f85 Revert latest commit (kind of) and disable automatic global green equilibration for OLYMPUS E-M1MarkII 2018-06-05 18:51:07 +02:00
heckflosse
72cd11aa21 Merge branch 'dev' into amaze_vng4 2018-06-05 15:48:31 +02:00
heckflosse
d03907bcf8 Strange color artifacts in Jupiter, fixes #4587 2018-06-05 15:09:32 +02:00
heckflosse
5101e1d4e7 Changed order of bayer demosaicers in combobox 2018-06-04 16:09:49 +02:00
heckflosse
7ecef96035 Merge branch 'dev' into amaze_vng4 2018-06-03 23:21:06 +02:00
heckflosse
c3f163a323 Added 4-pass xtrans demosaic 2018-06-03 16:22:34 +02:00
Morgan Hardwood
f10374607e Black level measurement explanation revised 2018-06-03 11:46:31 +02:00
Morgan Hardwood
971658da70 Added Panasonic DC-G9 to camconst.json 2018-06-02 19:30:46 +02:00
heckflosse
51d8c76eb9 Made own compilation uint for vng4 demosaic. Made vng4 multi-frame aware 2018-06-02 17:22:08 +02:00
Hombre
ed081923d7 Bugfixing #4580 "RT 5.4 on Windows 8.1 x64 crashes while in editor"
Wrong placement of Mutex protecting the CropHandler's pixbufs in
cropwindow.cc + mixup between cropPixbuf & cropPixbuftrue
2018-06-01 21:45:47 +02:00
heckflosse
8f167c945a Removed accidently committed file 2018-06-01 20:48:17 +02:00
heckflosse
41c1f21c76 Pixelshift: replaced checkbox to use lmmse by a combobox to allow further demosaicers for parts with motion, #4579 2018-06-01 19:13:59 +02:00
Hombre
a0b8626b7d Adding ADD/SET mechanism to the raw processing tools
see #4579
2018-05-31 00:44:16 +02:00
heckflosse
355fcbad8e AMaZE+VNG4: added contrast threshold adjuster, #4579 2018-05-30 14:39:29 +02:00
heckflosse
d96ab021f6 Merge branch 'dev' into amaze_vng4 2018-05-29 18:28:48 +02:00
heckflosse
7d0d624632 Fixed clang-mp 3.9/c++11 compilation 2018-05-29 18:24:06 +02:00
heckflosse
2a13d12936 Amaze+VNG4: created own entry in demosaic combobox, cleaned code 2018-05-29 16:59:29 +02:00
heckflosse
710dd13c2f First version of combined amaze/vng4 demosaic 2018-05-29 15:00:33 +02:00
heckflosse
9a865449c3 Disabled benchmark code 2018-05-28 23:10:28 +02:00
heckflosse
fb5f693d6b Merge branch 'dev' into microcontrast 2018-05-27 15:20:53 +02:00
Ingo Weyrich
18287370db Update camconst.json
PDAF lines pattern for A7RIII #4572
2018-05-25 14:05:55 +02:00
heckflosse
6989541cb2 buildBlendMask(..): Fixed segfault caused by uninitialized corners. #4551 2018-05-24 15:26:24 +02:00
heckflosse
252fa441c4 Merge branch 'dev' into microcontrast 2018-05-24 00:19:46 +02:00
heckflosse
fcfd813714 Sharpening: Blur contrast blend mask to get smoother transitions. 2018-05-23 23:49:11 +02:00
heckflosse
e1643418cb ImProcFunctions::deconvsharpening(..): simplified code 2018-05-22 16:56:02 +02:00
heckflosse
7d49895769 Removed Stopwatches 2018-05-22 14:38:32 +02:00
heckflosse
6f6dafe214 Added Contrast threshold adjuster to PR Sharpening, fixed some bugs, #4551 2018-05-21 16:10:30 +02:00
heckflosse
2d3148b962 Fixes some things @Floessie suggested in code review 2018-05-20 23:42:42 +02:00
heckflosse
1a5545c461 Added contrast threshold adjuster for sharpening tool, #4551 2018-05-20 17:37:42 +02:00
heckflosse
ac78dd311e Speedup for ca-correction of pixelshift files, also fixed a memory leak 2018-05-20 13:59:50 +02:00
Hombre
404375e313 Bugfix : wrong return value in utf32_to_utf8 (no issue) 2018-05-19 17:28:20 +02:00
heckflosse
68fabf0be5 Fix for last commit 2018-05-19 13:47:44 +02:00
heckflosse
2828e2933d pixelshift: use auto-calculated ca-correction parameters from first frame for all frames 2018-05-19 12:24:29 +02:00
Hombre
b06e07034e Fix #4565 : Segfault saving image using RTv2_sRGB.icc
Also, replace identing tabs by spaces in some files
2018-05-19 00:19:06 +02:00
Morgan Hardwood
f753bf7b66 Merge branch 'dev' into testoutputprofile 2018-05-17 12:00:05 +02:00
Desmis
84827c6038 Suppress warning for GammaTRC 2018-05-17 08:38:48 +02:00
Morgan Hardwood
d3696760f3 ICC spelling
Renamed "Prophoto" and "Acespx" to ProPhoto and ACES P0 and P1,
hyphenated as needed.
2018-05-16 22:27:56 +02:00
heckflosse
528167e578 Fixed a bug in calcBlendFactor(..), #4551 2018-05-16 16:40:26 +02:00
Desmis
0086c4af78 changes tags in RTv4*.icc 2018-05-16 11:43:29 +02:00
Desmis
6df57cc264 another change to write tags 2018-05-16 11:20:40 +02:00
Desmis
a6da4e18aa Some chnages to write tags 2018-05-16 10:04:46 +02:00
heckflosse
b42d9bc164 Misused RL damping adjuster as contrast threshold adjuster. Changed blend function 2018-05-15 15:23:33 +02:00
Desmis
7b9319a251 Change manufacturer and copyright tags in Rtv2*.icc and Rtv4*.icc 2018-05-14 14:12:05 +02:00