* 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:
@@ -732,7 +732,12 @@ private:
|
||||
|
||||
Gtk::CheckButton* const invmaskd;
|
||||
Gtk::CheckButton* const invmask;
|
||||
|
||||
Gtk::Frame* const nlFrame;
|
||||
Adjuster* const nlstr;
|
||||
Adjuster* const nldet;
|
||||
Adjuster* const nlpat;
|
||||
Adjuster* const nlrad;
|
||||
Adjuster* const nlgam;
|
||||
Adjuster* const bilateral;
|
||||
Adjuster* const sensiden;
|
||||
Gtk::Button* neutral;
|
||||
|
Reference in New Issue
Block a user