CvInvokeGetAffineTransform Method |
Name | Description | |
---|---|---|
![]() ![]() | GetAffineTransform(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.
|
![]() ![]() | GetAffineTransform(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.
|