![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Round values of a floating point image algorithm. More...
| IPSDKIPLARITHMETIC_API image::ImagePtr | ipsdk::imaproc::arithm::roundImg (const image::ImageConstPtr &pInRealImg, const image::eImageBufferType &inConvertImageBufferType) |
| wrapper function for Round values of a floating point image More... | |
| IPSDKIPLARITHMETIC_API void | ipsdk::imaproc::arithm::roundImg (const image::ImageConstPtr &pInRealImg, const image::ImagePtr &pOutImg) |
| wrapper function for Round values of a floating point image More... | |
Round values of a floating point image algorithm.
This algorithm allows to round values of a floating point image to an integer target type.
Output image values are given by :
Attribute description for algorithm :
| Name | ToolTip | Default Initializer |
|---|---|---|
| ipsdk::imaproc::attr::InRealImg | [Input] image for processing operation (data contained in image buffer are reals) | 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, _pInRealImg, _pInConvertImageBufferType) |
Global rule description for algorithm :
ipsdk::imaproc::matchSize (_pInRealImg,_pOutImg) &&
ipsdk::imaproc::bufferType (_pOutImg,_pInConvertImageBufferType)
| IPSDKIPLARITHMETIC_API image::ImagePtr ipsdk::imaproc::arithm::roundImg | ( | const image::ImageConstPtr & | pInRealImg, |
| const image::eImageBufferType & | inConvertImageBufferType | ||
| ) |
wrapper function for Round values of a floating point image
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLARITHMETIC_API void ipsdk::imaproc::arithm::roundImg | ( | const image::ImageConstPtr & | pInRealImg, |
| const image::ImagePtr & | pOutImg | ||
| ) |
wrapper function for Round values of a floating point image
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14