Click or drag to resize
ImageTColor, TDepthXor Method (ImageTColor, TDepth, ImageGray, Byte)
http://www.emgu.com
Perform an elementwise XOR operation with another image, using a mask, and return the result

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public Image<TColor, TDepth> Xor(
	Image<TColor, TDepth> img2,
	Image<Gray, byte> mask
)

Parameters

img2
Type: Emgu.CVImageTColor, TDepth
The second image for the XOR operation
mask
Type: Emgu.CVImageGray, Byte
The mask for the XOR operation

Return Value

Type: ImageTColor, TDepth
The result of the XOR operation
See Also