![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Computation of L1 (taxicab) norm of two images algorithm. More...
| IPSDKIPLARITHMETIC_API void | ipsdk::imaproc::arithm::l1Norm2Img (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const image::ImagePtr &pOutImg) |
| wrapper function for Computation of L1 (taxicab) norm of two images More... | |
| IPSDKIPLARITHMETIC_API image::ImagePtr | ipsdk::imaproc::arithm::l1Norm2Img (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2) |
| wrapper function for Computation of L1 (taxicab) norm of two images More... | |
Computation of L1 (taxicab) norm of two images algorithm.
This algorithm allows to compute L1 norm (taxicab norm) of two images. Given two input images
and
, output image values are defined by :
Here is an example of a L1 norm computation applied to two floating point grey level input images :
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 | promoteUnary (_pOutImg, _pInImg1, ipsdk::imaproc::ePromoteUnaryType::ePUT_UpperUnsigned) |
Global rule description for algorithm :
ipsdk::imaproc::matchSize (_pInImg1,_pInImg2,_pOutImg) &&
ipsdk::imaproc::matchBufferType (_pInImg1,_pInImg2)
| IPSDKIPLARITHMETIC_API void ipsdk::imaproc::arithm::l1Norm2Img | ( | const image::ImageConstPtr & | pInImg1, |
| const image::ImageConstPtr & | pInImg2, | ||
| const image::ImagePtr & | pOutImg | ||
| ) |
wrapper function for Computation of L1 (taxicab) norm of two images
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLARITHMETIC_API image::ImagePtr ipsdk::imaproc::arithm::l1Norm2Img | ( | const image::ImageConstPtr & | pInImg1, |
| const image::ImageConstPtr & | pInImg2 | ||
| ) |
wrapper function for Computation of L1 (taxicab) norm of two images
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14