Method BitwiseXor
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
BitwiseXor(InputArray, InputArray, OutputArray, InputArray)
computes bitwise exclusive-or of the two arrays (dst = src1 ^ src2)
public static void BitwiseXor(InputArray src1, InputArray src2, OutputArray dst, InputArray mask = default)
Parameters
src1InputArrayfirst input array or a scalar.
src2InputArraysecond input array or a scalar.
dstOutputArrayoutput array that has the same size and type as the input
maskInputArrayoptional operation mask, 8-bit single channel array, that specifies elements of the output array to be changed.