ContoursMatchTypeI1 Field |
http://www.emgu.com
I_1(A,B)=sum_{i=1..7} abs(1/m^A_i - 1/m^B_i) where m^A_i=sign(h^A_i) log(h^A_i), m^B_i=sign(h^B_i) log(h^B_i), h^A_i, h^B_i - Hu moments of A and B, respectively
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic const ContoursMatchType I1 = 1
Public Const I1 As ContoursMatchType = 1
public:
literal ContoursMatchType^ I1 = 1
static val mutable I1: ContoursMatchType
Field Value
Type:
ContoursMatchType
See Also