Computes norm of the difference between two arrays
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- src1
- IntPtr
The GpuMat. Supports only CV_8UC1 type
- src2
- IntPtr
If IntPtr.Zero, norm operation is apply to src1 only. Otherwise, this is the GpuMat of type CV_8UC1
- normType
- NORM_TYPE
The norm type. Supports NORM_INF, NORM_L1, NORM_L2.