IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
EraseImg.h
Go to the documentation of this file.
1 // EraseImg.h:
3 // -----------
4 //
14 
15 #ifndef __IPSDKIPLUTILITY_ERASEIMG_H__
16 #define __IPSDKIPLUTILITY_ERASEIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace util {
24 
25 class EraseImgLvl1;
26 
29 
35 eraseImg(const image::ImagePtr& pOutImg);
37 eraseImg(const image::ImagePtr& pOutImg,
38  const ipReal64 inOptEraseValue);
40 
43 IPSDKIPLUTILITY_API boost::shared_ptr<EraseImgLvl1>
44 eraseImg_async(const image::ImagePtr& pOutImg);
45 IPSDKIPLUTILITY_API boost::shared_ptr<EraseImgLvl1>
46 eraseImg_async(const image::ImagePtr& pOutImg,
47  const ipReal64 inOptEraseValue);
49 
53 getAsyncProcessorOutput(boost::shared_ptr<EraseImgLvl1> pProcessor);
55 
58 
59 } // end of namespace util
60 } // end of namespace imaproc
61 } // end of namespace ipsdk
62 
63 #endif // __IPSDKIPLUTILITY_ERASEIMG_H__
#define IPSDKIPLUTILITY_API
Import/Export macro for library IPSDKIPLUtility.
Definition: IPSDKIPLUtilityExports.h:25
IPSDKIPLUTILITY_API void eraseImg(const image::ImagePtr &pOutImg)
wrapper function for image erasing algorithm
boost::shared_ptr< BaseImage > ImagePtr
double ipReal64
Definition of import/export macro for library.
IPSDKIPLUTILITY_API boost::shared_ptr< EraseImgLvl1 > eraseImg_async(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