Click or drag to resize
CvInvokeGetPerspectiveTransform Method
http://www.emgu.com
Overload List
  NameDescription
Public methodStatic memberGetPerspectiveTransform(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.
Public methodStatic memberGetPerspectiveTransform(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.
Top
See Also