develop.raw | R Documentation |
The function generates a color image from RAW image data.
develop.raw(object, method = "BILINEAR", wb = c(1, 1, 1), maxrange= TRUE, compress = TRUE)
object |
An object of class |
method |
Method to fill missing color values. Currently implemented are |
wb |
numerical vector of length 3 containing multiplicative factors for the three color channels. |
maxrange |
If TRUE increase range of values to maximum. |
compress |
logical, determines if image data are stored as |
RAW image data usually contain only one color value at each pixel, with colors arranged in a so called Bayer mask. Converting RAW images into color images requires to fill the missing entries in the color channels.
object of class "adimpro" containing the image.
The function requires dcraw to be installed.
Karsten Tabelow tabelow@wias-berlin.de and Joerg Polzehl polzehl@wias-berlin.de
read.image
## Not run: demo(io)
## Not run: demo(raw)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.