Description Usage Arguments Value See Also Examples
This function applies gamma operation to a given image. Each pixel value is taken to the inverse of gamma\_value-th exponent.
1 | imgGamma(imgdata, gamma_value)
|
imgdata |
The image |
gamma_value |
A non negative value representing operation gamma value |
return an imagedata object
1 2 3 4 5 | ## Not run:
x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
y <- imgGamma(x, 1.3)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.