Click or drag to resize

MotionType Fields

http://www.emgu.com

The MotionType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAffine
Sets an affine motion model (DEFAULT); six parameters are estimated; warpMatrix is 2x3.
Public fieldStatic memberEuclidean
Sets a Euclidean (rigid) transformation as motion model; three parameters are estimated; warpMatrix is 2x3.
Public fieldStatic memberHomography
Sets a homography as a motion model; eight parameters are estimated; warpMatrix is 3x3.
Public fieldStatic memberTranslation
Sets a translational motion model; warpMatrix is 2x3 with the first 2x2 part being the unity matrix and the rest two parameters being estimated.
Public fieldvalue__
Top
See Also