IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BoundImg.h
Go to the documentation of this file.
1 // BoundImg.h:
3 // -----------
4 //
14 
15 #ifndef __IPSDKIPLARITHMETIC_BOUNDIMG_H__
16 #define __IPSDKIPLARITHMETIC_BOUNDIMG_H__
17 
19 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Range.h>
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace arithm {
25 
26 class BoundImgLvl1;
27 
30 
37  const ipsdk::imaproc::attr::RangeConstPtr& pInOutputRange);
40  const ipsdk::imaproc::attr::RangeConstPtr& pInOutputRange,
41  const ipsdk::image::ImagePtr& pOutImg);
43 
46 IPSDKIPLARITHMETIC_API boost::shared_ptr<BoundImgLvl1>
48  const ipsdk::imaproc::attr::RangeConstPtr& pInOutputRange);
49 IPSDKIPLARITHMETIC_API boost::shared_ptr<BoundImgLvl1>
51  const ipsdk::imaproc::attr::RangeConstPtr& pInOutputRange,
52  const ipsdk::image::ImagePtr& pOutImg);
54 
58 getAsyncProcessorOutput(boost::shared_ptr<BoundImgLvl1> pProcessor);
60 
63 
64 } // end of namespace arithm
65 } // end of namespace imaproc
66 } // end of namespace ipsdk
67 
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