IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ShapeToLabel3dImgLvl2.h
1 // ShapeToLabel3dImgLvl2.h:
3 // ------------------------
4 //
14 
15 #ifndef __IPSDKIPLSHAPESEGMENTATION_SHAPETOLABEL3DIMGLVL2_H__
16 #define __IPSDKIPLSHAPESEGMENTATION_SHAPETOLABEL3DIMGLVL2_H__
17 
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/GeometryEntityColl/InLabelsShape3d.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/3d/OutLabelImg3d.h>
24 
25 namespace ipsdk {
26 namespace imaproc {
27 namespace shape {
28 namespace segmentation {
29 
32 
33 // declare processor class
34 IPSDK_DECLARE_LVL2_PROCESSOR(ASYNC1, IPSDKIPLShapeSegmentation, ShapeToLabel3dImg,
36  (((ipsdk)(imaproc)(attr))(InLabelsShape3d))
37  (((ipsdk)(imaproc)(attr))(OutLabelImg3d)))
38 
39 // methods
40 public:
41 
42 protected:
43 
44 // attributes
45 protected:
46 
47 };
48 
51 
52 } // end of namespace segmentation
53 } // end of namespace shape
54 } // end of namespace imaproc
55 } // end of namespace ipsdk
56 
57 #endif // __IPSDKIPLSHAPESEGMENTATION_SHAPETOLABEL3DIMGLVL2_H__
Definition of import/export macro for library.
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
IPSDKBASEPROCESSING_API RulePtr none()