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
Desmis
d276a56b10
Local adjustments - improvment Dehaze with black ( #6860 )
...
* Local Dehaze black
* Enable black
* Change threshold black - publish_pre_dev_labels ladehazeblack
2023-10-12 06:59:33 +02:00
Ingo Weyrich
dd549c2bb9
better fix for #6364
2021-09-19 12:27:07 +02:00
Ingo Weyrich
f47eb15d2b
fix crash in dehaze, fixes #6364
2021-09-19 10:25:53 +02:00
Ingo Weyrich
28739b8400
dehaze saturation adjuster for local adjustments, #5972
2020-11-08 11:36:31 +01:00
Ingo Weyrich
31a9cf3fe0
Haze removal: Allow blend between normal and luminance mode, #5972
2020-10-29 12:20:45 +01:00
Ingo Weyrich
e77dac43d5
array2D.h: cleanup
2020-07-29 13:38:17 +02:00
Ingo Weyrich
b55312140b
Fix wrong const usage
2020-07-26 13:28:21 +02:00
luz.paz
a41aa73124
Fix various typos
...
Found via codespell v2.0.dev0
```
codespell -q 3 -I ../rawtherapy-whitelist.txt -S ./rtdata/languages -L bord,hist,fo,reall,bloc,alph,dof,thre,makro,chang,currentry,portugues,vektor,ue
```
2020-06-18 14:53:04 -04:00
Desmis
e573de78b4
merge with dev
2020-03-19 13:40:11 +01:00
Ingo Weyrich
b627adea3a
Merge branch 'dev' into fix-double-promotion
2020-02-09 16:45:20 +01:00
Ingo Weyrich
c984a95b9e
Merge branch 'dev' into newlocallab
2020-02-07 18:24:50 +01:00
Ingo Weyrich
b2443b0e7e
more double promote fixes, still not complete
2020-01-21 00:16:27 +01:00
Ingo Weyrich
54d8efc5f6
reduce include dependecies
2020-01-17 23:56:17 +01:00
Desmis
f911db97fb
Negative values Dehaze - thanks to Alberto
2019-12-08 06:24:26 +01:00
Ingo Weyrich
033d9fe02a
Merge branch 'dev' into newlocallab
2019-11-04 23:01:33 +01:00
Ingo Weyrich
6335b68a80
Further reduction of include dependencies
2019-11-03 14:52:42 +01:00
Flössie
aacea7046c
Fix Clang warnings plus some cleanups
2019-10-31 08:56:38 +01:00
Ingo Weyrich
6935faa258
Further cleanup of include dependencies
2019-10-30 22:12:06 +01:00
Flössie
d7ec033829
Reduce dcp.h
dependencies
2019-10-30 09:30:21 +01:00
Ingo Weyrich
1acca23fe1
Further cleanup of include dependencies
2019-10-29 22:45:26 +01:00
Ingo Weyrich
20726d5bfe
Forward declare Imagefloat
2019-10-28 20:01:16 +01:00
Desmis
3a159827c6
merge with dev
2019-09-24 08:08:07 +02:00
Ingo Weyrich
e62b004434
dehaze: removed benchmark code
2019-09-23 22:14:52 +02:00
Ingo Weyrich
1e41ee6265
dehaze: fix two cppcheck style warnings, #5456
2019-09-23 15:54:11 +02:00
Ingo Weyrich
9cff2bca48
dehaze: speedup and changes requested by @Floessie in code review, #5456
2019-09-23 13:43:43 +02:00
Ingo Weyrich
ca162e8ffc
dehaze: (experimental) input normalization to improve handling of overexposed pictures, thanks @agriggio, #5456
2019-09-22 23:45:19 +02:00
Ingo Weyrich
189f474e03
dehaze: add accidently removed early exit in case there is no haze detected, #5456
2019-09-22 20:53:03 +02:00
Ingo Weyrich
cab84aed38
dehaze: fix bug in luminance mode, #5456
2019-09-22 13:21:34 +02:00
Ingo Weyrich
a7cc59c91d
dehaze: further speedup, stolen from ART, thanks @agriggio, #5456
2019-09-21 21:33:05 +02:00
Ingo Weyrich
83a8ca8ef5
dehaze: Fix artifacts when blue channel is clipped, #5456 , thanks to @agriggio
2019-09-20 15:29:35 +02:00
Ingo Weyrich
7ff3192cc9
dehaze: added lumimance mode from ART, #5456 , thanks to @agriggio
2019-09-20 14:03:09 +02:00
Ingo Weyrich
3981e285b9
dehaze: fix broken build on gcc < 9.x, #5456
2019-09-19 22:06:41 +02:00
Ingo Weyrich
3ab379ad0a
Dehaze: further speedup, #5456
2019-09-19 20:56:33 +02:00
Desmis
0711373021
Merge with dev
2019-09-11 08:35:25 +02:00
Morgan Hardwood
60b2196bce
Updated gnu.org links to use HTTPS
2019-09-10 12:34:57 +02:00
Desmis
7ed4c4422a
merge with dev
2019-08-17 06:47:28 +02:00
Ingo Weyrich
4bf4b818c0
cppcheck fixes
2019-08-08 13:41:14 +02:00
heckflosse
7970afa400
locallab: dedup dehaze code
2019-04-08 14:44:02 +02:00
heckflosse
020204e0cb
Merge branch 'dev' into newlocallab
2019-03-12 14:57:17 +01:00
Flössie
0cbc4923bc
Relax dependency from procparams.h
2019-02-28 20:44:50 +01:00
Desmis
1b038ad338
merge with dev
2019-02-20 08:05:33 +01:00
heckflosse
cbdf3267e0
Haze removal doesn't work with images with large overexposed regions, fixes #5181 , patch by @agriggio and @heckflosse
2019-02-19 21:37:04 +01:00
Desmis
9a9fbe0d54
merge with dev
2019-02-18 17:14:06 +01:00
Ingo Weyrich
8d8aeb00a7
Fix segfault when dehaze depth map is enabled
2019-02-18 16:56:39 +01:00
Ingo Weyrich
e2154f9feb
Fix a race in get_dark_channel()
2019-02-18 15:25:35 +01:00
Desmis
0c40abf126
add Contrast Threshold (sharp) - Local Contrast - Dehaze (retinex)
2018-12-19 19:33:33 +01:00
heckflosse
94f4afeb6b
Fix two issues reported by coverity
2018-11-16 14:50:51 +01:00
heckflosse
2502312242
Small speedup for dehaze, closes #4944
2018-11-08 14:35:03 +01:00
Alberto Griggio
7fb90644d3
dehaze: tweak epsilon to avoid artifacts in corner cases
2018-10-27 15:25:38 +02:00