230 Commits

Author SHA1 Message Date
Desmis
92f6e0e1da merge with dev 2018-02-01 11:42:17 +01:00
Alberto Griggio
ffbd97960f histmatching: make sure we use an sRGB profile for generating the target rendering 2018-01-30 10:47:18 +01:00
Desmis
90bd7fa98d merge with dev 2018-01-14 12:26:00 +01:00
Desmis
90d4767ad0 merge with Dev 2018-01-11 13:22:05 +01:00
heckflosse
30e085d378 colorToningLabGrid() : tiled/per row processing to make better use of cpu cache 2018-01-09 19:41:34 +01:00
Alberto Griggio
0f7ee33a43 merge with dev 2018-01-09 09:08:25 +01:00
Alberto Griggio
041990d216 Added new color toning mode "L*a*b* color correction grid", adapted from DT's color correction module 2018-01-08 00:19:36 +01:00
Hombre
ee2c8f01e0 Merge branch 'dev' into tiff32float 2018-01-01 15:24:00 +01:00
Desmis
fb7f65a82d Fixed bug in denoise + improve algo 2017-12-30 16:06:11 +01:00
Desmis
9713604b12 add bilateral to local denoise and enhanced GUI 2017-12-23 09:34:39 +01:00
Desmis
42d0f550c9 Reduce artifacts for all sections 2017-12-22 11:20:20 +01:00
Desmis
46181f1008 merge with dev 2017-12-21 08:42:43 +01:00
Desmis
2c5e992504 Fixed bug slider Chroma detail 2017-12-19 07:57:00 +01:00
Alberto Griggio
b8777b3d87 added simple local contrast tool
Borrowed from G'MIC
2017-12-19 01:03:52 +01:00
Desmis
3c0d0ca9a0 Clean and optimize fftw code 2017-12-18 15:31:02 +01:00
Desmis
7a826a586d Add simplified Scope to local denoise 2017-12-18 08:50:49 +01:00
Desmis
47669f7dbb Others improvments to local denoise 2017-12-16 08:54:50 +01:00
Desmis
1faa7d7d08 Clean and optimize local chroma denoise 2017-12-15 15:48:35 +01:00
Desmis
6e58be73b2 Add local ciecam cat02 warmer cooler 2017-12-10 19:31:41 +01:00
Desmis
1a105bef4c Save provisory work 2017-12-10 14:42:26 +01:00
Desmis
5e93f6ba5d Improve Inverse Color Light and fixed some bugs 2017-11-26 09:21:39 +01:00
Desmis
d13b485eff Improve algo slider chrominance color and light 'super' 2017-11-20 13:51:04 +01:00
Desmis
0248c58970 Change limit RT-spot size 2017-11-20 09:46:07 +01:00
Alberto Griggio
bc8b8902e6 make rtengine::processImage return an Imagefloat instead of an Image16
This is for supporting saving to 32-bit float TIFFs
2017-11-20 00:10:51 +01:00
Desmis
75cec00e95 merge with dev 2017-11-19 09:08:45 +01:00
Alberto Griggio
f6bd06a06c merged 'hdr_tonemap_fattal_nocache' into 'dev' 2017-11-18 17:44:34 +01:00
heckflosse
1483f28bfb made iplocallab.cc -wextra clean 2017-11-15 19:35:43 +01:00
heckflosse
0df571b2db solved merge conflicts for merge from dev into newlocallab 2017-11-15 16:49:53 +01:00
Alberto Griggio
19281eedd1 merge branch 'lensprofile-ca-correction' into 'dev' 2017-11-14 22:53:27 +01:00
Desmis
4b2563af62 Add simplified Excluding Spot - fixed some bugs 2017-11-10 08:47:11 +01:00
Alberto Griggio
b1938e272c added a dedicated Median_Denoise function that applies the median filter only on dark pixels
This gives a slight performance improvement for Fattal
2017-11-07 18:00:00 +01:00
Alberto Griggio
f6faccc759 moved Fattal earlier in the pipeline (before rgbProc, right after distortion/perspective/ca) 2017-11-04 18:16:51 +01:00
Alberto Griggio
d418b9d01d various fixes to Fattal, and moved it later in the pipeline 2017-11-03 14:58:27 +01:00
Alberto Griggio
77b4ad497b Integrated "Fattal02" tone-mapping operator from Luminance HDR 2017-11-02 22:34:49 +01:00
Desmis
53ba84f699 Fixed some bugs and some changes 2017-11-02 13:19:16 +01:00
Alberto Griggio
770479f643 removed unused parameters from transformLCPCAOnly 2017-10-31 09:38:27 +01:00
Alberto Griggio
dfff9812bf improved profile-based CA correction in preview
also cleaned up the code
2017-10-31 00:51:01 +01:00
Alberto Griggio
5a05b04e09 profile-based CA correction applied during 1:1 preview 2017-10-29 21:41:19 +01:00
Alberto Griggio
a29287eaa0 started working on enabling full support for CA correction with a lens profile 2017-10-26 22:51:03 +02:00
heckflosse
2b2bbd69f4 Make compilation unit rtengine/iplab2rgb.cc -Wextra clean, #4155 2017-10-25 19:07:38 +02:00
Desmis
ff26f0642e Add method symmetric to blur and noise - and some extension 2017-10-25 17:33:58 +02:00
heckflosse
54a07be45d Make compilation unit rtengine/PF_correct_RT.cc -Wextra clean, #4155 2017-10-23 00:16:22 +02:00
heckflosse
31c75864d4 Make compilation unit rtengine/dirpyr_equalizer.cc -Wextra clean, #4155 2017-10-22 23:08:02 +02:00
Desmis
ab7b8042ec Improve algo Blurr-noise normal 2017-10-22 13:26:00 +02:00
heckflosse
04cdcca26c Make compilation unit rtengine/improcfun.cc -Wextra clean, #4155 2017-10-21 21:26:07 +02:00
heckflosse
06f07820bd Make compilation unit rtengine/ipwavelet.cc -Wextra clean, #4155 2017-10-21 19:52:41 +02:00
heckflosse
9e812bb25b Make compilation unit rtengine/FTblockDN.cc -Wextra clean 2017-10-21 17:43:02 +02:00
Desmis
74cc88ff2f merge with dev 2017-10-14 08:34:38 +02:00
Desmis
baa2d91ee6 add chroma to cbdl 2017-10-12 17:46:31 +02:00
Desmis
c596ffa429 Comment code and some changes 2017-10-10 11:09:41 +02:00