11420 Commits

Author SHA1 Message Date
Ingo Weyrich
a651a38bea Merge branch 'dev' into locallab_engine_review 2020-06-19 19:41:02 +02:00
Thanatomanic
421f868921
Merge pull request #5804 from luzpaz/typos
Fix various typos
2020-06-19 18:05:17 +02:00
Ingo Weyrich
e89a3041fa fix black level computation for applying flat-field correction, taken from ART, thanks @agriggio 2020-06-19 17:07:49 +02:00
Flössie
09fab8de0e Fix two uninitialized variables 2020-06-19 10:55:48 +02:00
Lawrence Lee
7abe6c9044 Merge from branch 'dev' 2020-06-18 16:42:17 -07: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
Ingo Weyrich
19feac321a Merge branch 'dev' into locallab_engine_review 2020-06-18 20:09:51 +02:00
Ingo Weyrich
f725788349 ImProcFunctions::Compresslevels(): SSE version 2020-06-18 19:28:30 +02:00
Flössie
c607b58b18 Fix non-OpenMP build warnings 2020-06-18 14:32:45 +02:00
Flössie
5d4d637cf5 Revert NIKON D50.dcp 2020-06-17 13:54:47 +02:00
Desmis
5705de6adb
Merge pull request #5755 from Beep6581/newlocallab2
Newlocallab2 : Local adjustments - Improve GUI and fixed some bugs
2020-06-17 11:35:31 +02:00
Desmis
4345010e8c Suppress choice preview dE for blur denoise 2020-06-16 18:42:47 +02:00
Desmis
9e61a361f5 Added mask for denoise and blur 2020-06-16 17:32:43 +02:00
Ingo Weyrich
3df226a249 Merge branch 'dev' into newlocallab2 2020-06-16 15:36:09 +02:00
Ingo Weyrich
f23c2e9de0 locallab: speedup for wavcontrast4 and clarimerge 2020-06-16 15:35:42 +02:00
Flössie
dd1798ff69 Fix non-SSE build 2020-06-16 12:11:54 +02:00
Flössie
d033dbc810 Add 300dpi resolution to exported TIFFs (fixes #5787) 2020-06-16 10:52:56 +02:00
Desmis
ec05f4b1c6 Same change TM for local and ciecam 2020-06-15 08:18:51 +02:00
Ingo Weyrich
33733658be Fix a bug I introduced with last merge commit 2020-06-14 22:19:07 +02:00
Ingo Weyrich
beb8fd8f74 Merge branch 'dev' into newlocallab2 2020-06-14 22:03:26 +02:00
Desmis
c2eb20be70
Merge pull request #5797 from Beep6581/issue_5171
Crash caused by Tone Mapping, fixes #5171
2020-06-14 18:43:56 +02:00
Desmis
1ffae4c706 Change max edge stopping to 3 when local contrast enabled 2020-06-14 18:26:59 +02:00
Ingo Weyrich
16909d3b7f
Merge pull request #5781 from Beep6581/cleanup_59
Cleanups and also some speedups for RT 5.9, to be continued
2020-06-14 18:12:12 +02:00
Ingo Weyrich
11f81d2153 Try solution suggested by Jacques 2020-06-14 17:56:32 +02:00
Ingo Weyrich
8730afc041 Merge branch 'const-wavelet-decomposition' into cleanup_59 2020-06-14 17:35:09 +02:00
Ingo Weyrich
9f00747681 Merge branch 'dev' into cleanup_59 2020-06-14 17:11:15 +02:00
Ingo Weyrich
7046a9be93 Next try to fix a crash caused by tone mapping, #5171 2020-06-14 16:48:06 +02:00
Desmis
d0e44374c2 Change some tooltips 2020-06-14 08:08:24 +02:00
Pandagrapher
92bb05fd73 Fix in last commit in AUTHORS.txt 2020-06-13 21:18:05 +02:00
Pandagrapher
a4399082c2 Update AUTHORS.txt 2020-06-13 21:14:38 +02:00
Ingo Weyrich
f0ddd42d6d Crash caused by Tone Mapping, fixes #5171 2020-06-13 19:13:41 +02:00
Desmis
8cfb3d6d05 Added tootip CBDL 2020-06-13 17:29:40 +02:00
Desmis
6b05400693 Added tooltip to tone mapping 2020-06-13 13:35:09 +02:00
Desmis
52464c3c17 Simplify GUI structure spot 2020-06-13 08:30:39 +02:00
Ingo Weyrich
8ae82dafe3 moved SobelCannyLuma() to anonymous namespace 2020-06-12 21:52:45 +02:00
Ingo Weyrich
7bf5967253 iplocallab.cc: SobelCannyLuma(): removed omp because at the small problem size (tested with max. spot size of 150) it is counter productive 2020-06-12 21:26:35 +02:00
Ingo Weyrich
f040327a7b Merge branch 'dev' into newlocallab2 2020-06-12 20:36:42 +02:00
Ingo Weyrich
e0cefec695 iplocallab.cc: further cleanups 2020-06-12 19:58:56 +02:00
Lawrence Lee
7b4504e34f Add pointer initializer to avoid segfaults
PerspCorrection::metadata was not initialized, which could cause a
segfault.
2020-06-12 10:49:11 -07:00
Desmis
19427188ae Change tooltip wavelet contrast 2020-06-12 19:35:28 +02:00
Ingo Weyrich
486cf75990 iplocallab.cc: further cleanups 2020-06-12 15:31:56 +02:00
Desmis
6729a1f666 Small change to retinex tooltip 2020-06-12 13:31:11 +02:00
Ingo Weyrich
5a775952c9 Merge branch 'dev' into newlocallab2 2020-06-12 13:03:18 +02:00
Ingo Weyrich
6c1055f985
Fix another segfault in denoise 2020-06-12 13:02:37 +02:00
Ingo Weyrich
14c593ed16 Merge branch 'dev' into newlocallab2 2020-06-12 12:59:26 +02:00
Ingo Weyrich
5239e61946
Fix segfault in denoise, fixes #5796 2020-06-12 12:57:52 +02:00
Desmis
b4c674c28b Added text to tooltip retinex 2020-06-12 10:43:28 +02:00
Desmis
c618a505ef Added tooltip to retinex (without text) 2020-06-12 10:21:25 +02:00
Desmis
c6129a7714 merge with dev 2020-06-12 08:05:55 +02:00
Desmis
8224c4fae0 Change default settings retinex 2020-06-12 08:04:30 +02:00