* 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:
@@ -1059,7 +1059,12 @@ int refreshmap[rtengine::NUMOFEVENTS] = {
|
||||
LUMINANCECURVE, // Evlocallabrecothrer
|
||||
LUMINANCECURVE, // Evlocallablowthresr
|
||||
LUMINANCECURVE, // Evlocallabhigthresr
|
||||
LUMINANCECURVE // Evlocallabdecayr
|
||||
LUMINANCECURVE, // Evlocallabdecayr
|
||||
LUMINANCECURVE, // Evlocallabnlstr
|
||||
LUMINANCECURVE, // Evlocallabnldet
|
||||
LUMINANCECURVE, // Evlocallabnlpat
|
||||
LUMINANCECURVE, // Evlocallabnlrad
|
||||
LUMINANCECURVE // Evlocallabnlgam
|
||||
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user