IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
Formula3dImg.h File Reference

Wrapper functions for algorithm allowing to generate a 3d image using a formula string. More...

#include <IPSDKIPL/IPSDKIPLArithmetic/IPSDKIPLArithmeticExports.h>
#include <IPSDKIPL/IPSDKIPLArithmetic/Tools/FormulaTypes.h>
#include <IPSDKImage/Fragment/BorderPolicy/3d/Border3dPolicyTypes.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::arithm
 Namespace aggregating arithmetic operations on images, pixel by pixel.
 

Functions

IPSDKIPLARITHMETIC_API image::ImagePtr ipsdk::imaproc::arithm::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 More...
 
IPSDKIPLARITHMETIC_API void ipsdk::imaproc::arithm::formula3dImg (const std::string &inImageFormula3d, const ipsdk::imaproc::arithm::FormulaInOptImages &formulaInOptImages, const image::ImagePtr &pOutImg)
 wrapper function for algorithm allowing to generate a 3d image using a formula string More...
 
IPSDKIPLARITHMETIC_API void ipsdk::imaproc::arithm::formula3dImg (const std::string &inImageFormula3d, const ipsdk::imaproc::arithm::FormulaInOptImages &formulaInOptImages, const image::Border3dPolicyConstPtr &pInOptConvolBorder3d, const image::ImagePtr &pOutImg)
 wrapper function for algorithm allowing to generate a 3d image using a formula string More...
 
IPSDKIPLARITHMETIC_API boost::shared_ptr< Formula3dImgLvl1 > ipsdk::imaproc::arithm::formula3dImg_async (const std::string &inImageFormula3d, const ipsdk::imaproc::arithm::FormulaInOptImages &formulaInOptImages)
 asynchronous wrappers
 
IPSDKIPLARITHMETIC_API boost::shared_ptr< Formula3dImgLvl1 > ipsdk::imaproc::arithm::formula3dImg_async (const std::string &inImageFormula3d, const ipsdk::imaproc::arithm::FormulaInOptImages &formulaInOptImages, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLARITHMETIC_API boost::shared_ptr< Formula3dImgLvl1 > ipsdk::imaproc::arithm::formula3dImg_async (const std::string &inImageFormula3d, const ipsdk::imaproc::arithm::FormulaInOptImages &formulaInOptImages, const image::Border3dPolicyConstPtr &pInOptConvolBorder3d, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLARITHMETIC_API image::ImagePtr ipsdk::imaproc::arithm::getAsyncProcessorOutput (boost::shared_ptr< Formula3dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for algorithm allowing to generate a 3d image using a formula string.

Author
E.Noirfalise
Date
2017/03/16