* Improvment to denoise * Initialize nlmeans - thanks to Alberto and Ingo * Added 2 sliders max_patch and max_radius * Added Frame Non-local means * Improve GUI and tooltips - french * Change dfault detail - and comment code * Change label * Adapt English tooltip * Change GUI for NLmeans * Change order GUI denoise * Some changes to enable DCT - labels and tooltips * French labels tooltip * Change order combobox mode denoise - labels - tooltips * Change tooltip Denoise based on luminance mask * Change a tooltip * Removes unnecessary code * Nlmeans add gamma to preserve structure or reinforce denoise * Change gamma tooltip * Change tooltip Recovery denoise * Disabled nlmeans if skip > 5 * Change tooltip - size limit spot Nlmeans 150-150 * Change gamma Nlmeans * Supress display console * Speedup for gammalog and igammalog, #6087 * SSE code for (i)gammalog, #6087 Co-authored-by: Ingo Weyrich <heckflosse67@gmx.de>
This commit is contained in:
@@ -666,6 +666,11 @@ public:
|
||||
bool noisechrodetail;
|
||||
bool adjblur;
|
||||
bool bilateral;
|
||||
bool nlstr;
|
||||
bool nldet;
|
||||
bool nlpat;
|
||||
bool nlrad;
|
||||
bool nlgam;
|
||||
bool sensiden;
|
||||
bool detailthr;
|
||||
bool locwavcurveden;
|
||||
|
Reference in New Issue
Block a user