http://www.emgu.com
Overload List
Name | Description | |
---|---|---|
![]() ![]() | BitwiseXor(IntPtr, MCvScalar, IntPtr, IntPtr) |
Calculates per-element bit-wise logical conjunction of a GpuMat and a scalar:
dst(I)=src1(I)^scalar
In the case of a floating-point GpuMat its bit representation is used for the operation.
|
![]() ![]() | BitwiseXor(IntPtr, IntPtr, IntPtr, IntPtr, IntPtr) |
Calculates per-element bit-wise logical conjunction of two GpuMats:
dst(I)=src1(I)^src2(I) if mask(I)!=0
In the case of floating-point GpuMats their bit representations are used for the operation. All the GpuMats must have the same type, except the mask, and the same size
|