Description Usage Arguments Value Note See Also Examples
This function negates an image.
1 | r_negative_lut(imgdata)
|
imgdata |
The image |
return an imagedata object
This is the R implementation of imgNegative using look up tables.
1 2 3 4 5 | ## Not run:
x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
y <- r_negative_lut(x)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.