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
Syntaxpublic const NormType L1 = 2
Public Const L1 As NormType = 2
public:
literal NormType^ L1 = 2
static val mutable L1: NormType
Field Value
Type:
NormType
See Also