15 #ifndef __IPSDKIPLARITHMETIC_BOUNDIMG_H__ 16 #define __IPSDKIPLARITHMETIC_BOUNDIMG_H__ 19 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Range.h> 68 #endif // __IPSDKIPLARITHMETIC_BOUNDIMG_H__ #define IPSDKIPLARITHMETIC_API
Import/Export macro for library IPSDKIPLArithmetic.
Definition: IPSDKIPLArithmeticExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLARITHMETIC_API image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AbsImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
Definition of import/export macro for library.
boost::shared_ptr< const ipsdk::imaproc::attr::Range > RangeConstPtr
shared pointer to const ipsdk::imaproc::attr::Range
Definition: Range.h:157
IPSDKIPLARITHMETIC_API boost::shared_ptr< BoundImgLvl1 > boundImg_async(const ipsdk::image::ImageConstPtr &pInImg, const ipsdk::imaproc::attr::RangeConstPtr &pInOutputRange)
asynchronous wrappers
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLARITHMETIC_API ipsdk::image::ImagePtr 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