![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Algorithm allowing to convert an image to a given type. More...
| IPSDKIPLUTILITY_API image::ImagePtr | ipsdk::imaproc::util::convertImg (const image::ImageConstPtr &pInImg, const image::eImageBufferType &inConvertImageBufferType) |
| wrapper function for image conversion algorithm More... | |
| IPSDKIPLUTILITY_API void | ipsdk::imaproc::util::convertImg (const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutImg) |
| wrapper function for image conversion algorithm More... | |
Algorithm allowing to convert an image to a given type.
This algorithm allows to convert an image.
Output image 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::InConvertImageBufferType | Input image buffer type parameter for image type convertion operation. | X |
| ipsdk::imaproc::attr::OutImg | [Output] image for processing operation | ipsdk::imaproc::duplicateInOut (_pOutImg, _pInImg, _pInConvertImageBufferType) |
Global rule description for algorithm :
ipsdk::imaproc::matchSize (_pInImg,_pOutImg) &&
ipsdk::imaproc::bufferType (_pOutImg,_pInConvertImageBufferType)
| IPSDKIPLUTILITY_API image::ImagePtr ipsdk::imaproc::util::convertImg | ( | const image::ImageConstPtr & | pInImg, |
| const image::eImageBufferType & | inConvertImageBufferType | ||
| ) |
wrapper function for image conversion algorithm
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLUTILITY_API void ipsdk::imaproc::util::convertImg | ( | const image::ImageConstPtr & | pInImg, |
| const image::ImagePtr & | pOutImg | ||
| ) |
wrapper function for image conversion algorithm
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14