IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
CannyEdges2dImgLvl2.h
1 // CannyEdges2dImgLvl2.h:
3 // ----------------------
4 //
14 
15 #ifndef __IPSDKIPLFEATUREDETECTION_CANNYEDGES2DIMGLVL2_H__
16 #define __IPSDKIPLFEATUREDETECTION_CANNYEDGES2DIMGLVL2_H__
17 
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/2d/InSubGxImg2d.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/2d/InSubGyImg2d.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutBinImg.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InCannyThresholds.h>
26 
27 namespace ipsdk {
28 namespace imaproc {
29 namespace fd {
30 
33 
34 // declare processor class
35 IPSDK_DECLARE_LVL2_PROCESSOR(ASYNC1, IPSDKIPLFeatureDetection, CannyEdges2dImg,
36  ipsdk::imaproc::matchSizeAndType(_pInSubGxImg2d, _pInSubGyImg2d) &&
37  ipsdk::imaproc::matchSize(_pInSubGxImg2d, _pOutBinImg),
38  (((ipsdk)(imaproc)(attr))(InSubGxImg2d))
39  (((ipsdk)(imaproc)(attr))(InSubGyImg2d))
40  (((ipsdk)(imaproc)(attr))(InCannyThresholds))
41  (((ipsdk)(imaproc)(attr))(OutBinImg)))
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_CANNYEDGES2DIMGLVL2_H__
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
Definition of import/export macro for library.