Click or drag to resize

NormTypeL2 Field

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
Syntax
public const NormType L2 = 4

Field Value

Type: NormType
See Also