![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
maximum of the absolute values of 2 images, pixel by pixel More...
| IPSDKIPLARITHMETIC_API void | ipsdk::imaproc::arithm::maxAbsImgImg (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const image::ImagePtr &pOutImg) |
| wrapper function for maximum of absolute values of 2 images, pixel by pixel More... | |
| IPSDKIPLARITHMETIC_API image::ImagePtr | ipsdk::imaproc::arithm::maxAbsImgImg (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2) |
| wrapper function for maximum of absolute values of 2 images, pixel by pixel More... | |
maximum of the absolute values of 2 images, pixel by pixel
On output image values are given by:
Input and output images must have same size.
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 | promoteBinary (_pOutImg, _pInImg1, _pInImg2, ipsdk::imaproc::ePromoteBinaryType::ePBT_MaxAbs) |
Global rule description for algorithm :
ipsdk::imaproc::matchSize (_pInImg1,_pInImg2,_pOutImg)
| IPSDKIPLARITHMETIC_API void ipsdk::imaproc::arithm::maxAbsImgImg | ( | const image::ImageConstPtr & | pInImg1, |
| const image::ImageConstPtr & | pInImg2, | ||
| const image::ImagePtr & | pOutImg | ||
| ) |
wrapper function for maximum of absolute values of 2 images, pixel by pixel
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLARITHMETIC_API image::ImagePtr ipsdk::imaproc::arithm::maxAbsImgImg | ( | const image::ImageConstPtr & | pInImg1, |
| const image::ImageConstPtr & | pInImg2 | ||
| ) |
wrapper function for maximum of absolute values of 2 images, pixel by pixel
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14