CvNorm Method (CvArr, CvArr, NormType) OpenCvSharp Class Library
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

public static double Norm(
	CvArr arr1,
	CvArr arr2,
	NormType normType
)

Parameters

arr1
Type: OpenCvSharpCvArr
The first source image.
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.Cv.Norm(OpenCvSharp.CvArr,OpenCvSharp.CvArr,OpenCvSharp.NormType)"]

See Also

Reference