IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HoughSpheres3dLabelImgLvl2.h
1 // HoughSpheres3dMaskImgLvl2.h:
3 // ----------------------------
4 //
14 
15 #ifndef __IPSDKIPLFEATUREDETECTION_HOUGHSPHERES3DMASKIMGLVL2_H__
16 #define __IPSDKIPLFEATUREDETECTION_HOUGHSPHERES3DMASKIMGLVL2_H__
17 
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InHoughSpheres3dPpties.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Output/3d/OutSubLabelImg3d.h>
24 
25 namespace ipsdk {
26 namespace imaproc {
27 namespace fd {
28 
31 
32 // declare processor class
33 IPSDK_DECLARE_LVL2_PROCESSOR(ASYNC1, IPSDKIPLFeatureDetection, HoughSpheres3dLabelImg,
35  (((ipsdk)(imaproc)(attr))(InHoughSpheres3dPpties))
36  (((ipsdk)(imaproc)(attr))(OutSubLabelImg3d)))
37 
38 // methods
39 public:
40 
41 protected:
42 
43 // attributes
44 protected:
45 
46 };
47 
50 
51 } // end of namespace fd
52 } // end of namespace imaproc
53 } // end of namespace ipsdk
54 
55 #endif // __IPSDKIPLFEATUREDETECTION_HOUGHSPHERES3DMASKIMGLVL2_H__
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
IPSDKBASEPROCESSING_API RulePtr none()
Definition of import/export macro for library.