IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HoughSpheres3dLabelImgLvl1.h
1 // HoughSpheres3dMaskImgLvl1.h:
3 // ----------------------------
4 //
14 
15 #ifndef __IPSDKIPLFEATUREDETECTION_HOUGHSPHERES3DMASKIMGLVL1_H__
16 #define __IPSDKIPLFEATUREDETECTION_HOUGHSPHERES3DMASKIMGLVL1_H__
17 
22 
23 // Attributes headers
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InPIHoughSpheres3dPpties.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg.h>
26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutLabelImg.h>
27 
28 namespace ipsdk {
29 namespace imaproc {
30 namespace fd {
31 
34 
35 // declare processor class
36 IPSDK_DECLARE_LVL1_PROCESSOR(ASYNC2, IPSDKIPLFeatureDetection, HoughSpheres3dLabelImg,
37  ipsdk::imaproc::matchSize(_pInImg, _pOutLabelImg) &&
38  ipsdk::imaproc::matchImagePlans(_pInPIHoughSpheres3dPpties, _pInImg, eImagePlansMatchPolicy::eIPMP_CT),
39  (((ipsdk)(imaproc)(attr))(InPIHoughSpheres3dPpties))
40  (((ipsdk)(imaproc)(attr))(InImg))
41  (((ipsdk)(imaproc)(attr))(OutLabelImg)(customOutput)(outputHoughSpheres3dLabelImg(_pInImg, _pInPIHoughSpheres3dPpties))))
42 
43 // methods
44 public:
45 
46 protected:
47 
48 // attributes
49 protected:
50 
51 };
52 
55 
56 } // end of namespace fd
57 } // end of namespace imaproc
58 } // end of namespace ipsdk
59 
60 #endif // __IPSDKIPLFEATUREDETECTION_HOUGHSPHERES3DMASKIMGLVL1_H__
#define IPSDK_DECLARE_LVL1_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
Definition of import/export macro for library.
processor::OutputInitializerPtr customOutput(const boost::weak_ptr< OutputAttributeType > &pOutputAttribute, const CustomImageInfoPtr &pCustomImageInfo)
utility functions for Hough spheres 3d label output image attribute initialization management ...
IPSDKIPLFEATUREDETECTION_API CustomImageInfoPtr outputHoughSpheres3dLabelImg(const ImageAttributeConstPtr &pInputAttribute, const boost::shared_ptr< const attr::InPIHoughSpheres3dPpties > &pInOptParams)
function allowing to create a "Hough spheres 3d label" image initializer