Cv2GetPerspectiveTransform Method |
| Name | Description | |
|---|---|---|
| GetPerspectiveTransform(InputArray, InputArray) |
Calculates a perspective transform from four pairs of the corresponding points.
The function calculates the 3×3 matrix of a perspective transform.
| |
| GetPerspectiveTransform(IEnumerablePoint2f, IEnumerablePoint2f) |
Calculates a perspective transform from four pairs of the corresponding points.
The function calculates the 3×3 matrix of a perspective transform.
|