![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Algorithm allowing to concatenate two image sequences. More...
Functions | |
| IPSDKIPLUTILITY_API ipsdk::image::ImagePtr | ipsdk::imaproc::util::appendSeqImg (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2) |
| wrapper function for image comparison algorithm More... | |
Algorithm allowing to concatenate two image sequences.
This algorithm allows to concatenate two image sequences.
Images must have same size in X, Y, Z, and C, and same color geometry type and volume geometry type.
Given two input images
and
, output image values are given by :
and number of elements in sequence of
equals to
, with sizeT1 the number of elements in sequence of
and sizeT2 the number of elements in sequence of 
Attribute description for algorithm :
| Name | ToolTip | Default Initializer |
|---|---|---|
| ipsdk::imaproc::attr::InImg1 | [Input] First image for processing operation | X |
| ipsdk::imaproc::attr::InImg2 | [Input] Second image for processing operation | X |
| ipsdk::imaproc::attr::OutImg | [Output] image for processing operation | customOutput (_pOutImg, outputAppendSeq(_pInImg1,_pInImg2)) |
Global rule description for algorithm :
ipsdk::imaproc::matchSize (eMatchImageSizeType::eMIST_XYZC,_pInImg1,_pInImg2) &&
ipsdk::imaproc::noInSitu (_pInImg2,_pOutImg) &&
ipsdk::imaproc::matchVolumeGeometryType (_pInImg1,_pInImg2) &&
ipsdk::imaproc::matchColorGeometryType (_pInImg1,_pInImg2) &&
(ipsdk::processor::If (
ipsdk::imaproc::isInSitu (_pInImg1,_pOutImg),
ipsdk::imaproc::imageBaseType (_pInImg1,image::eImageBaseType::eIBT_Complete) &&
ipsdk::imaproc::imageType (_pInImg1,image::eImageType::eIT_Memory),
ipsdk::imaproc::matchSize (eMatchImageSizeType::eMIST_XYZC,_pInImg1,_pOutImg) &&
ipsdk::imaproc::matchVolumeGeometryType (_pInImg1,_pOutImg) &&
ipsdk::imaproc::matchColorGeometryType (_pInImg1,_pOutImg) &&
ipsdk::imaproc::customImageProperty (_pOutImg,
matchAppendSeq (_pInImg1,_pInImg2))))
| IPSDKIPLUTILITY_API ipsdk::image::ImagePtr ipsdk::imaproc::util::appendSeqImg | ( | const image::ImageConstPtr & | pInImg1, |
| const image::ImageConstPtr & | pInImg2 | ||
| ) |
wrapper function for image comparison algorithm
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14