IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
ComplexMultiplyImgImg.h File Reference

Wrapper functions for Multiplication between two complex images. More...

#include <IPSDKIPL/IPSDKIPLArithmetic/IPSDKIPLArithmeticExports.h>
#include <IPSDKIPL/IPSDKIPLArithmetic/Tools/ComplexTypes.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::arithm
 Namespace aggregating arithmetic operations on images, pixel by pixel.
 

Functions

IPSDKIPLARITHMETIC_API ComplexImg ipsdk::imaproc::arithm::complexMultiplyImgImg (const image::ImageConstPtr &pInReImg1, const image::ImageConstPtr &pInImImg1, const image::ImageConstPtr &pInReImg2, const image::ImageConstPtr &pInImImg2)
 wrapper function for Multiplication between two complex images More...
 
IPSDKIPLARITHMETIC_API void ipsdk::imaproc::arithm::complexMultiplyImgImg (const image::ImageConstPtr &pInReImg1, const image::ImageConstPtr &pInImImg1, const image::ImageConstPtr &pInReImg2, const image::ImageConstPtr &pInImImg2, const image::ImagePtr &pOutReImg, const image::ImagePtr &pOutImImg)
 wrapper function for Multiplication between two complex images More...
 
IPSDKIPLARITHMETIC_API boost::shared_ptr< ComplexMultiplyImgImgLvl1 > ipsdk::imaproc::arithm::complexMultiplyImgImg_async (const image::ImageConstPtr &pInReImg1, const image::ImageConstPtr &pInImImg1, const image::ImageConstPtr &pInReImg2, const image::ImageConstPtr &pInImImg2)
 asynchronous wrappers
 
IPSDKIPLARITHMETIC_API boost::shared_ptr< ComplexMultiplyImgImgLvl1 > ipsdk::imaproc::arithm::complexMultiplyImgImg_async (const image::ImageConstPtr &pInReImg1, const image::ImageConstPtr &pInImImg1, const image::ImageConstPtr &pInReImg2, const image::ImageConstPtr &pInImImg2, const image::ImagePtr &pOutReImg, const image::ImagePtr &pOutImImg)
 asynchronous wrappers
 
IPSDKIPLARITHMETIC_API ComplexImg ipsdk::imaproc::arithm::getAsyncProcessorOutput (boost::shared_ptr< ComplexMultiplyImgImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Multiplication between two complex images.

Author
A. Eymar
Date
2021/11/19