http://www.emgu.com

Overload List

  NameDescription
Public methodStatic memberAbsdiff(IntPtr, MCvScalar, IntPtr, IntPtr)
Computes element-wise absolute difference of GpuMat and scalar (c = abs(a - s)). Supports only CV_32FC1 type.
Public methodStatic memberAbsdiff(IntPtr, IntPtr, IntPtr, IntPtr)
Computes element-wise absolute difference of two GpuMats (c = abs(a - b)). Supports CV_8UC1, CV_8UC4, CV_32SC1, CV_32FC1 types.

See Also