* 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:
@@ -1056,6 +1056,11 @@ enum ProcEventCode {
|
||||
Evlocallablowthresr = 1030,
|
||||
Evlocallabhigthresr = 1031,
|
||||
Evlocallabdecayr = 1032,
|
||||
Evlocallabnlstr = 1033,
|
||||
Evlocallabnldet = 1034,
|
||||
Evlocallabnlpat = 1035,
|
||||
Evlocallabnlrad = 1036,
|
||||
Evlocallabnlgam = 1037,
|
||||
NUMOFEVENTS
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user