ContoursMatchTypeI3 Field |
http://www.emgu.com
I_3(A,B)=sum_{i=1..7} abs(m^A_i - m^B_i)/abs(m^A_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 I3 = 3
Public Const I3 As ContoursMatchType = 3
public:
literal ContoursMatchType^ I3 = 3
static val mutable I3: ContoursMatchType
Field Value
Type:
ContoursMatchType
See Also