imgXOR: Xor two images

Description Usage Arguments Value See Also Examples

Description

This function does a logic XOR between two images and returns a new image.

Usage

1
imgXOR(imgdata1, imgdata2)

Arguments

imgdata1

The first image

imgdata2

The second image

Value

return an imagedata object

See Also

imgOR imgAND

Examples

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

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