Commit Graph

2564 Commits

Author SHA1 Message Date
heckflosse
675b2cc7fc pixelshift: Added support for lcp vignetting correction and green equilibration 2016-11-29 17:01:14 +01:00
heckflosse
389d2ebddd pixelshift: Added support for .badpixels file and raw white point correction 2016-11-29 15:22:33 +01:00
Morgan Hardwood
fd41f4dcd5 Merge branch 'master' into gtk3 2016-11-29 12:28:03 +01:00
heckflosse
2b09ad6ecc pixelshift: fixed another crash 2016-11-28 23:40:04 +01:00
heckflosse
5231b442c7 pixelshift: fix a crash in non-adaptive mode 2016-11-28 21:51:51 +01:00
heckflosse
6496e34e4b pixelshift: switch subframe without need to reload the image; enabled CA-correction 2016-11-28 21:01:26 +01:00
Flössie
c5bef4f3bc Make ImageIO load grayscale JPGs and TIFFs (#3515) 2016-11-28 20:57:19 +01:00
heckflosse
313e770cfe pixelshift: optional vertical red/blue check 2016-11-28 15:21:45 +01:00
heckflosse
8afb267fe9 pixelshift: changed behaviour of correction amount, now 0 is 1x1 for green, 1 is 1x2 for green, no changes for other values 2016-11-27 21:55:27 +01:00
heckflosse
13bd6752f6 pixelshift: Fixed a crash caused by division by zero when Show motion was enabled 2016-11-27 20:07:02 +01:00
heckflosse
b9fb8cf292 pixelshift: Correction for mask-only mode when red/blue detection is enabled 2016-11-27 19:12:03 +01:00
heckflosse
ac5bad2de1 pixelshift: optional red/blue check 2016-11-27 18:42:58 +01:00
heckflosse
9bcb347a3b pixelshift: Fixed a bug in gui 2016-11-25 18:55:11 +01:00
heckflosse
b4ef423acd pixelshift: show mask only, Speedup for adaptive motion detection 2016-11-25 18:22:26 +01:00
heckflosse
802e798661 pixelshift: simplified calculation of adaptive detection 2016-11-25 13:56:40 +01:00
heckflosse
39a02ea827 pixelshift: added some verbose console output and reverted inverse ISO scaling 2016-11-25 01:57:22 +01:00
heckflosse
d84b54cfe0 pixelshift: Fixed wrong ISO dependency 2016-11-24 21:17:40 +01:00
heckflosse
28358d6bf2 pixelshift: added V4 for tests 2016-11-24 20:01:16 +01:00
heckflosse
7eda37a081 pixelshift: adaptice method V3 (worse than V2 imho) 2016-11-24 19:28:11 +01:00
heckflosse
1fcbdd8966 pixelshift: new version of adapaptive motion detection 2016-11-24 19:01:33 +01:00
heckflosse
d83834d4e6 pixelshift: Correction for adaptive mode 2016-11-24 15:11:07 +01:00
heckflosse
fe5f862c09 use camconst.json from master 2016-11-23 17:45:32 +01:00
heckflosse
053b305d89 Tone curve histogram ignores DCP tone curve, fixes #3512 2016-11-23 17:23:25 +01:00
heckflosse
622fddb15c changed name from 'pixelshift simple' to 'pixelshift' 2016-11-23 00:28:26 +01:00
heckflosse
520557912b pixelshift: changed formula for adaptive motion detection 2016-11-22 16:35:11 +01:00
heckflosse
fb043e9f5d pixelshift: experimental changes for Ilias :) 2016-11-21 21:38:14 +01:00
heckflosse
efde91c226 pixelshift bugfix 2016-11-21 14:08:18 +01:00
heckflosse
fa1717fddf pixelshift bugfix 2016-11-21 12:35:18 +01:00
heckflosse
8bb958eb19 pixelshift: committed some experimental changes for testing 2016-11-21 01:33:59 +01:00
heckflosse
d711015ae0 Correction for pixelshift 'show motion' when selected frame > 1 2016-11-17 15:54:55 +01:00
heckflosse
e923037053 Commited current state to allow tests. Expect colour casts when changin demosaic method or pixelshift frame. In this case, just reload the image 2016-11-16 09:31:35 +01:00
Hombre
024905a8ca Merge branch 'master' into gtk3 2016-11-11 23:05:29 +01:00
Morgan Hardwood
7cb8781910 camconst.json formatting fix 2016-11-11 09:25:29 +01:00
heckflosse
fda15c124e Improve support for Pentax K-1, Olympus E-M1MarkII and Canon G7 X 2016-11-10 20:13:21 +01:00
Floessie
bda2e6bc6c Merge pull request #3504 from Beep6581/fix-clang-warnings
Fix some Clang warnings reported by @Partha1b
2016-11-10 18:21:19 +01:00
Flössie
2d743bfe7f Provide a better std::enable_if<> solution 2016-11-10 18:04:06 +01:00
Flössie
b3bc325934 Add integral Threshold::operator ==(Threshold)
Kudos to @heckflosse for reminding me what C++11 is about. :)
2016-11-09 20:57:23 +01:00
Flössie
4ee191487e Fix uncritical warnings in rtengine/procparams.h 2016-11-09 19:28:14 +01:00
heckflosse
59e999fbf5 Used stoi instead of atoi 2016-11-08 15:31:48 +01:00
heckflosse
b5094d9d9f Pentax: ISO > 65535 was reported as 65535 in info dialog 2016-11-08 14:06:11 +01:00
heckflosse
f017603478 Enabled property of a tool shoot be first in tool group of pp3 file. Was not the case for Retinex. Fixed. No Issue 2016-11-08 02:25:34 +01:00
heckflosse
1c2f94a1b6 pixelshift: simplified combination of frames 2016-11-06 22:43:08 +01:00
Flössie
495c0938f4 Fix Clang warnings and build failure on OSX 10.12
Kudos to Partha over at pixls.us for finding and fixing!
2016-11-06 17:09:27 +01:00
heckflosse
5b455702a2 pixelshift: Fixed a bug, cleaned code, parallel decode of frames 2016-11-06 16:42:20 +01:00
Morgan Hardwood
a961325397 Merge commit 'b961e31' into gtk3 2016-11-05 20:43:58 +01:00
heckflosse
eaaf841f27 Forgot to add one file 2016-11-04 18:52:06 +01:00
heckflosse
f27241a745 Pentax pixelshift v0.0 2016-11-04 18:27:21 +01:00
heckflosse
2d730572f5 Fixed gui (thanks to Hombre) and cleaned code a bit 2016-11-03 01:27:56 +01:00
heckflosse
81fa149570 small change for Hombre 2016-11-03 00:41:33 +01:00
heckflosse
89901f4b36 reworked pixelshift code and temporary removed Fuji S5 dual frame support 2016-11-03 00:01:47 +01:00