F_VN_CreateAssociatedImage
Creates a new image that shares its data with the source image. E.g. useful to work on different (disjoint) ROIs in parallel.
Syntax
Definition:
FUNCTION F_VN_CreateAssociatedImage : HRESULT
VAR_INPUT
ipSrcImage : ITcVnImage;
ipDestImage : Reference To ITcVnImage;
hrPrev : HRESULT;
END_VAR
Inputs
Name |
Type |
Description |
---|---|---|
ipSrcImage |
Source image | |
ipDestImage |
Reference To ITcVnImage |
Returns the created image (Non-zero interface pointers are reused.) |
hrPrev |
HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) |
Required License
TC3 Vision Base