IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
FormulaInitializerUtils.h
Go to the documentation of this file.
1 // FormulaInitializerUtils.h:
3 // --------------------------
4 //
15 
16 #ifndef __IPSDKIPLARITHMETIC_FORMULAINITIALIZERUTILS_H__
17 #define __IPSDKIPLARITHMETIC_FORMULAINITIALIZERUTILS_H__
18 
23 
24 namespace ipsdk {
25 namespace imaproc {
26 namespace arithm {
27 
30 
34 outputFormula(const ImageFormulaAttributeConstPtr& pImageFormula,
35  const ImageAttributeConstPtr& pInOptImg1,
36  const ImageAttributeConstPtr& pInOptImg2,
37  const ImageAttributeConstPtr& pInOptImg3,
38  const ImageAttributeConstPtr& pInOptBinImg1,
39  const ImageAttributeConstPtr& pInOptBinImg2,
40  const ImageAttributeConstPtr& pInOptBinImg3,
41  const ImageAttributeConstPtr& pInOptLabImg1,
42  const ImageAttributeConstPtr& pInOptLabImg2,
43  const ImageAttributeConstPtr& pInOptLabImg3);
44 
47 
48 } // end of namespace arithm
49 } // end of namespace imaproc
50 } // end of namespace ipsdk
51 
52 #endif // __IPSDKIPLARITHMETIC_FORMULAINITIALIZERUTILS_H__
#define IPSDKIPLARITHMETIC_API
Import/Export macro for library IPSDKIPLArithmetic.
Definition: IPSDKIPLArithmeticExports.h:25
boost::shared_ptr< const BaseImageAttribute > ImageAttributeConstPtr
Definition of import/export macro for library.
boost::shared_ptr< const BaseImageFormulaAttribute > ImageFormulaAttributeConstPtr
IPSDKIPLARITHMETIC_API CustomImageInfoPtr outputFormula(const ImageFormulaAttributeConstPtr &pImageFormula, const ImageAttributeConstPtr &pInOptImg1, const ImageAttributeConstPtr &pInOptImg2, const ImageAttributeConstPtr &pInOptImg3, const ImageAttributeConstPtr &pInOptBinImg1, const ImageAttributeConstPtr &pInOptBinImg2, const ImageAttributeConstPtr &pInOptBinImg3, const ImageAttributeConstPtr &pInOptLabImg1, const ImageAttributeConstPtr &pInOptLabImg2, const ImageAttributeConstPtr &pInOptLabImg3)
boost::shared_ptr< BaseCustomImageInfo > CustomImageInfoPtr