http://www.emgu.com
if arr2 is NULL, norm = ||arr1||_C = max_I abs(arr1(I));
if arr2 is not NULL, norm = ||arr1-arr2||_C = max_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 C = 1
Public Const C As NormType = 1
public:
literal NormType^ C = 1
static val mutable C: NormType
Field Value
Type:
NormType
See Also