imgNegative {biOps} | R Documentation |
This function negates an image.
imgNegative(imgdata)
imgdata |
The image |
return an imagedata object
## Not run: x <- readJpeg(system.file("samples", "violet.jpg", package="biOps")) y <- imgNegative(x) ## End(Not run)