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

Wrapper functions for Round values of a floating point 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::roundImg (const image::ImageConstPtr &pInRealImg, const image::eImageBufferType &inConvertImageBufferType)
 wrapper function for Round values of a floating point image More...
 
IPSDKIPLARITHMETIC_API void ipsdk::imaproc::arithm::roundImg (const image::ImageConstPtr &pInRealImg, const image::ImagePtr &pOutImg)
 wrapper function for Round values of a floating point image More...
 
IPSDKIPLARITHMETIC_API boost::shared_ptr< RoundImgLvl1 > ipsdk::imaproc::arithm::roundImg_async (const image::ImageConstPtr &pInRealImg, const image::eImageBufferType &inConvertImageBufferType)
 asynchronous wrappers
 
IPSDKIPLARITHMETIC_API boost::shared_ptr< RoundImgLvl1 > ipsdk::imaproc::arithm::roundImg_async (const image::ImageConstPtr &pInRealImg, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLARITHMETIC_API image::ImagePtr ipsdk::imaproc::arithm::getAsyncProcessorOutput (boost::shared_ptr< RoundImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Round values of a floating point image.

Author
E. Noirfalise
Date
2014/09/24