http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
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.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static double cvNorm( IntPtr arr1, IntPtr arr2, NORM_TYPE normType, IntPtr mask ) |
Visual Basic |
---|
Public Shared Function cvNorm ( _ arr1 As IntPtr, _ arr2 As IntPtr, _ normType As NORM_TYPE, _ mask As IntPtr _ ) As Double |
Visual C++ |
---|
public: static double cvNorm( IntPtr arr1, IntPtr arr2, NORM_TYPE normType, IntPtr mask ) |
Parameters
- arr1
- Type: System..::..IntPtr
The first source image
- arr2
- Type: System..::..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
- Type: Emgu.CV.CvEnum..::..NORM_TYPE
Type of norm
- mask
- Type: System..::..IntPtr
The optional operation mask