GetAffineTransformation
Calculate the affine transformation between three corresponding point pairs. The points mark the corners of the corresponding triangles.
Syntax
Definition:
HRESULT GetAffineTransformation(
HRESULT hrPrev,
TcVnArray3_Point2_REAL& aSrcPoints,
TcVnArray3_Point2_REAL& aDestPoints,
TcVnMatrix2x3_LREAL& aTransformationMatrix
)
Parameters
Name |
Type |
Description |
---|---|---|
hrPrev |
HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) | |
aSrcPoints |
Source points | |
aDestPoints |
Destination points | |
aTransformationMatrix |
Resulting transformation matrix |
Required License
TC3 Vision Base