| sqrt | R Documentation |
Overloaded sqrt to handle Image
objects.
sqrt(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
exp, log, pow
balloon <- image(system.file("sample_img/balloon1.png", package = "Rvision"))
changeBitDepth(balloon, "32F", 1 , "self")
sqrt(balloon)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.