Daniel Gao
711f274403
Get rid of relative include paths
...
* Use target_include_directories to specify include paths
* Specify project root (parent of rtgui and rtengine) as include path
* Replace relative includes with normal includes
2024-11-16 17:20:02 -05:00
Ingo Weyrich
49937a589f
Remove timing code
2020-09-14 19:32:50 +02:00
Ingo Weyrich
498a39a88f
Speedup and reduced memory usage for xtrans dual demosaic
2020-09-05 13:50:50 +02:00
Ingo Weyrich
1c11db3fc9
Speedup for bilinear dual demosaicers, #5748
2020-05-25 16:28:04 +02:00
Ingo Weyrich
bf30ca6c05
dual_demosaic: added Amaze+bilinear and Vng4+biliner, also made a small speedup, #5748
2020-05-24 19:28:56 +02:00
Ingo Weyrich
acc2b3d308
Add RCD+Bilinear demosaic for Bayer sensors, #5748
2020-05-10 12:16:48 +02:00
Ingo Weyrich
b2443b0e7e
more double promote fixes, still not complete
2020-01-21 00:16:27 +01:00
Ingo Weyrich
5face2e449
buildBlendMask: remove multiplication by amount as amount always was 1
2019-12-20 17:44:51 +01:00
Ingo Weyrich
8b5533cfcb
Dual demosaic: disable timing code
2019-11-21 16:28:45 +01:00
Ingo Weyrich
9bd53a5cc9
Dual demosaic: reduce memory usage by width * height * 4 byte
2019-11-21 16:23:39 +01:00
Ingo Weyrich
6335b68a80
Further reduction of include dependencies
2019-11-03 14:52:42 +01:00
Flössie
d7ec033829
Reduce dcp.h
dependencies
2019-10-30 09:30:21 +01:00
Ingo Weyrich
20726d5bfe
Forward declare Imagefloat
2019-10-28 20:01:16 +01:00
Morgan Hardwood
60b2196bce
Updated gnu.org links to use HTTPS
2019-09-10 12:34:57 +02:00
Floessie
17bec0a2e5
Merge pull request #5197 from Beep6581/relax-procparam-dependency
...
Relax dependency from `procparams.h`
2019-03-11 15:14:00 +01:00
heckflosse
b0a7b5fed3
tiles per thread for some more tiled algorithms, #5203
2019-03-09 18:47:02 +01:00
heckflosse
77475a3827
configurable tiles per thread also for rcd, #5203
2019-03-03 17:29:19 +01:00
Flössie
0cbc4923bc
Relax dependency from procparams.h
2019-02-28 20:44:50 +01:00
Flössie
37027e46bd
Fix non-OpenMP build
2019-02-06 06:54:31 +01:00
heckflosse
392e00cd69
Dual demosaic auto contrast threshold: Use adjuster with auto button, #4866
2018-10-23 19:52:40 +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
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
4b227709d1
Fix broken AMAZE+VNG4 demosaic for motion areas of pixelshift files
2018-06-30 14:20:29 +02:00
heckflosse
60f94e29a7
Dual demosaic: added xtrans 2-pass (combination of xtrans 1-pass and xtrans fast)
2018-06-24 19:32:12 +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