Click or drag to resize

ImageTColor, TDepthXor Method (ImageTColor, TDepth)

http://www.emgu.com
Perform an elementwise XOR operation with another image and return the result

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

Parameters

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

Return Value

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