Cv2GetAffineTransform Method |
Name | Description | |
---|---|---|
GetAffineTransform(InputArray, InputArray) |
Calculates an affine transform from three pairs of the corresponding points.
The function calculates the 2×3 matrix of an affine transform.
| |
GetAffineTransform(IEnumerablePoint2f, IEnumerablePoint2f) |
Calculates an affine transform from three pairs of the corresponding points.
The function calculates the 2×3 matrix of an affine transform.
|