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

Wrapper functions for linear combination of 2 images, pixel by pixel. More...

#include <IPSDKIPL/IPSDKIPLArithmetic/IPSDKIPLArithmeticExports.h>
#include <IPSDKImage/Image/ImageTypes.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 image::ImagePtr ipsdk::imaproc::arithm::linearCombineImgImg (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const ipReal32 inFactor1, const ipReal32 inFactor2)
 wrapper function for linear combination of 2 images, pixel by pixel More...
 
IPSDKIPLARITHMETIC_API void ipsdk::imaproc::arithm::linearCombineImgImg (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const ipReal32 inFactor1, const ipReal32 inFactor2, const image::ImagePtr &pOutImg)
 wrapper function for linear combination of 2 images, pixel by pixel More...
 
IPSDKIPLARITHMETIC_API boost::shared_ptr< LinearCombineImgImgLvl1 > ipsdk::imaproc::arithm::linearCombineImgImg_async (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const ipReal32 inFactor1, const ipReal32 inFactor2)
 asynchronous wrappers
 
IPSDKIPLARITHMETIC_API boost::shared_ptr< LinearCombineImgImgLvl1 > ipsdk::imaproc::arithm::linearCombineImgImg_async (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const ipReal32 inFactor1, const ipReal32 inFactor2, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLARITHMETIC_API image::ImagePtr ipsdk::imaproc::arithm::getAsyncProcessorOutput (boost::shared_ptr< LinearCombineImgImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for linear combination of 2 images, pixel by pixel.

Author
H. Delestre
Date
2014/12/23