Click or drag to resize

WMFWeightType Enumeration

http://www.emgu.com
Weight type

Namespace:  Emgu.CV.XImgproc
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public enum WMFWeightType
Members
  Member nameValueDescription
Exp0 exp(-|I1-I2|^2/(2*sigma^2))
Iv11 (|I1-I2|+sigma)^-1
Iv22 (|I1-I2|^2+sigma^2)^-1
Cos3 dot(I1,I2)/(|I1|*|I2|)
Jac4 (min(r1,r2)+min(g1,g2)+min(b1,b2))/(max(r1,r2)+max(g1,g2)+max(b1,b2))
Off5 unweighted
See Also