IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Formula2dImg.h
Go to the documentation of this file.
1 // Formula2dImg.h:
3 // ---------------
4 //
14 
15 #ifndef __IPSDKIPLARITHMETIC_FORMULA2DIMG_H__
16 #define __IPSDKIPLARITHMETIC_FORMULA2DIMG_H__
17 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace arithm {
25 
26 class Formula2dImgLvl1;
27 
30 
36 formula2dImg(const std::string& inImageFormula2d,
37  const ipsdk::imaproc::arithm::FormulaInOptImages& formulaInOptImages);
39 formula2dImg(const std::string& inImageFormula2d,
40  const ipsdk::imaproc::arithm::FormulaInOptImages& formulaInOptImages,
41  const image::ImagePtr& pOutImg);
43 formula2dImg(const std::string& inImageFormula2d,
44  const ipsdk::imaproc::arithm::FormulaInOptImages& formulaInOptImages,
45  const image::Border2dPolicyConstPtr& pInOptConvolBorder2d,
46  const image::ImagePtr& pOutImg);
48 
51 IPSDKIPLARITHMETIC_API boost::shared_ptr<Formula2dImgLvl1>
52 formula2dImg_async(const std::string& inImageFormula2d,
53  const ipsdk::imaproc::arithm::FormulaInOptImages& formulaInOptImages);
54 IPSDKIPLARITHMETIC_API boost::shared_ptr<Formula2dImgLvl1>
55 formula2dImg_async(const std::string& inImageFormula2d,
56  const ipsdk::imaproc::arithm::FormulaInOptImages& formulaInOptImages,
57  const image::ImagePtr& pOutImg);
58 IPSDKIPLARITHMETIC_API boost::shared_ptr<Formula2dImgLvl1>
59 formula2dImg_async(const std::string& inImageFormula2d,
60  const ipsdk::imaproc::arithm::FormulaInOptImages& formulaInOptImages,
61  const image::Border2dPolicyConstPtr& pInOptConvolBorder2d,
62  const image::ImagePtr& pOutImg);
64 
68 getAsyncProcessorOutput(boost::shared_ptr<Formula2dImgLvl1> pProcessor);
70 
73 
74 } // end of namespace arithm
75 } // end of namespace imaproc
76 } // end of namespace ipsdk
77 
78 #endif // __IPSDKIPLARITHMETIC_FORMULA2DIMG_H__
#define IPSDKIPLARITHMETIC_API
Import/Export macro for library IPSDKIPLArithmetic.
Definition: IPSDKIPLArithmeticExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
boost::shared_ptr< const Border2dPolicy > Border2dPolicyConstPtr
structure allowing to encapsulated input optional images associated to an image formula ...
Definition: FormulaTypes.h:30
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.
IPSDKIPLARITHMETIC_API boost::shared_ptr< Formula2dImgLvl1 > formula2dImg_async(const std::string &inImageFormula2d, const ipsdk::imaproc::arithm::FormulaInOptImages &formulaInOptImages)
asynchronous wrappers
Predefined types for image formula management.
IPSDKIPLARITHMETIC_API image::ImagePtr formula2dImg(const std::string &inImageFormula2d, const ipsdk::imaproc::arithm::FormulaInOptImages &formulaInOptImages)
wrapper function for algorithm allowing to generate a 2d image using a formula string ...