Noise Reduction - auto chroma issue2495

This commit is contained in:
jdc
2014-11-05 15:04:18 +01:00
parent 3f5199396c
commit 47ed53084d
26 changed files with 3302 additions and 341 deletions

View File

@@ -514,6 +514,11 @@ HISTORY_MSG_295;Film Simulation - Film
HISTORY_MSG_296;NR - Modulate luminance
HISTORY_MSG_297;NR - Quality
HISTORY_MSG_298;Dead pixel filter
HISTORY_MSG_299;NR - Chrominance curve
HISTORY_MSG_300;-
HISTORY_MSG_301;NR - Luma control
HISTORY_MSG_302;NR - Chroma method
HISTORY_MSG_303;-
HISTORY_NEWSNAPSHOT;Add
HISTORY_NEWSNAPSHOT_TOOLTIP;Shortcut: <b>Alt-s</b>
HISTORY_SNAPSHOTS;Snapshots
@@ -741,6 +746,30 @@ PREFERENCES_D50;5000K
PREFERENCES_D55;5500K
PREFERENCES_D60;6000K
PREFERENCES_D65;6500K
PREFERENCES_LEVDN;Cell size
PREFERENCES_MIN;Mini (100x115)
PREFERENCES_SMA;Small (250x287)
PREFERENCES_MED;Medium (Tile/2)
PREFERENCES_MAX;Maxi (Tile)
PREFERENCES_NOISE;Noise Reduction
PREFERENCES_LEVAUTDN;Denoising level
PREFERENCES_AUTLOW;Low
PREFERENCES_AUTSTD;Standard
PREFERENCES_SIMPLAUT;Tool mode
PREFERENCES_STDAUT;Standard
PREFERENCES_EXPAUT;Expert
PREFERENCES_LISS;Auto multi-zone smoothing
PREFERENCES_AUTLISVLOW;None
PREFERENCES_AUTLISLOW;Low
PREFERENCES_AUTLISSTD;High
PREFERENCES_AUTLISMAX;Max - Average of all tiles
PREFERENCES_TINB;Number of tiles
PREFERENCES_TISTD;Standard
PREFERENCES_TIMAX;High
PREFERENCES_WAVLEV;Increase wavelet level in quality 'high'
PREFERENCES_WLZER;No
PREFERENCES_WLONE;One level
PREFERENCES_WLTWO;Two levels
PREFERENCES_DARKFRAMEFOUND;Found
PREFERENCES_DARKFRAMESHOTS;shots
PREFERENCES_DARKFRAMETEMPLATES;templates
@@ -832,7 +861,7 @@ PREFERENCES_PROFILESAVECACHE;Save processing profile to the cache
PREFERENCES_PROFILESAVEINPUT;Save processing profile next to the input file
PREFERENCES_PROPERTY;Property
PREFERENCES_PSPATH;Adobe Photoshop installation directory
PREFERENCES_RGBDTL_LABEL;Max number of threads for Noise Reduction
PREFERENCES_RGBDTL_LABEL;Max number of threads
PREFERENCES_RGBDTL_TOOLTIP;Noise Reduction requires a baseline of about 128MB RAM for a 10MPix image or 512MB for a 40MPix image, and additionally 128MB RAM per thread. The more threads run in parallel, the faster the computation. Leave the setting at "0" to automatically use as many threads as possible.
PREFERENCES_SELECTFONT;Select font
PREFERENCES_SELECTLANG;Select language
@@ -855,7 +884,7 @@ PREFERENCES_TAB_BROWSER;File Browser
PREFERENCES_TAB_COLORMGR;Color Management
PREFERENCES_TAB_GENERAL;General
PREFERENCES_TAB_IMPROC;Image Processing
PREFERENCES_TAB_PERFORMANCE;Performance
PREFERENCES_TAB_PERFORMANCE;Performance & Quality
PREFERENCES_TAB_SOUND;Sounds
PREFERENCES_TP_LABEL;Tool panel:
PREFERENCES_TP_USEICONORTEXT;Use tab icons instead of text
@@ -1140,6 +1169,7 @@ TP_DIRPYRDENOISE_33;3×3 strong
TP_DIRPYRDENOISE_55SOFT;5×5
TP_DIRPYRDENOISE_55;5×5 strong
TP_DIRPYRDENOISE_77;7×7 (slow)
TP_DIRPYRDENOISE_99;9x9 (very slow)
TP_DIRPYRDENOISE_BLUE;Chrominance - Blue-Yellow
TP_DIRPYRDENOISE_CHROMA;Chrominance - Master
TP_DIRPYRDENOISE_CURVEEDITOR_L_TOOLTIP;Modulates action of 'Luminance' denoise
@@ -1151,20 +1181,48 @@ TP_DIRPYRDENOISE_GAMMA_TOOLTIP;Gamma varies noise reduction strength across the
TP_DIRPYRDENOISE_LABEL;Noise Reduction
TP_DIRPYRDENOISE_LABM;L*a*b*
TP_DIRPYRDENOISE_LAB;L*a*b*
TP_DIRPYRDENOISE_ABM;Chroma only
TP_DIRPYRDENOISE_LPLABM;Weighted L* (little) + a*b* (normal)
TP_DIRPYRDENOISE_LTYPE;Luminance type
TP_DIRPYRDENOISE_LCURVE;Luminance curve
TP_DIRPYRDENOISE_SLI;Slider
TP_DIRPYRDENOISE_CUR;Curve
TP_DIRPYRDENOISE_LUMAFR;Luminance
TP_DIRPYRDENOISE_LUMAFR_TOOLTIP;Wavelet on luminance and Fourier transform for luminance detail
TP_DIRPYRDENOISE_CHROMAFR;Chrominance
TP_DIRPYRDENOISE_AUTO;Auto chroma
TP_DIRPYRDENOISE_CTYPE;Auto method
TP_DIRPYRDENOISE_CTYPE_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nAutomatic multi-zones\nNo preview - works only during saving, but using the "Preview" method by matching the tile size and center to the preview size and center you can get an idea of the expected results.\nThe image is divided into tiles (about 10 to 70 depending on image size) and each tile receives its own chrominance noise reduction settings.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
TP_DIRPYRDENOISE_C2TYPE_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
TP_DIRPYRDENOISE_MAN;Manual
TP_DIRPYRDENOISE_MANU;Manual
TP_DIRPYRDENOISE_AUT;Automatic global
TP_DIRPYRDENOISE_AUTO;Automatic global
TP_DIRPYRDENOISE_PON;Auto multi-zones
TP_DIRPYRDENOISE_PRE;Preview multi-zones
TP_DIRPYRDENOISE_PREV;Preview
TP_DIRPYRDENOISE_AUTO_TOOLTIP;Try to evaluate chroma noise\nBe careful, this calculation is average, and is quite subjective !
TP_DIRPYRDENOISE_NOISELABEL;Preview noise: Mean=%1 High=%2
TP_DIRPYRDENOISE_TILELABEL;Tile size=%1, Center: Tx=%2 Ty=%3
TP_DIRPYRDENOISE_PREVLABEL;Preview size=%1, Center: Px=%2 Py=%3
TP_DIRPYRDENOISE_NOISELABELEMPTY;Preview noise: Mean= - High= -
TP_DIRPYRDENOISE_NRESID_TOOLTIP;Displays the remaining noise levels of the part of the image visible in the <b>preview</b> after wavelet.\n\n>300 Very noisy\n100-300 Noisy\n50-100 A little noisy\n<50 Very low noise\n\nBeware, the values will differ between RGB and L*a*b* mode. The RGB values are less accurate because the RGB mode does not completely separate luminance and chrominance.
TP_DIRPYRDENOISE_CCCURVE;Chrominance curve
TP_DIRPYRDENOISE_CURVEEDITOR_CC;Chroma
TP_DIRPYRDENOISE_CURVEEDITOR_CC_TOOLTIP;Increase (multiply) the value of all chrominance sliders.\nThis curve lets you adjust the strength of chromatic noise reduction as a function of chromaticity, for instance to increase the action in areas of low saturation and to decrease it in those of high saturation.
TP_DIRPYRDENOISE_LDETAIL;Luminance - Detail
TP_DIRPYRDENOISE_LM;Luminance only
TP_DIRPYRDENOISE_LUMA;Luminance
TP_DIRPYRDENOISE_MEDMETHOD;Median method
TP_DIRPYRDENOISE_MEDTYPE;Median type
TP_DIRPYRDENOISE_MED;Median
TP_DIRPYRDENOISE_MED;Median Filter
TP_DIRPYRDENOISE_MED_TOOLTIP;Enabled median denoising
TP_DIRPYRDENOISE_METHOD11;Quality
TP_DIRPYRDENOISE_METHOD11_TOOLTIP;Quality can be adapted to the noise pattern. A setting of "high" increases the noise reduction effect at a cost of extended processing time.
TP_DIRPYRDENOISE_METHOD;Method
TP_DIRPYRDENOISE_METHOD_TOOLTIP;For raw images either RGB or L*a*b* methods can be used.\n\nFor non-raw images the L*a*b* method will be used, regardless of the selection.
TP_DIRPYRDENOISE_METM_TOOLTIP;When using the "Luminance only" and "L*a*b*" methods, median filtering will be performed just after the wavelet step in the noise reduction pipeline.\nWhen using the "RGB" mode, it will be performed at the very end of the noise reduction pipeline.
TP_DIRPYRDENOISE_MET_TOOLTIP;Apply a median filter of the desired size. The larger the size, the longer it takes.\n\n3x3 soft: treats 5 pixels in a 1-pixel range.\n3x3: treats 9 pixels in a 1-pixel range.\n5x5 soft: treats 13 pixels in a 2-pixel range.\n5x5: treats 25 pixels in a 2-pixel range.\n7x7: treats 49 pixels in a 3-pixel range.\n\nSometimes it is possible to achieve higher quality running several iterations with a small range than one iteration with a large range.
TP_DIRPYRDENOISE_MET_TOOLTIP;Apply a median filter of the desired size. The larger the size, the longer it takes.\n\n3x3 soft: treats 5 pixels in a 1-pixel range.\n3x3: treats 9 pixels in a 1-pixel range.\n5x5 soft: treats 13 pixels in a 2-pixel range.\n5x5: treats 25 pixels in a 2-pixel range.\n7x7: treats 49 pixels in a 3-pixel range.\n9x9: treats 81 pixels in a 4-pixel range.\n\nSometimes it is possible to achieve higher quality running several iterations with a small range than one iteration with a large range.
TP_DIRPYRDENOISE_PASSES;Median iterations
TP_DIRPYRDENOISE_PASSES_TOOLTIP;Applying a 3x3 median filter with three iterations often leads to better results than applying 7x7 once.
TP_DIRPYRDENOISE_RED;Chrominance - Red-Green