![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Computation of L2 (euclidian) norm of three images algorithm. More...
| IPSDKIPLARITHMETIC_API void | ipsdk::imaproc::arithm::l2Norm3Img (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const image::ImageConstPtr &pInImg3, const image::ImagePtr &pOutImg) |
| wrapper function for Computation of L2 (euclidian) norm of three images More... | |
| IPSDKIPLARITHMETIC_API image::ImagePtr | ipsdk::imaproc::arithm::l2Norm3Img (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const image::ImageConstPtr &pInImg3) |
| wrapper function for Computation of L2 (euclidian) norm of three images More... | |
Computation of L2 (euclidian) norm of three images algorithm.
This algorithm allows to compute L2 norm (euclidian norm) of three images. Given three input images
,
and
, output image values are defined by :
Here is an example of a L2 norm computation applied to three 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::InImg3 | [Input] Third image for processing operation | X |
| ipsdk::imaproc::attr::OutImg | [Output] image for processing operation | duplicateInOut (_pOutImg, _pInImg1, ipsdk::image::eImageBufferType::eIBT_Real32) |
Global rule description for algorithm :
ipsdk::imaproc::matchSize (_pInImg1,_pInImg2,_pInImg3,_pOutImg) &&
ipsdk::imaproc::matchBufferType (_pInImg1,_pInImg2,_pInImg3)
| IPSDKIPLARITHMETIC_API void ipsdk::imaproc::arithm::l2Norm3Img | ( | const image::ImageConstPtr & | pInImg1, |
| const image::ImageConstPtr & | pInImg2, | ||
| const image::ImageConstPtr & | pInImg3, | ||
| const image::ImagePtr & | pOutImg | ||
| ) |
wrapper function for Computation of L2 (euclidian) norm of three images
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
| IPSDKIPLARITHMETIC_API image::ImagePtr ipsdk::imaproc::arithm::l2Norm3Img | ( | const image::ImageConstPtr & | pInImg1, |
| const image::ImageConstPtr & | pInImg2, | ||
| const image::ImageConstPtr & | pInImg3 | ||
| ) |
wrapper function for Computation of L2 (euclidian) norm of three images
| ipsdk::processor::IPSDKBaseProcessingException | on failure |
1.8.14