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