CvInvokeGetPerspectiveTransform Method |
Name | Description | |
---|---|---|
GetPerspectiveTransform(PointF, PointF) |
calculates matrix of perspective transform such that:
(t_i x'_i,t_i y'_i,t_i)^T=map_matrix (x_i,y_i,1)^T
where dst(i)=(x'_i,y'_i), src(i)=(x_i,y_i), i=0..3.
| |
GetPerspectiveTransform(IInputArray, IInputArray) |
calculates matrix of perspective transform such that:
(t_i x'_i,t_i y'_i,t_i)^T=map_matrix (x_i,y_i,1)T
where dst(i)=(x'_i,y'_i), src(i)=(x_i,y_i), i=0..3.
|