http://www.emgu.com
if arr2 is NULL, norm = ||arr1||_L2 = sqrt( sum_I arr1(I)^2);
if arr2 is not NULL, norm = ||arr1-arr2||_L2 = sqrt( sum_I (arr1(I)-arr2(I))^2 )
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic const NormType L2 = 4
Public Const L2 As NormType = 4
public:
literal NormType^ L2 = 4
static val mutable L2: NormType
Field Value
Type:
NormType
See Also