plot.adimpro | R Documentation |
Visualize image data.
## S3 method for class 'adimpro'
plot(x, new=FALSE, gammatype = NULL, cspace = NULL,
whitep = NULL, temp = NULL, black = 0, exposure = 1,...)
x |
image object of class "adimpro" |
new |
should new X11() be opened? default |
gammatype |
character, determines the type of gamma correction within the image.
"ITU" stands for ITU-R BT.709-3 as e.g. used by |
cspace |
defines the output color space, default "sRGB" (sRGB D65), alternatives are
"Adobe" (Adobe 1998 D65), "wGamut" (Wide Gamut D65), "kodak" (Kodak ProPhoto D65)
"xyz", "yuv", "yiq" and "hsi". |
whitep |
White point in |
temp |
Color temperature. Can be used to specify chromatic |
black |
Adjustment for black color. Color values with luminance <= black will be assigned to black in RGB. Adjustment ist done in xyY space. |
exposure |
Multiplicative factor for all color channels (in xyz or rgb spaces). Applied in linear color space, i.e. if the image is gamma corrected the gamma correction is reversed first. |
... |
not used |
This functions shows information on the image. This includes
histograms of color values in each channel of the specified (x$type
) color space, a thumbnail (in "sRGB"
with gamma correction gammatype
if specified and gammatype="ITU"
elsewhere),
some information on the image and, if x was produced by awsimage
,
an image illustrating the local adaptation.
nothing is returned.
Karsten Tabelow tabelow@wias-berlin.de and Joerg Polzehl polzehl@wias-berlin.de
summary.adimpro
, adjust.image
## Not run: demo(color)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.