IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
RandomImg.h
Go to the documentation of this file.
1 // RandomImg.h:
3 // --------------------
4 //
16 
17 #ifndef __IPSDKIPLUTILITY_RANDOMIMG_H__
18 #define __IPSDKIPLUTILITY_RANDOMIMG_H__
19 
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/Range.h>
23 
24 namespace ipsdk {
25 namespace imaproc {
26 namespace util {
27 
28 class RandomImgLvl1;
29 
32 
39 randomImg(const ipsdk::imaproc::attr::RangeConstPtr& pInOptOutputRange,
40  const image::ImagePtr& pOutImg);
41 
48 randomImg(const image::ImagePtr& pOutImg);
50 
53 IPSDKIPLUTILITY_API boost::shared_ptr<RandomImgLvl1>
55  const image::ImagePtr& pOutImg);
56 IPSDKIPLUTILITY_API boost::shared_ptr<RandomImgLvl1>
57 randomImg_async(const image::ImagePtr& pOutImg);
59 
63 getAsyncProcessorOutput(boost::shared_ptr<RandomImgLvl1> pProcessor);
64 
67 
68 } // end of namespace util
69 } // end of namespace imaproc
70 } // end of namespace ipsdk
71 
72 #endif // __IPSDKIPLUTILITY_RANDOMIMG_H__
#define IPSDKIPLUTILITY_API
Import/Export macro for library IPSDKIPLUtility.
Definition: IPSDKIPLUtilityExports.h:25
IPSDKIPLUTILITY_API void randomImg(const ipsdk::imaproc::attr::RangeConstPtr &pInOptOutputRange, const image::ImagePtr &pOutImg)
wrapper function for initialization of an image with random values generated using a uniform law on i...
boost::shared_ptr< BaseImage > ImagePtr
boost::shared_ptr< const ipsdk::imaproc::attr::Range > RangeConstPtr
shared pointer to const ipsdk::imaproc::attr::Range
Definition: Range.h:157
Definition of import/export macro for library.
IPSDKIPLUTILITY_API boost::shared_ptr< RandomImgLvl1 > randomImg_async(const ipsdk::imaproc::attr::RangeConstPtr &pInOptOutputRange, const image::ImagePtr &pOutImg)
asynchronous wrappers
IPSDKIPLUTILITY_API ipsdk::image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AppendSeqImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor