Emgu CV Library Documentation
cvGetPerspectiveTransform Method
NamespacesEmgu.CVCvInvokecvGetPerspectiveTransform()()()

www.emgu.com/wiki
Members
IconMemberDescription
cvGetPerspectiveTransform(array<PointF>[]()[], array<PointF>[]()[], IntPtr)
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.

cvGetPerspectiveTransform(IntPtr, IntPtr, IntPtr)
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.

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)