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

Wrapper functions for subtraction of a scalar and an image (scalar - image) 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::subtractScalarImg (const ipReal64 inArithmeticVal, const image::ImageConstPtr &pInImg)
 wrapper function for subtraction of a scalar and an image (scalar - image) More...
 
IPSDKIPLARITHMETIC_API void ipsdk::imaproc::arithm::subtractScalarImg (const ipReal64 inArithmeticVal, const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutImg)
 wrapper function for subtraction of a scalar and an image (scalar - image) More...
 
IPSDKIPLARITHMETIC_API boost::shared_ptr< SubtractScalarImgLvl1 > ipsdk::imaproc::arithm::subtractScalarImg_async (const ipReal64 inArithmeticVal, const image::ImageConstPtr &pInImg)
 asynchronous wrappers
 
IPSDKIPLARITHMETIC_API boost::shared_ptr< SubtractScalarImgLvl1 > ipsdk::imaproc::arithm::subtractScalarImg_async (const ipReal64 inArithmeticVal, const image::ImageConstPtr &pInImg, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLARITHMETIC_API image::ImagePtr ipsdk::imaproc::arithm::getAsyncProcessorOutput (boost::shared_ptr< SubtractScalarImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for subtraction of a scalar and an image (scalar - image)

Author
E. Noirfalise
Date
2016/04/25