![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
computation of the absolute value of an image, pixel by pixel algorithm More...
| IPSDKIPLARITHMETIC_API image::ImagePtr | ipsdk::imaproc::arithm::absImg (const image::ImageConstPtr &pInImg) |
| wrapper function for computation of the absolute value of an image, pixel by pixel More... | |
| IPSDKIPLARITHMETIC_API void | ipsdk::imaproc::arithm::absImg (const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutImg) |
| wrapper function for computation of the absolute value of an image, pixel by pixel More... | |
computation of the absolute value of an image, pixel by pixel algorithm
On output image values are given by:
, with
Input and output images must have same size.
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 | promoteUnary (_pOutImg, _pInImg, ipsdk::imaproc::ePromoteUnaryType::ePUT_Unsigned) |
Global rule description for algorithm :
ipsdk::imaproc::matchSize (_pInImg,_pOutImg)
| IPSDKIPLARITHMETIC_API image::ImagePtr ipsdk::imaproc::arithm::absImg | ( | const image::ImageConstPtr & | pInImg | ) |
wrapper function for computation of the absolute value of an image, pixel by pixel
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLARITHMETIC_API void ipsdk::imaproc::arithm::absImg | ( | const image::ImageConstPtr & | pInImg, |
| const image::ImagePtr & | pOutImg | ||
| ) |
wrapper function for computation of the absolute value of an image, pixel by pixel
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14