WarpAffine
Apply an affine transformation to an image.
Can use available TwinCAT Job Tasks for executing parallel code regions.
Can return partial results when canceled by Watchdog.
Syntax
Definition:
HRESULT WarpAffine(
HRESULT hrPrev,
ITcVnImage* ipSrcImage,
ITcVnImage*& ipDestImage,
TcVnMatrix2x3_LREAL& aTransformationMatrix
)Parameters
|
Name |
Type |
Description |
|---|---|---|
|
hrPrev |
HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) | |
|
ipSrcImage |
Source image | |
|
ipDestImage |
Destination image (An appropriate image will be created if required.) | |
|
aTransformationMatrix |
Affine transformation matrix |
Required License
TC3 Vision Base
Return value