![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Algorithm allowing to copy an image. More...
| IPSDKIPLUTILITY_API image::ImagePtr | ipsdk::imaproc::util::copyImg (const image::ImageConstPtr &pInImg) |
| wrapper function for image copy algorithm More... | |
| IPSDKIPLUTILITY_API void | ipsdk::imaproc::util::copyImg (const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutImg) |
| wrapper function for image copy algorithm More... | |
Algorithm allowing to copy an image.
This algorithm allows to copy an image.
Output image type and size is the same as input.
On output image value are given by :
Attribute description for algorithm :
| Name | ToolTip | Default Initializer |
|---|---|---|
| ipsdk::imaproc::attr::InImg | [Input] image for processing operation | X |
| ipsdk::imaproc::attr::OutImg | [Output] image for processing operation | ipsdk::imaproc::duplicateInOut (_pOutImg, _pInImg) |
Global rule description for algorithm :
ipsdk::imaproc::matchSizeAndType (_pInImg,_pOutImg)
| IPSDKIPLUTILITY_API image::ImagePtr ipsdk::imaproc::util::copyImg | ( | const image::ImageConstPtr & | pInImg | ) |
wrapper function for image copy algorithm
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLUTILITY_API void ipsdk::imaproc::util::copyImg | ( | const image::ImageConstPtr & | pInImg, |
| const image::ImagePtr & | pOutImg | ||
| ) |
wrapper function for image copy algorithm
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14