Learn R Programming

adimpro (version 0.7.1)

awsraw: Smoothing and demosaicing of RAW images

Description

The function integrates smoothing and demosaicing of RAW image data.

Usage

awsraw(object, hmax = 4, aws = TRUE, wb = c(1, 1, 1), cspace = "Adobe", ladjust = 1, maxrange=TRUE,
lkern = "Triangle", graph = FALSE, max.pixel = 400, compress = TRUE)

Arguments

object
an object of class adimpro containing the RAW image data. See read.raw for creating such objects.
hmax
maximal bandwidth to use in the smoothing algorithm.
aws
use adaptive weights if aws==TRUE.
wb
Vector containing factors for the three color chanels, allows to change the white balance.
cspace
Color space of the result,
ladjust
Factor for the kritical value . Defaults to 1, smaller values increase sensitivity but may result in isolated noisy pixel. Values larger than 1 give smoother up to cartoon like results.