Click or drag to resize

ImageTColor, TDepthXor Method (TColor, ImageGray, Byte)

http://www.emgu.com
Perform an binary XOR operation with some color using a mask

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Image<TColor, TDepth> Xor(
	TColor val,
	Image<Gray, byte> mask
)

Parameters

val
Type: TColor
The color 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