Bugfix for Directional Pyramid Denoising. Adding a Directional Pyramid Equalizer tool. This one serves the same function as the existing Wavelet Equalizer, but has much less artifacting; though it is a little slower to execute and has not yet been adapted for OpenMP implementation. There are also fewer levels on which the tool operates, though of course if there was a demand that could be altered. The controls are similar, though have been given separate luma and chroma controls. Each slider adjusts the factor by which a given detail band is amplified; factors larger than one increase contrast, while values smaller than one decrease contrast. The luma control alters contrast on various scales, each successive one twice as large as the previous one. The chroma control is similar, but does less since there is typically less chroma contrast on fine scales. One might use this to restore some of the color contrast lost in NR, or to remove color fringing by making the fine scale enhancement factor much less than one.
This commit is contained in:
@@ -568,8 +568,19 @@ TP_CROP_Y;y
|
||||
TP_DETAIL_AMOUNT;Amount
|
||||
TP_DIRPYRDENOISE_CHROMA;Chrominance
|
||||
TP_DIRPYRDENOISE_GAMMA;Gamma
|
||||
TP_DIRPYRDENOISE_LABEL;Directional Pyramid Noise Reduction
|
||||
TP_DIRPYRDENOISE_LABEL;Directional pyramid noise reduction
|
||||
TP_DIRPYRDENOISE_LUMA;Luminance
|
||||
TP_DIRPYREQUALIZER_CHROMACOARSEST;chroma coarsest
|
||||
TP_DIRPYREQUALIZER_CHROMACONTRAST_MINUS;Contrast-
|
||||
TP_DIRPYREQUALIZER_CHROMACONTRAST_PLUS;Contrast+
|
||||
TP_DIRPYREQUALIZER_CHROMAFINEST;chroma finest
|
||||
TP_DIRPYREQUALIZER_CHROMANEUTRAL;Neutral
|
||||
TP_DIRPYREQUALIZER_LUMACOARSEST;luma coarsest
|
||||
TP_DIRPYREQUALIZER_LUMACONTRAST_MINUS;Contrast-
|
||||
TP_DIRPYREQUALIZER_LUMACONTRAST_PLUS;Contrast+
|
||||
TP_DIRPYREQUALIZER_LUMAFINEST;luma finest
|
||||
TP_DIRPYREQUALIZER_LUMANEUTRAL;Neutral
|
||||
TP_DIRPYREQUALIZER_LABEL;Directional pyramid equalizer
|
||||
TP_DISTORTION_AMOUNT;Amount
|
||||
TP_DISTORTION_LABEL;Distortion
|
||||
TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
||||
|
Reference in New Issue
Block a user