Calculates absolute array norm, absolute difference norm or relative difference norm
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- arr2
- Type: OpenCvSharpCvArr
The second source image. If it is null, the absolute norm of arr1 is calculated, otherwise absolute or relative norm of arr1-arr2 is calculated. - normType
- Type: OpenCvSharpNormType
Type of norm
Return Value
Type: Double[Missing <returns> documentation for "M:OpenCvSharp.CvArr.Norm(OpenCvSharp.CvArr,OpenCvSharp.NormType)"]
See Also