#include <opencv2/core/utility.hpp>
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. |