| exp | R Documentation |
Overloaded exp to handle Image
objects.
exp(x, target = "new")
x |
A 32- or 64-bit (32F or 64F) |
target |
The location where the results should be stored when passing a sum of images to the function. It can take 3 values:
|
If target="new", the function returns an Image
object. If target="self", the function returns nothing and modifies
x in place. If target is an Image object, the
function returns nothing and modifies that Image object in
place.
Simon Garnier, garnier@njit.edu
log, pow, sqrt
balloon <- image(system.file("sample_img/balloon1.png", package = "Rvision"))
changeBitDepth(balloon, "32F", 1 / 255, "self")
exp(balloon)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.