Returns the calculated norm. The multiple-channel array are treated as single-channel, that is, the results for all channels are combined.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- arr1
- IntPtr
The first source image
- arr2
- IntPtr
The second source image. If it is IntPtr.Zero, the absolute norm of arr1 is calculated, otherwise absolute or relative norm of arr1-arr2 is calculated
- normType
- NORM_TYPE
Type of norm
- mask
- IntPtr
The optional operation mask