70 Commits

Author SHA1 Message Date
Pandagrapher
9204fc365d Fixes issue when deleting locallab tool with mask preview active 2020-05-12 14:46:08 +02:00
Pandagrapher
bb95dd7a1b Improves Locallab tools advice tooltips management
Other:
- GUI widgets cleanup
2020-05-08 12:34:10 +02:00
Pandagrapher
65c008aea7 Merge with branch 'dev/newlocallab'...
Others:
- Improves "Local Contrast" tool GUI behavior
- Fixes label for default complexity mode choice in preferences windows
2020-05-05 15:51:39 +02:00
Pandagrapher
d0d79c7d59 Improve complexity mode management for Locallab tools
Changes:
- For each Locallab tool, a complexity mode can now be chosen (by
defaut, "Expert") to reduce or not the number of tool parameters.

Fixed issues:
- Some tool parameters had their values forced to a default one in
"Normal" mode whereas it shouldn't.
2020-05-03 13:48:05 +02:00
Desmis
dd070dbd3d Added Damper to wavelet local contrast and gradient 2020-04-29 11:11:08 +02:00
Desmis
0189cc0815 Added directional contrast to wavelet pyramid 2020-04-27 09:47:43 +02:00
Desmis
1ca10eb755 Save GUI for local wavelet residual shadows Highlight 2020-04-26 13:18:51 +02:00
Pandagrapher
101d226c59 Fixes another warnings in Locallab GUI during clang10 compilation 2020-04-24 19:21:43 +02:00
Pandagrapher
a111c71ea9 Fixes warnings in Locallab GUI during clang10 compilation 2020-04-24 18:44:30 +02:00
Pandagrapher
32f66da534 Locallab tools code cleanup and format 2020-04-23 21:09:29 +02:00
Desmis
07e6d07d46 Added GUI sigmaed to edge sharpness wavelet 2020-04-21 13:23:49 +02:00
Desmis
f2d867bef1 Added slider sigmabl - disactivated blurcbdl 2020-04-21 10:32:38 +02:00
Desmis
bef184aa95 GUI part - adde sigma to Wavelet Range Compression 2020-04-20 18:09:39 +02:00
Pandagrapher
7197d2c736 Defines default visibility of Locallab tool expanders
Also fixes an issue where Blur, Noise & Denoise mask curves weren't
available for all complexity mode
2020-04-20 12:45:01 +02:00
Pandagrapher
dd4eb44971 Merge Locallab tool "Denoise" into Locallab tool "Blur & Noise" 2020-04-19 15:19:48 +02:00
Pandagrapher
4ea4663e34 Merge with 'dev/newlocallab'... 2020-04-16 16:01:53 +02:00
Pandagrapher
968e267903 Add possibility to add/remove Locallab tools
Change:
- Use tools list widget to add a Locallab tool to currently selected
spot. Remove Locallab tool from currently selected spot using cross on
tool title bar

Note:
- Spot parameters list in .pp3 file isn't optimized according to
added/removed Locallab tools
2019-09-09 21:52:06 +02:00
Pandagrapher
2080f65197 Improve mask preview and avoid reprocessing when switching spot
Changes:
- Mask preview has been improved. It only applies on detailed image now
("dcrop" pipeline) which corrects unexpected behavior on navigator
image. Mask preview now only applies on selected spot: when switching
between spots, mask preview is deactivated on newly selected spot.
- Image reprocessing is now avoided when switching between spots (except
if mask preview was previously activated). Mask background update
remains functionnal.

Bugfixe:
- AStyle runned on several modified files
2019-08-21 13:40:28 +02:00
Pandagrapher
53eeffbebf Merge of Locallab tools with actual GUI
Improvements:
- Simplification of default values setting/management

Limitations:
- Possibility to add/remove Locallab tool isn't working
- Even if not fully deactivated, batch mode isn't working anymore for
Locallab
- Mask preview isn't working anymore
2019-08-18 22:20:52 +02:00
Pandagrapher
e4701101c9 Creation of generic class to manage Locallab tools
Notes:
- All Locallab tools have been converted to this new design
- Locallab GUI hasn't been updated to this new design

Bugfix: Solve crash problem when using ctrl+copy/ctrl+paste
2019-08-15 10:26:44 +02:00