Overload List

NameDescription
gpuMatAbsdiff(IntPtr, MCvScalar, IntPtr)
Computes element-wise absolute difference of array and scalar (c = abs(a - s)). Supports only CV_32FC1 type.
gpuMatAbsdiff(IntPtr, IntPtr, IntPtr)
Computes element-wise absolute difference of two arrays (c = abs(a - b)). Supports CV_8UC1, CV_8UC4, CV_32SC1, CV_32FC1 types.

See Also