70 Commits

Author SHA1 Message Date
Flössie
e0f7c1358b procparams.h cleanup - Part 2
TODO:
- Add c'tors and find all defaults
- Remove `setDefaults()` in favour of c'tors
- Add `operator ==()` to `struct`s
2017-11-17 17:05:46 +01:00
heckflosse
ae67344f16 Pixel Shift: intermediate steps for progress bar 2017-06-18 15:22:49 +02:00
heckflosse
4d3b717071 Pixel Shift: speedup for 'Show only motion mask' mode 2017-06-17 18:17:16 +02:00
heckflosse
2a444e260a Fix some coverity issues. Pixel Shift: calculate per frame brightness factors only once after preprocessing 2017-06-17 14:43:48 +02:00
heckflosse
28fee5e72b fix wrong indentation 2017-05-30 19:48:06 +02:00
heckflosse
e8e01c3af1 pixelshift: skip demosaic when 'Show only motion mask' is enabled 2017-05-30 19:45:17 +02:00
heckflosse
486d51e434 Reduced memory usage of Pixel Shift motion detection by ~ width * height * 8 byte 2017-05-30 18:44:03 +02:00
heckflosse
25a531308f Cleaned pixelshift code and made a speedup for pixelshift without motion correction 2017-05-30 15:43:49 +02:00
heckflosse
fd29535657 pixelshif.cc compilation warning. fixes #3889 2017-05-27 11:51:13 +02:00
heckflosse
136c9153e6 Improved accuracy of Pixel Shift motion mask, no Issue 2017-05-26 21:06:37 +02:00
heckflosse
e043e792db Pixelshift: Added per channel brightness equalization 2017-04-10 20:39:00 +02:00
heckflosse
6e55f6bab5 Fixed a lot of issues reported by cppcheck 1.78 2017-04-08 22:41:46 +02:00
heckflosse
d003a9e81f Fix compile warnings in pixelshift.cc 2017-03-30 01:09:01 +02:00
Hombre
209ea3533b Adding PixelShift to PartialPaste window + small bugfixs (issue #3489) 2017-03-28 00:02:10 +02:00
heckflosse
9bb5164cce allow translation of demosaic methods; hide Sub-Image selector for files with onyl 1 raw file; ... 2017-03-22 14:13:51 +01:00
heckflosse
5349fea8c1 pixelshift: moved code from rawimagesource.cc to pixelshift.cc and fixed a bug 2017-03-18 15:15:20 +01:00
heckflosse
28015d8c26 Pixelshift: reduce number of false positive motion detections for red/blue check on transitions between overexposed ańd correctly exposed regions 2017-03-15 23:24:18 +01:00
heckflosse
c9d9715e6d pixelshift: cleaned code 2017-03-13 21:38:52 +01:00
heckflosse
f9a536fd0b new gtk3 version of pixelshift 2017-03-11 22:30:36 +01:00
heckflosse
f226934b57 Pixelshift: Added option to equalize brightness of frames and cleaned gui. 2017-03-11 00:25:49 +01:00
heckflosse
bcb3ce8164 pixelshift: changed ePerIso calculation 2017-01-29 17:28:30 +01:00
heckflosse
3f2f1fb8ef pixelshift: fixed wrong weight of red/blue in 3x3new 2017-01-29 15:16:16 +01:00
heckflosse
bd78989b9c pixelshift: fixed accidently commited change to eperiso adjuster 2017-01-27 22:06:07 +01:00
heckflosse
262e929111 pxelshift: small optimization for 3x3new 2017-01-27 16:39:39 +01:00
heckflosse
46e078c739 pixelshift: speedup and new experimental ISO adaption 2017-01-27 14:26:27 +01:00
heckflosse
208c179921 pixelshift: adjuster for smooth transitions 2017-01-22 17:44:58 +01:00
heckflosse
8d40dbdc0b pixelshift: option to smooth transitions between regions with and without motion 2017-01-19 18:46:41 +01:00
heckflosse
70415fdfe5 pixelshift: cleaned gui 2017-01-18 19:36:35 +01:00
heckflosse
37243d9cd6 Pixelshift: new beta realease 2017-01-13 21:35:11 +01:00
heckflosse
bbabe9bca8 Revert "pixelshift: Simplified code and added 2 checkboxes"
This reverts commit 3870f6d35d0d4098d232edae42412354cf9f2144.
2016-12-15 18:54:42 +01:00
heckflosse
3870f6d35d pixelshift: Simplified code and added 2 checkboxes 2016-12-15 18:45:34 +01:00
heckflosse
9bd874eb8c pixelshift: simplified and increased readability of code 2016-12-06 22:52:36 +01:00
heckflosse
49b5dbd595 pixelshift: deduped code to paint motion mask 2016-12-06 01:42:19 +01:00
heckflosse
98b405368f pixelshift: Added green 7x7 correction grid 2016-12-05 20:39:28 +01:00
heckflosse
755a43f4ac pixelshift: reordered code for better readability, corrected behaviour of green 1x2 motion mask 2016-12-05 19:17:58 +01:00
heckflosse
49aa9f0c4e pixelshift: Added new red/blue stddev adjusters for test 2016-12-05 15:34:05 +01:00
heckflosse
d498e5f5c5 pixelshift: partly fixed wrong colouring of red/blue cross check motion mask. Not good, but better than last one 2016-12-04 23:59:42 +01:00
heckflosse
4384819eee pixelshift: changed red/blue cross check 2016-12-04 22:35:29 +01:00
heckflosse
4820437c46 pixelshift: added checkbox to test red/blue cross check 2016-12-02 22:41:09 +01:00
heckflosse
27a537aba4 pixelshift: fixed possible crash bug in 1x1 and 1x2 mode 2016-12-02 14:57:14 +01:00
Hombre
b1e7dcbf4a Updated GUI 2016-12-02 02:58:09 +01:00
heckflosse
4ba6e7d5f7 pixelshift: model specific default values. Caution: you need to press reset buttons for pixelshift adjusters of existing profiles once! 2016-12-01 19:45:54 +01:00
heckflosse
1f36542558 pixelshift Diversified green and non green motion detection 2016-11-30 01:17:50 +01:00
heckflosse
389d2ebddd pixelshift: Added support for .badpixels file and raw white point correction 2016-11-29 15:22:33 +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
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