
Go to the source code of this file.
Namespaces | |
| namespace | cv |
Functions | |
| Mat | cv::estimateRigidTransform (InputArray src, InputArray dst, OutputArray inliers_mask, bool fullAffine) |
| Computes an optimal affine transformation between two 2D point sets. | |
| static void | cv::getRTMatrix (const Point2f *a, const Point2f *b, int count, Mat &M, bool fullAffine) |