ImageTColor, TDepthXor Method (TColor) |
http://www.emgu.com
Perform an binary XOR operation with some color
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic Image<TColor, TDepth> Xor(
TColor val
)
Public Function Xor (
val As TColor
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ Xor(
TColor val
)
member Xor :
val : 'TColor -> Image<'TColor, 'TDepth>
Parameters
- val
- Type: TColor
The value for the XOR operation
Return Value
Type:
ImageTColor,
TDepth The result of the XOR operation
See Also