Commit Graph

403 Commits

Author SHA1 Message Date
Desmis
c08c48f906 Choice in settings recursive references 2019-10-29 08:14:15 +01:00
Desmis
b608ce7efb Clean and save code 2019-10-28 17:15:31 +01:00
Desmis
575016df6e Add wavelet mask local contrast to mask 7+* 2019-10-17 16:26:45 +02:00
Desmis
20a6e04d19 Add wavelet mask local contrast to mask 1+* 2019-10-17 10:54:01 +02:00
Desmis
6468db2bd3 Add contrast curve to mask 1 Blur and Denoise 2019-10-15 17:59:27 +02:00
Desmis
df007c66c9 Add contrast curve to mask 2 CBDL 2019-10-15 17:09:17 +02:00
Desmis
edbfe1a1fd Add contrast curve to mask 5 Retinex 2019-10-15 16:22:27 +02:00
Desmis
94bd0a7d60 Add contrast curve to mask 3 ToneMapping 2019-10-15 14:03:21 +02:00
Desmis
e8dd1c4378 Add contrast curve to mask 4 ShadowsHighlight 2019-10-15 11:35:01 +02:00
Desmis
e44d4c1324 Add contrast curve to mask 6 exposure 2019-10-15 08:34:34 +02:00
Desmis
eca6a9ad1a Rearrange head Lab_local and maskcalccol to more lisibility 2019-10-14 17:50:18 +02:00
Desmis
b624c42847 Clear contrast curve mask color after using 2019-10-14 16:37:17 +02:00
Desmis
ef5eebb81e Add contrast curve to mask 7 color and light 2019-10-14 16:07:22 +02:00
Desmis
e7df169df1 Display Transmission Map Info 2019-09-28 07:39:50 +02:00
Desmis
c1560f32c5 Add Transmission map to Retinex 2019-09-27 11:16:02 +02:00
Desmis
eea35577d7 merge with dev 2019-09-13 08:57:10 +02:00
Ingo Weyrich
4079bb9920 Capture Sharpening: automatic radius calculation 2019-09-11 18:56:07 +02:00
Desmis
0711373021 Merge with dev 2019-09-11 08:35:25 +02:00
Ingo Weyrich
ba43437220 Merge pull request #5445 from Beep6581/capture_sharpening
Merge Capture sharpening into dev to get more tests
2019-09-10 19:27:01 +02:00
Morgan Hardwood
60b2196bce Updated gnu.org links to use HTTPS 2019-09-10 12:34:57 +02:00
Desmis
a307b5a739 Improve Exposure PDE 2019-09-10 11:14:40 +02:00
Ingo Weyrich
ec2f7778bb trigger capture sharpening less often 2019-09-09 15:48:00 +02:00
Desmis
0730222cf7 Add PDE Fattal to Exposure PDE - thanks to Alberto 2019-09-08 11:31:05 +02:00
Desmis
0319a93496 Change settings Exposure PDE 2019-09-08 06:50:08 +02:00
Desmis
9d8aa5e9d3 Fixed crash when curve linear in local contrast wavelet 2019-09-03 13:47:20 +02:00
Desmis
bc23a7063e Fixed bug in local contrast wavelet 2019-09-02 10:50:05 +02:00
Desmis
b0669796ac merge with dev 2019-08-30 08:26:08 +02:00
Ingo Weyrich
a1a680fbdc Merge branch 'dev' into capture_sharpening 2019-08-29 22:07:55 +02:00
Ingo Weyrich
df8367558b Do not treat white balance changes as related to panning if before and after uses camera whitebalance 2019-08-29 22:07:15 +02:00
Ingo Weyrich
1ff505432c Do not treat changes of tonecurve.fromHistMatching as related to panning 2019-08-29 21:04:56 +02:00
Ingo Weyrich
d3ec7f5277 capture sharpening: Do not trigger demosaic when toggling mask preview, #5412 2019-08-28 19:26:09 +02:00
Ingo Weyrich
ba8c3d15bf capture sharpening: do not trigger demosaic when changing adjusters 2019-08-28 18:03:31 +02:00
Ingo Weyrich
7b3c50bc31 Capture sharpening: auto contrast threshold 2019-08-17 15:18:24 +02:00
Ingo Weyrich
8421f8780a capture sharpening: contrast threshold 2019-08-15 20:40:32 +02:00
Ingo Weyrich
506254ce46 capture sharpening: first mockup 2019-08-14 17:19:26 +02:00
Desmis
9e66826f62 Simple mask for inverse Exposure and inverse ShadowsHighlight 2019-08-11 09:28:28 +02:00
Desmis
d39eded269 enabled simple mask for Color and light inverse 2019-08-09 18:32:09 +02:00
Desmis
243faf603c Save GUI mask for Blur 2019-08-04 13:19:54 +02:00
Desmis
3105bab29f Improve local contrast with simple wavelet 2019-08-01 10:36:35 +02:00
Desmis
893831c45b Prepare mask TM 2019-07-30 18:14:41 +02:00
Desmis
cbeb828609 merge with dev 2019-07-18 13:41:26 +02:00
Desmis
3469bc9535 Improve retinex_pde with show processus 2019-07-05 13:31:04 +02:00
Desmis
b54312c2eb FFTW blur for local contrast 2019-06-28 14:26:51 +02:00
Desmis
9a46885cfe Fixed bug from ff2000 2019-06-26 12:34:57 +02:00
Flössie
80f2b6a002 Replace raw arrays with std::array<> 2019-06-14 08:58:04 +02:00
Flössie
015cffc73a Peripheral cleanups and a fix
- Whitespace, braces, sorting
- Fixed missing filmnegative in `ProcParams::operator ==(ProcParams)`
2019-06-13 09:52:13 +02:00
rom9
9df8008949 Film negative processing: first usable version. Only supports bayer raw files, thumbnails don't work
Added performance improvements suggested by heckflosse. Lowered median sampling step from 7 to 5 since calculation is now much faster.

Added support for Fuji X-Trans raw files.

Applied SSE2 patch provided by @heckflosse, improves performance in main processing loop.

Moved film negative processing stuff in its own compilation unit.

Code cleanup: removed redundant omp directives.

Added check for dead pixels, going above threshold after inversion. ST_BAYER only for now.

Reverted leftover hack in cropwindow.cc
2019-06-08 01:40:29 +02:00
Desmis
0d05d35a1b merge with dev 2019-05-19 18:32:38 +02:00
Desmis
18d977502d Improve Tone-mapping iterates 2019-05-19 18:12:46 +02:00
Desmis
b3576854f8 save provisory work 2019-05-10 19:24:17 +02:00