http://www.emgu.com
Overload List
Name | Description | |
---|---|---|
![]() ![]() | Absdiff(IntPtr, MCvScalar, IntPtr, IntPtr) |
Computes element-wise absolute difference of GpuMat and scalar (c = abs(a - s)).
Supports only CV_32FC1 type.
|
![]() ![]() | Absdiff(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.
|