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

Wrapper functions for Algorithm allowing to bound image values to a given range. More...

#include <IPSDKIPL/IPSDKIPLArithmetic/IPSDKIPLArithmeticExports.h>
#include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Range.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 ipsdk::image::ImagePtr ipsdk::imaproc::arithm::boundImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RangeConstPtr &pInOutputRange)
 wrapper function for Algorithm allowing to bound image values to a given range More...
 
IPSDKIPLARITHMETIC_API void ipsdk::imaproc::arithm::boundImg (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RangeConstPtr &pInOutputRange, const ipsdk::image::ImagePtr &pOutImg)
 wrapper function for Algorithm allowing to bound image values to a given range More...
 
IPSDKIPLARITHMETIC_API boost::shared_ptr< BoundImgLvl1 > ipsdk::imaproc::arithm::boundImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RangeConstPtr &pInOutputRange)
 asynchronous wrappers
 
IPSDKIPLARITHMETIC_API boost::shared_ptr< BoundImgLvl1 > ipsdk::imaproc::arithm::boundImg_async (const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RangeConstPtr &pInOutputRange, const ipsdk::image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLARITHMETIC_API ipsdk::image::ImagePtr ipsdk::imaproc::arithm::getAsyncProcessorOutput (boost::shared_ptr< BoundImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Algorithm allowing to bound image values to a given range.

Author
E. Noirfalise
Date
2014/09/25