v4k-git-backup/tools/Luminance HDR/help/en/prefs_rawconversion.html

108 lines
5.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Luminance HDR User Manual — Setting up Luminance HDR — Raw Conversion</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h2>Raw Conversion</h2>
<img src="images/prefs-raw-general.png" width="600" /><br />
<h3>Demosaicing</h3><p>
A demosaicing algorithm is a digital image process used to reconstruct a full color image from the incomplete color samples output from an image sensor overlaid with a color filter array (CFA).<br /><br />
<b>Interpolate RGB as four colors:</b>
The default is to assume that all green pixels are the same. If even-row green pixels are more sensitive to ultraviolet light than odd-row this difference causes a mesh pattern in the output; using this option solves this problem with minimal loss of detail.
To resume, this option blurs the image a little, but it eliminates false 2x2 mesh patterns with VNG quality method or mazes with AHD quality method.
</p>
<p>
<b>Do not stretch or rotate pixels:</b>
For Fuji Super CCD cameras, show the image tilted 45 degrees. For cameras with non-square pixels, do not stretch the image to its correct aspect ratio. In any case, this option guarantees that each output pixel corresponds to one RAW pixel.
</p>
<p>
<b>Quality (interpolation)</b><br />
Select here the demosaicing RAW images decoding interpolation method. There are 4 methods to demosaicing RAW images:<br />
<b>Bilinear:</b> use high-speed but low-quality bilinear interpolation (default - for slow computer). In this method, the red value of a non-red pixel is computed as the average of the adjacent red pixels, and similar for blue and green.<br />
<b>VNG:</b> use Variable Number of Gradients interpolation. This method computes gradients near the pixel of interest and uses the lower gradients (representing smoother and more similar parts of the image) to make an estimate.<br />
<b>PPG:</b> use Patterned Pixel Grouping interpolation. Pixel Grouping uses assumptions about natural scenery in making estimates. It has fewer color artifacts on natural images than the Variable Number of Gradients method.<br />
<b>AHD:</b> use Adaptive Homogeneity-Directed interpolation. This method selects the direction of interpolation so as to maximize a homogeneity metric, thus typically minimizing color artifacts.
</p>
<p>
<b>Median Filter:</b>
Set here the passes used by median filter applied after interpolation to Red-Green and Blue-Green channels.
</p>
<h3>White Balance</h3>
<img src="images/prefs-raw-color.png" width="600" /><br />
<p>
In photography and image processing, color balance is the global adjustment of the intensities of the colors (typically red, green, and blue primary colors). An important goal of this adjustment is to render specific colors particularly neutral colors correctly; hence, the general method is sometimes called gray balance, neutral balance, or white balance.
</p>
<p>
<b>White Balance Method</b><br />
Configure the raw white balance :<br />
<b>Default D65:</b> Use a standard daylight D65 white balance (dcraw defaults)<br />
<b>Camera:</b> Use the white balance specified by the camera. If not available, reverts to default neutral white balance<br />
<b>Automatic:</b> Calculates an automatic white balance averaging the entire image<br />
<b>Manual:</b> Set a custom temperature and green level values<br />
</p>
<p>
<b>Temperature</b><br />
Set here the color temperature in Kelvin.
</p>
<p>
<b>Green</b><br />
Set here the green component to set magenta color cast removal level
</p>
<p>
<b>Highlights</b><br />
Select here the highlight clipping method:<br />
<b>Solid white:</b> clip all highlights to solid white<br />
<b>Unclip:</b> leave highlights unclipped in various shades of pink<br />
<b>Blend:</b> Blend clipped and unclipped values together for a gradual fade to white<br />
<b>Rebuild:</b> reconstruct highlights using a level value<br />
</p>
<p>
<b>Brighness</b><br />
Specify the brightness level of output image. The default value is 1.0
</p>
<p>
<b>Black point value</b><br />
Specify specific black point value of the output image.
</p>
<p>
<b>White point value</b><br />
Specify specific white point value of the output image.
</p>
<h3>Corrections</h3>
<img src="images/prefs-raw-corrections.png" width="600" /><br />
<p>
<b>Noise reduction</b><br />
Images taken with both digital cameras and conventional film cameras will pick up noise from a variety of sources. Many further uses of these images require that the noise will be (partially) removed - for aesthetic purposes as in artistic work or marketing, or for practical purposes such as computer vision.
</p>
<p>
<b>Threshold</b><br />
Set here the noise reduction threshold value to use.
</p>
<p>
<b>Chromatic Aberration correction</b><br />
In optics, chromatic aberration (CA, also called achromatism or chromatic distortion) is a type of distortion in which there is a failure of a lens to focus all colors to the same convergence point. It occurs because lenses have a different refractive index for different wavelengths of light (the dispersion of the lens). The refractive index decreases with increasing wavelength.<br />
Chromatic aberration manifests itself as "fringes" of color along boundaries that separate dark and bright parts of the image, because each color in the optical spectrum cannot be focused at a single common point. Since the focal length f of a lens is dependent on the refractive index n, different wavelengths of light will be focused on different positions.
</p>
<p>
<b>Red multiplier</b><br />
Set here the magnification factor of the red layer
</p>
<p>
<b>Blue multiplier</b><br />
Set here the magnification factor of the blue layer
</p>
</body>
</html>