MotionType Fields |
The MotionType type exposes the following members.
| Name | Description | |
|---|---|---|
| Affine |
Sets an affine motion model (DEFAULT); six parameters are estimated; warpMatrix is 2x3.
| |
| Euclidean |
Sets a Euclidean (rigid) transformation as motion model; three parameters are estimated; warpMatrix is 2x3.
| |
| Homography |
Sets a homography as a motion model; eight parameters are estimated; warpMatrix is 3x3.
| |
| Translation |
Sets a translational motion model; warpMatrix is 2x3 with the first 2x2 part being the unity matrix and the rest two parameters being estimated.
| |
| value__ |