![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Wrapper functions for blending on 2 images. 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::blendImgImg (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const ipReal32 inOptBlendMultiplier) |
| wrapper function for blending on 2 images More... | |
| IPSDKIPLARITHMETIC_API void | ipsdk::imaproc::arithm::blendImgImg (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const ipReal32 inOptBlendMultiplier, const image::ImagePtr &pOutImg) |
| wrapper function for blending on 2 images More... | |
| IPSDKIPLARITHMETIC_API boost::shared_ptr< BlendImgImgLvl1 > | ipsdk::imaproc::arithm::blendImgImg_async (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const ipReal32 inOptBlendMultiplier) |
| asynchronous wrappers | |
| IPSDKIPLARITHMETIC_API boost::shared_ptr< BlendImgImgLvl1 > | ipsdk::imaproc::arithm::blendImgImg_async (const image::ImageConstPtr &pInImg1, const image::ImageConstPtr &pInImg2, const ipReal32 inOptBlendMultiplier, const image::ImagePtr &pOutImg) |
| asynchronous wrappers | |
| IPSDKIPLARITHMETIC_API image::ImagePtr | ipsdk::imaproc::arithm::getAsyncProcessorOutput (boost::shared_ptr< BlendImgImgLvl1 > pProcessor) |
| function to retrieve the result of an asynchronous processor | |
Wrapper functions for blending on 2 images.
1.8.14