Commit Graph

1653 Commits

Author SHA1 Message Date
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
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
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
heckflosse
528167e578 Fixed a bug in calcBlendFactor(..), #4551 2018-05-16 16:40:26 +02:00
heckflosse
b42d9bc164 Misused RL damping adjuster as contrast threshold adjuster. Changed blend function 2018-05-15 15:23:33 +02:00
heckflosse
78c404dd02 Microcontrast: improved blend 2018-05-14 00:55:03 +02:00
heckflosse
ee5b1dbbc8 Microcontrast: add Contrast threshold adjuster, #4551 2018-05-13 19:07:13 +02:00
Morgan Hardwood
1fcb00c5d8 Added Panasonic DC-GX9 to camconst.json
Quality X, color matrix from ADC-10.3.
No white-frames nor black-frames yet, see #4550
2018-05-12 11:21:09 +02:00
Morgan Hardwood
fde0dccd6a Revised printf file format strings 2018-05-06 21:50:09 +02:00
Hombre
ec2181f7ff Fix #4532, Fix #4533 : Pentax HDR/PEF and 16/24 bits float support 2018-05-06 17:14:44 +02:00
heckflosse
a6f82d0212 Fix copy/paste bug, fixes #4538 2018-05-06 15:43:17 +02:00
heckflosse
eec33292db Segfault in gaussianBlur (USM), fixes #4528 2018-05-01 14:20:56 +02:00
Alberto Griggio
a5d9c49fa8 improve the accuracy of previews when "clip OOG" is not set
Fixes #4519
2018-04-30 17:50:17 +02:00
Alberto Griggio
5d9dadae6e apply clipping in RAW if the "clip OOG" parameter is set 2018-04-30 17:49:55 +02:00
Alberto Griggio
5d27eea860 Merge pull request #4506 from Beep6581/new-shadows-highlights
New shadows/highlights implementation
2018-04-28 19:23:28 +02:00
Alberto Griggio
5fd8f66b36 shadows/highlights: ignore the params in the pp3 if ppVersion < 333 2018-04-28 19:06:05 +02:00
heckflosse
3d861ef64d Fix wrong Canon mRaw dimensions, fixes #3533 2018-04-27 15:46:56 +02:00
heckflosse
63f3b2f86f Merge branch 'dev' into new-shadows-highlights 2018-04-26 15:10:58 +02:00
heckflosse
c45ec6f16e Speedup and bugfix for new Sh/Hl tool 2018-04-26 14:32:43 +02:00
Alberto Griggio
6bea422836 shadows/highlights: add a bit more contrast in the shadows 2018-04-24 14:59:46 +02:00
heckflosse
e518e7923e Better raw crop for Pentax K-S1 2018-04-19 20:53:41 +02:00
heckflosse
127f04185b Merge branch 'dev' into pixelshift_fixes 2018-04-18 15:18:52 +02:00
heckflosse
0207705c16 Pixelshift: renamed 'ISO-adaption' slider to 'sensitivity' slider. Changed calculation of sensitivity. Some cleanups 2018-04-18 15:00:21 +02:00
heckflosse
52968a9766 Made xtrans_demosaic an own compilation unit 2018-04-18 13:16:56 +02:00
heckflosse
239e0dab57 Corrupted pixels near image's edge when using flat field images with black border, #4378 2018-04-15 14:35:30 +02:00