15 #ifndef __IPSDKIPLARITHMETIC_L2NORM2IMG_H__ 16 #define __IPSDKIPLARITHMETIC_L2NORM2IMG_H__ 67 #endif // __IPSDKIPLARITHMETIC_L2NORM2IMG_H__ #define IPSDKIPLARITHMETIC_API
Import/Export macro for library IPSDKIPLArithmetic.
Definition: IPSDKIPLArithmeticExports.h:25
IPSDKIPLARITHMETIC_API void l2Norm2Img(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const image::ImagePtr &pOutImg)
wrapper function for Computation of L2 (euclidian) norm of two images
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLARITHMETIC_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AbsImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
Definition of import/export macro for library.
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLARITHMETIC_API boost::shared_ptr< L2Norm2ImgLvl1 > l2Norm2Img_async(const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const image::ImagePtr &pOutImg)
asynchronous wrappers