http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Perform an binary XOR operation with some color
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Image<TColor, TDepth> Xor( TColor val ) |
Visual Basic |
---|
Public Function Xor ( _ val As TColor _ ) As Image(Of TColor, TDepth) |
Visual C++ |
---|
public: Image<TColor, TDepth>^ Xor( TColor val ) |
Parameters
- val
- Type: TColor
The value for the XOR operation