Digikam/Skærpning

From KDE UserBase Wiki
Revision as of 09:38, 15 June 2013 by Claus chr (talk | contribs) (Created page with "Værktøjet til skærpning i '''digiKam''' giver dig tre metoder til at forbedre skarpheden: simpel skærpning, uskarphedsmaske og omfokusér. Hver metode har sine fordele og ...")
Other languages:

Forbedr skarpheden i digiKam

Fra Dmitri Popovs blog, 8. maj, 2013

Værktøjet til skærpning i digiKam giver dig tre metoder til at forbedre skarpheden: simpel skærpning, uskarphedsmaske og omfokusér. Hver metode har sine fordele og ulemper. Den simple skærpningsteknik bruger en standard foldningsmatrixalgoritme for at forbedre billedets detaljer. Hvis du vil vide mere om foldningsmatricen, så har GIMP's dokumentation en kort beskrivelse af algoritmen. Faktisk er det simple skærpningsværktøj i digiKam overført fra GIMP-projektet. Den største fordel ved den simple skærpningsmetode er dens enkelhed. Værktøjet Simpel skærpning har kun en justérbar parameter kaldet Skarphed, som bestemmer styrken af det anvendte skærpningsfilter. Ulempen er, at den simple skærpningsmetode ikke håndterer billedstøj særlig godt: den er tilbøjlig til at introducere mere støj i fotos optagem ved lave ISO-indstillinger.

Unsharp mask is a popular sharpening method which sharpens the edges of the elements without increasing noise. The unsharp mask technique creates a slightly blurred version of an image, which is then subtracted from the original in order to detect edges. The resulting mask is then used to increase contrast along the detected edges to produce a sharper final image. The Unsharp Mask tool in digiKam has three adjustable parameters:

Radius specifies how many pixels on either side of an edge will be affected by sharpening. High-resolution photos allow higher radius.

Amount determines the strength of sharpening.

Threshold specifies the minimum difference in pixels that indicates an edge where sharpen must be applied. This lets you protect areas of smooth tonal transition from sharpening, and avoid creating blemishes in face, sky or water surfaces. [1]

When using the unsharp mask tool, you should keep in mind that it can introduce subtle color shifts and halo artifacts visible as dark or light outlines near edges.

Using the Refocus sharpening method

Finally, the Refocus method is based on the Refocus plugin for GIMP which uses a technique called FIR Wiener filtering to sharpen the image (see http://en.wikipedia.org/wiki/Wiener_filter). Similar to the original plugin, the Refocus tool in digiKam offers several adjustable parameters:

Circular sharpness is a key parameter which determines the radius of the circular convolution. Basically, it specifies the strength of the refocusing action.

Correlation helps to reduce artifacts. Increasing the correlation value reduces the sharpening effect. Useful values are 0.5 and values close to 1 (e.g., 0.95 and 0.99).

Noise filter may help to reduce artifacts. Similar to the Correlation parameter, increasing the noise filter value reduces the sharpening effect. A useful value is 0.01.

Gaussian sharpness is used to specify the radius of the Gaussian convolution for correcting Gaussian blur. In most cases, it should be set to 0, as it introduces artifacts. When using non-zero values with Gaussian sharpness, you might need to increase the Correlation and Noise filter parameters, too.

Matrix size determines the size of the transformation matrix. Increasing this parameter may give better results, especially when large values are chosen for the Circular sharpness or Gaussian sharpness parameters. In most cases, you should select a value in the range 3-10. [2]

Refocus is the most powerful and effective sharpening tool in digiKam’s arsenal, as it not only offers a superior sharpening method and granular controls, but can also handle noise.

[1] Source: http://docs.gimp.org/en/plug-in-unsharp-mask.html

[2] Source: http://refocus.sourceforge.net/