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