15 #ifndef __IPSDKIPLARITHMETIC_FORMULA3DIMG_H__ 16 #define __IPSDKIPLARITHMETIC_FORMULA3DIMG_H__ 26 class Formula3dImgLvl1;
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.