imgNegative: Negate an image

Description Usage Arguments Value See Also Examples

Description

This function negates an image.

Usage

1
imgNegative(imgdata)

Arguments

imgdata

The image

Value

return an imagedata object

See Also

r_negative r_negative_lut

Examples

1
2
3
4
5
	## Not run: 
		x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
		y <- imgNegative(x)
	
## End(Not run)

matiasb/biOps documentation built on May 21, 2019, 12:55 p.m.