IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ShapeToLabel3dImgLvl1.h
1 // ShapeToLabel3dImgLvl1.h:
3 // ------------------------
4 //
14 
15 #ifndef __IPSDKIPLSHAPESEGMENTATION_SHAPETOLABEL3DIMGLVL1_H__
16 #define __IPSDKIPLSHAPESEGMENTATION_SHAPETOLABEL3DIMGLVL1_H__
17 
21 
22 // Attributes headers
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/GeometryEntityColl/InPILabelsShape3d.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/3d/OutLabelImg3d.h>
25 
26 namespace ipsdk {
27 namespace imaproc {
28 namespace shape {
29 namespace segmentation {
30 
33 
34 // declare processor class
35 IPSDK_DECLARE_LVL1_PROCESSOR(ASYNC1, IPSDKIPLShapeSegmentation, ShapeToLabel3dImg,
37  (((ipsdk)(imaproc)(attr))(InPILabelsShape3d))
38  (((ipsdk)(imaproc)(attr))(OutLabelImg3d)(customOutput)(outputShapeToLabel(_pInPILabelsShape3d))))
39 
40 // methods
41 public:
42 
43 protected:
44 
45 // attributes
46 protected:
47 
48 };
49 
52 
53 } // end of namespace segmentation
54 } // end of namespace shape
55 } // end of namespace imaproc
56 } // end of namespace ipsdk
57 
58 #endif // __IPSDKIPLSHAPESEGMENTATION_SHAPETOLABEL3DIMGLVL1_H__
Definition of import/export macro for library.
#define IPSDK_DECLARE_LVL1_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
IPSDKBASEPROCESSING_API RulePtr none()
processor::OutputInitializerPtr customOutput(const boost::weak_ptr< OutputAttributeType > &pOutputAttribute, const CustomImageInfoPtr &pCustomImageInfo)
Utility functions for shape to label attribute output initialization management.
IPSDKIPLSHAPESEGMENTATION_API CustomImageInfoPtr outputShapeToLabel(const boost::shared_ptr< const attr::InPILabelsShape2d > &pInputAttribute)