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
498a39a88f
Speedup and reduced memory usage for xtrans dual demosaic
2020-09-05 13:50:50 +02:00
Flössie
c607b58b18
Fix non-OpenMP build warnings
2020-06-18 14:32:45 +02:00
Ingo Weyrich
b2443b0e7e
more double promote fixes, still not complete
2020-01-21 00:16:27 +01:00
Ingo Weyrich
b2218d05dd
clip negative output of demosaicers to zero, #5561
2019-12-12 18:45:18 +01:00
Ingo Weyrich
6335b68a80
Further reduction of include dependencies
2019-11-03 14:52:42 +01:00
Ingo Weyrich
ed161c6288
Reduce rawimage.h dependencies
2019-10-29 15:21:02 +01:00
Ingo Weyrich
19e0112495
xtrans: border artifacts when using 1-pass Markesteijn, fixes #5452
2019-09-15 12:55:20 +02:00
Morgan Hardwood
60b2196bce
Updated gnu.org links to use HTTPS
2019-09-10 12:34:57 +02:00
Ingo Weyrich
f7ec852e05
Merge pull request #5404 from Beep6581/58_cppcheck_coverity_fixes
...
cppcheck and coverity fixes
2019-08-16 22:38:02 +02:00
Ingo Weyrich
259a7f4e78
Fix a bug in xtrans 1-pass
2019-08-12 13:46:33 +02:00
Ingo Weyrich
9cbc49d817
make xtrans_demosaic.cc cppcheck-clean
2019-08-08 20:33:57 +02:00
Morgan Hardwood
5b50b2d059
Various interface fixes, closes #5211
2019-03-25 01:53:07 +01:00
heckflosse
b0a7b5fed3
tiles per thread for some more tiled algorithms, #5203
2019-03-09 18:47:02 +01:00
heckflosse
f78f17ae6f
xtransborder_interpolate: Use same weights as in fast_xtrans_interpolate, #5198
2019-03-01 14:36:13 +01:00
heckflosse
917cc49278
xtrans: reduce border artifacts, #5198
2019-02-28 22:39:40 +01:00
heckflosse
5a7f889380
Better xtrans fast algorithm, #5107
2018-12-31 16:15:50 +01:00
heckflosse
6af47bb8d7
correctly set border in xtrans combined demosaicers, hopefully fixes #4639
2018-06-25 23:50:34 +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
c3f163a323
Added 4-pass xtrans demosaic
2018-06-03 16:22:34 +02:00
heckflosse
52968a9766
Made xtrans_demosaic an own compilation unit
2018-04-18 13:16:56 +02:00