IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LabelShapeExtraction2dLvl2.h
1 // LabelShapeExtraction2dLvl2.h:
3 // -----------------------------
4 //
14 
15 #ifndef __IPSDKIPLSHAPESEGMENTATION_LABELSHAPEEXTRACTION2DLVL2_H__
16 #define __IPSDKIPLSHAPESEGMENTATION_LABELSHAPEEXTRACTION2DLVL2_H__
17 
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/GeometryEntityColl/OutLabelsShape2d.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InContourExtractionSettings.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/2d/InSubLabelImg2d.h>
25 
26 namespace ipsdk {
27 namespace imaproc {
28 namespace shape {
29 namespace segmentation {
30 
33 
34 // declare processor class
35 IPSDK_DECLARE_LVL2_PROCESSOR(ASYNC2, IPSDKIPLShapeSegmentation, LabelShapeExtraction2d,
37  (((ipsdk)(imaproc)(attr))(InSubLabelImg2d))
38  (((ipsdk)(imaproc)(attr))(InContourExtractionSettings))
39  (((ipsdk)(imaproc)(attr))(OutLabelsShape2d)))
40 
41 // methods
42 public:
43 
44 protected:
45 
46 // attributes
47 protected:
48 
49 };
50 
53 
54 } // end of namespace segmentation
55 } // end of namespace shape
56 } // end of namespace imaproc
57 } // end of namespace ipsdk
58 
59 #endif // __IPSDKIPLSHAPESEGMENTATION_LABELSHAPEEXTRACTION2DLVL2_H__
Definition of import/export macro for library.
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
IPSDKBASEPROCESSING_API RulePtr none()