IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
DilateLabel2dImgLvl1.h
1 // DilateLabel2dImgLvl1.h:
3 // -----------------------
4 //
14 
15 #ifndef __IPSDKIPLADVANCEDMORPHOLOGY_DILATELABEL2DIMGLVL1_H__
16 #define __IPSDKIPLADVANCEDMORPHOLOGY_DILATELABEL2DIMGLVL1_H__
17 
21 
22 // Attributes headers
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InLabelImg.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutLabelImg.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/InOptDilateLabelMode.h>
26 
27 namespace ipsdk {
28 namespace imaproc {
29 namespace advmorpho {
30 
33 
34 // declare processor class
35 IPSDK_DECLARE_LVL1_PROCESSOR(ASYNC1, IPSDKIPLAdvancedMorphology, DilateLabel2dImg,
36  ipsdk::imaproc::matchSizeAndType(_pInLabelImg, _pOutLabelImg),
37  (((ipsdk)(imaproc)(attr))(InLabelImg))
38  (((ipsdk)(imaproc)(attr))(InOptDilateLabelMode))
39  (((ipsdk)(imaproc)(attr))(OutLabelImg)(duplicateInOut)(_pInLabelImg)))
40 
41 // methods
42 public:
43 
44 protected:
45 
46 // attributes
47 protected:
48 
49 };
50 
53 
54 } // end of namespace advmorpho
55 } // end of namespace imaproc
56 } // end of namespace ipsdk
57 
58 #endif // __IPSDKIPLADVANCEDMORPHOLOGY_DILATELABEL2DIMGLVL1_H__
Definition of import/export macro for library.
#define IPSDK_DECLARE_LVL1_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
processor::OutputInitializerPtr duplicateInOut(const boost::weak_ptr< OutputAttributeType > &pOutputAttribute, const boost::weak_ptr< InputAttributeType > &pInputAttribute, const eImageInitializerStoragePolicy &storagePolicy=eImageInitializerStoragePolicy::eIISP_Inherit)