FuseImagesArray
Fuse up to 10 images vertically (intended for line scan cameras).
Syntax
Definition:
HRESULT FuseImagesArray(
HRESULT hrPrev,
TcVnArray10_ITcVnImage& aSrcImageArray,
ULONG nValidImages,
ITcVnImage*& ipDestImage,
ULONG nFirstLine,
ULONG nNumLines
)
Parameters
Name |
Type |
Description |
---|---|---|
hrPrev |
HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) | |
aSrcImageArray |
Ten-element source image array (not all elements need to be filled, nValidImages specifies the actual amount of images) | |
nValidImages |
ULONG |
Number of valid images in aSrcImageArray |
ipDestImage |
Destination image | |
nFirstLine |
ULONG |
Line index in ipSrcImage1, which is the first line in ipDestImage |
nNumLines |
ULONG |
The number of lines that should be copied to ipDestImage, starting with nFirstLine in aSrcImageArray[0]. Once the last line of aSrcImageArray[0] was copied, the remaining lines are copied from aSrcImageArray[1] (starting at line index 0) and so on. |
Required License
TC3 Vision Base
System Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT V3.1.4024.54 or later | PC or CX (x64) with PL50, e.g. Intel 4-core Atom CPU | Tc3_Vision |