Click or drag to resize

NormTypeL1 Field

http://www.emgu.com
if arr2 is NULL, norm = ||arr1||_L1 = sum_I abs(arr1(I)); if arr2 is not NULL, norm = ||arr1-arr2||_L1 = sum_I abs(arr1(I)-arr2(I))

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public const NormType L1 = 2

Field Value

Type: NormType
See Also