36 Commits

Author SHA1 Message Date
Ingo Weyrich
3567d54b52
faster sigmoid function to create the contrast mask used in dual demosaic and capture sharpening, #6386 (#6387) 2021-12-01 15:01:27 +01:00
Ingo Weyrich
ba78b24fa5 Small speedup for epd, also reduces size of executable 2020-11-17 15:40:49 +01:00
Ingo Weyrich
cd63427eca calcBlendFactor(): templated, also a small speedup be reordering instructions 2020-09-20 15:07:14 +02:00
Ingo Weyrich
5face2e449 buildBlendMask: remove multiplication by amount as amount always was 1 2019-12-20 17:44:51 +01:00
Ingo Weyrich
a2dd906115 flush denormals to zeros for mask blur, #5560 2019-12-11 13:00:09 +01:00
Ingo Weyrich
ec3ba6d9b8 renamed sleef.c to sleef.h 2019-11-03 17:03:40 +01:00
Ingo Weyrich
d08c88bdea
Update rt_algo.cc
Fixed a comment
2019-09-26 18:02:37 +02:00
Ingo Weyrich
62ec0f0fd2 Capture sharpening: tiled deconvolution 2019-09-14 14:43:32 +02:00
Ingo Weyrich
4079bb9920 Capture Sharpening: automatic radius calculation 2019-09-11 18:56:07 +02:00
Ingo Weyrich
ba43437220
Merge pull request #5445 from Beep6581/capture_sharpening
Merge Capture sharpening into dev to get more tests
2019-09-10 19:27:01 +02:00
Morgan Hardwood
60b2196bce Updated gnu.org links to use HTTPS 2019-09-10 12:34:57 +02:00
Ingo Weyrich
dab39dae76 Capture Sharpening: avoid hue shift 2019-08-19 21:17:25 +02:00
heckflosse
872279ae97 Remove some console output before merge 2018-12-09 22:39:00 +01:00
heckflosse
1d01002953 Added console output, #5070 2018-12-08 17:42:31 +01:00
heckflosse
3f606c776a exclude tiles with too low variance from calculation of dual demosaic contrast threshold 2018-12-07 22:07:56 +01:00
heckflosse
d9d8005706 Some changes as suggested by @Floessie, #5070 2018-12-07 16:22:24 +01:00
heckflosse
72ee991858 Improve detection of flat regions for calculation of dual demosaic contrast threshold 2018-12-07 00:39:41 +01:00
heckflosse
1b0baf78ff buildBlendMask() cleanup 2018-12-05 15:17:12 +01:00
heckflosse
09c55ca6ec Small speedup and code cleanup for autocontrast calculation 2018-12-04 23:13:20 +01:00
heckflosse
75a34ef87e Improve caclulation of dual demosaic contrast threshold 2018-12-04 14:51:13 +01:00
heckflosse
f38f0b0ef7 Be less restrictive regarding variance in pass 2 of dual demosaic auto contrast threshold calculation 2018-12-01 21:18:12 +01:00
heckflosse
b63b411bee findMinMaxPercentile(): clamp minOut and maxOut, #5030 2018-11-29 13:51:04 +01:00
heckflosse
392e00cd69 Dual demosaic auto contrast threshold: Use adjuster with auto button, #4866 2018-10-23 19:52:40 +02:00
heckflosse
be987d8f32 dual demosaic auto contrast: fix segfault when falling back to zero, #4866 2018-10-22 17:24:36 +02:00
heckflosse
e2965cc6b4 dual demosaic: improved auto threshold detection and fall back to more detailed demosaicer if no flat region was found, #4866 2018-10-22 14:22:49 +02:00
heckflosse
8b65900066 Dual demosaic: Add auto threshold checkbox and show used value in ui, #4866 2018-10-21 20:21:43 +02:00
heckflosse
0da47b0da3 2-pass dual-demosaic-contrast-threshold detection if 1-pass does not find a flat area, #4866 2018-10-18 22:09:35 +02:00
heckflosse
bb0743898b SSE code for auto calculation of dual demosaic contrast threshold, #4866 2018-10-17 13:36:41 +02:00
heckflosse
5a30c7e147 Calculate dual demosaic contrast threshold and log it in console output but don't use it, #4866 2018-10-17 00:17:22 +02:00
heckflosse
f7578c1512 Dual demosaic: added DCB+VNG4, RCD+VNG4. Cleaned code. Prepared engine for semi-automatic calculation of contrast threshold 2018-06-24 17:01:15 +02:00
heckflosse
306e0478d7 deconvolution amount was ignored if contrast threshold == 0, fixed 2018-06-13 14:28:31 +02:00
heckflosse
2a13d12936 Amaze+VNG4: created own entry in demosaic combobox, cleaned code 2018-05-29 16:59:29 +02:00
heckflosse
2b031cdfd1 Changed Copyright notice 2017-11-26 00:11:08 +01:00
Flössie
3dfa59e77f Little cosmetics for the new rt_algo.* 2017-11-25 17:50:47 +01:00
heckflosse
94d28e508e Added newline at end of file 2017-11-25 13:59:39 +01:00
heckflosse
0950963f84 Moved findMinMaxPercentile() to rt_algo.*, use bool multiThread in fattal tonemapper, fixes #4195 2017-11-25 13:56:42 +01:00