Click or drag to resize

CvInvokeGetAffineTransform Method

http://www.emgu.com
Overload List
  NameDescription
Public methodStatic memberGetAffineTransform(PointF, PointF)
Calculates the matrix of an affine transform such that: (x'_i,y'_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..2.
Public methodStatic memberGetAffineTransform(IInputArray, IOutputArray)
Calculates the matrix of an affine transform such that: (x'_i,y'_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..2.
Top
See Also