IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
AddMarkerImgLvl1.h
1 // AddMarkerImgLvl1.h:
3 // -------------------
4 //
14 
15 #ifndef __IPSDKIPLBASICMORPHOLOGY_ADDMARKERIMGLVL1_H__
16 #define __IPSDKIPLBASICMORPHOLOGY_ADDMARKERIMGLVL1_H__
17 
21 
22 // Attributes headers
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InBinImg.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InLabelImg.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutLabelImg.h>
26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InLabelValue.h>
27 
28 namespace ipsdk {
29 namespace imaproc {
30 namespace morpho {
31 
34 
35 // declare processor class
36 IPSDK_DECLARE_LVL1_PROCESSOR(ASYNC1, IPSDKIPLBasicMorphology, AddMarkerImg,
37  imaproc::matchSize(_pInLabelImg, _pInBinImg, _pOutLabelImg),
38  (((ipsdk)(imaproc)(attr))(InLabelImg))
39  (((ipsdk)(imaproc)(attr))(InBinImg))
40  (((ipsdk)(imaproc)(attr))(InLabelValue))
41  (((ipsdk)(imaproc)(attr))(OutLabelImg)(ipsdk::imaproc::duplicateInOut)(_pInLabelImg)))
42 
43 // methods
44 public:
45 
46 protected:
47 
48 // attributes
49 protected:
50 
51 };
52 
55 
56 } // end of namespace morpho
57 } // end of namespace imaproc
58 } // end of namespace ipsdk
59 
60 #endif // __IPSDKIPLBASICMORPHOLOGY_ADDMARKERIMGLVL1_H__
#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)
Definition of import/export macro for library.