FlipImage
Flip an image (mirror and shift back to prior coordinates).
Syntax
Definition:
HRESULT FlipImage(
HRESULT hrPrev,
ITcVnImage* ipSrcImage,
ITcVnImage*& ipDestImage,
ETcVnFlipAxis eFlipAxis
)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 destination image will be created if required.) | |
|
eFlipAxis |
Selects the axis around which to flip the image |
Required License
TC3 Vision Base
Return value