| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
OpenCV.Video
Motion Analysis and Object Tracking
estimateRigidTransform Source #
Arguments
| :: (IsPoint2 srcPoint2 Int32, IsPoint2 dstPoint2 Int32) | |
| => Vector (srcPoint2 Int32) | Source |
| -> Vector (dstPoint2 Int32) | Destination |
| -> Bool | Full affine |
| -> CvExcept (Maybe (Mat (ShapeT '[2, 3]) (S 1) (S Double))) |
Computes an optimal affine transformation between two 2D point sets