IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Boundary2dImgLvl2.h
1 // Boundary2dImgLvl2.h:
3 // --------------------
4 //
14 
15 #ifndef __IPSDKIPLBASICMORPHOLOGY_BOUNDARY2DIMGLVL2_H__
16 #define __IPSDKIPLBASICMORPHOLOGY_BOUNDARY2DIMGLVL2_H__
17 
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/2d/InSubBinImg2d.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Neighborhood/InNeighborhood2d.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h>
25 
26 namespace ipsdk {
27 namespace imaproc {
28 namespace morpho {
29 
32 
33 // declare processor class
34 IPSDK_DECLARE_LVL2_PROCESSOR(ASYNC1, IPSDKIPLBasicMorphology, Boundary2dImg,
35  ipsdk::imaproc::matchSizeAndType(_pInSubBinImg2d, _pOutImg),
36  (((ipsdk)(imaproc)(attr))(InSubBinImg2d))
37  (((ipsdk)(imaproc)(attr))(InNeighborhood2d))
38  (((ipsdk)(imaproc)(attr))(OutImg)))
39 
40 // methods
41 protected:
42 
43 // attributes
44 protected:
45 
46 };
47 
50 
51 } // end of namespace morpho
52 } // end of namespace imaproc
53 } // end of namespace ipsdk
54 
55 #endif // __IPSDKIPLBASICMORPHOLOGY_BOUNDARY2DIMGLVL2_H__
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
Definition of import/export macro for library.