http://www.emgu.com

Overload List

  NameDescription
Public methodStatic memberDivide(IntPtr, MCvScalar, IntPtr, IntPtr)
computes element-wise quotient of a GpuMat and scalar (c = a / scalar). Supports CV_32FC1 and CV_32FC2 type.
Public methodStatic memberDivide(IntPtr, IntPtr, IntPtr, IntPtr)
Computes element-wise quotient of the two GpuMat (c = a / b). Supports CV_8UC1, CV_8UC4, CV_32SC1, CV_32FC1 types.

See Also