IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LabelShapeExtraction2dLvl1.h
1 // LabelShapeExtraction2dLvl1.h:
3 // -----------------------------
4 //
14 
15 #ifndef __IPSDKIPLSHAPESEGMENTATION_LABELSHAPEEXTRACTION2DLVL1_H__
16 #define __IPSDKIPLSHAPESEGMENTATION_LABELSHAPEEXTRACTION2DLVL1_H__
17 
21 
22 // Attributes headers
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InLabelImg.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOptContourExtractionSettings.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/GeometryEntityColl/OutPILabelsShape2d.h>
26 
27 namespace ipsdk {
28 namespace imaproc {
29 namespace shape {
30 namespace segmentation {
31 
34 
35 // declare processor class
36 IPSDK_DECLARE_LVL1_PROCESSOR(ASYNC1, IPSDKIPLShapeSegmentation, LabelShapeExtraction2d,
37  ipsdk::imaproc::matchImagePlans(_pOutPILabelsShape2d, _pInLabelImg),
38  (((ipsdk)(imaproc)(attr))(InLabelImg))
39  (((ipsdk)(imaproc)(attr))(InOptContourExtractionSettings))
40  (((ipsdk)(imaproc)(attr))(OutPILabelsShape2d)(ipsdk::imaproc::fromImage)(_pInLabelImg)))
41 
42 // methods
43 public:
44 
45 protected:
46 
47 // attributes
48 protected:
49 
50 };
51 
54 
55 } // end of namespace segmentation
56 } // end of namespace shape
57 } // end of namespace imaproc
58 } // end of namespace ipsdk
59 
60 #endif // __IPSDKIPLSHAPESEGMENTATION_LABELSHAPEEXTRACTION2DLVL1_H__
Definition of import/export macro for library.
#define IPSDK_DECLARE_LVL1_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
processor::OutputInitializerPtr fromImage(const boost::weak_ptr< OutputAttributeType > &pOutputAttribute, const ImageAttributeConstWeakPtr &pInputImageAttribute, const eFromImagePlanIndexedPolicy &fromImagePlanIndexedPolicy)