Enum MotionTypes
[findTransformECC] specifying the type of motion
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum MotionTypes
Fields
Name | Description |
---|---|
Affine | sets an affine motion model (DEFAULT); six parameters are estimated; warpMatrix is \f$2\times 3\f$. |
Euclidean | sets a Euclidean (rigid) transformation as motion model; three parameters are estimated; warpMatrix is \f$2\times 3\f$. |
Homography | sets a homography as a motion model; eight parameters are estimated;`warpMatrix` is \f$3\times 3\f$. |
Translation | sets a translational motion model; warpMatrix is \f$2\times 3\f$ with the first \f$2\times 2\f$ part being the unity matrix and the rest two parameters being estimated. |