IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
FormulaTypes.h
Go to the documentation of this file.
1 // FormulaTypes.h:
3 // ---------------
4 //
14 
15 #ifndef __IPSDKIPLARITHMETIC_FORMULATYPES_H__
16 #define __IPSDKIPLARITHMETIC_FORMULATYPES_H__
17 
19 
20 namespace ipsdk {
21 namespace imaproc {
22 namespace arithm {
23 
26 
31 {
34 
37 
40 
43 
46 
49 
52 
55 
58 };
59 
62 
63 } // end of namespace arithm
64 } // end of namespace imaproc
65 } // end of namespace ipsdk
66 
67 #endif // __IPSDKIPLARITHMETIC_FORMULATYPES_H__
image::ImageConstPtr _pInOptImg3
third input grey level image
Definition: FormulaTypes.h:39
structure allowing to encapsulated input optional images associated to an image formula ...
Definition: FormulaTypes.h:30
image::ImageConstPtr _pInOptBinImg1
first input binary image
Definition: FormulaTypes.h:42
image::ImageConstPtr _pInOptLabImg2
second input label image
Definition: FormulaTypes.h:54
image::ImageConstPtr _pInOptBinImg3
third input binary image
Definition: FormulaTypes.h:48
image::ImageConstPtr _pInOptImg2
second input grey level image
Definition: FormulaTypes.h:36
boost::shared_ptr< const BaseImage > ImageConstPtr
image::ImageConstPtr _pInOptBinImg2
second input binary image
Definition: FormulaTypes.h:45
image::ImageConstPtr _pInOptImg1
first input grey level image
Definition: FormulaTypes.h:33
image::ImageConstPtr _pInOptLabImg1
first input label image
Definition: FormulaTypes.h:51
image::ImageConstPtr _pInOptLabImg3
third input label image
Definition: FormulaTypes.h:57