IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BuildLines2dImgLvl2.h
1 // BuildLines2dImgLvl2.h:
3 // ----------------------
4 //
14 
15 #ifndef __IPSDKIPLUTILITY_BUILDLINES2DIMGLVL2_H__
16 #define __IPSDKIPLUTILITY_BUILDLINES2DIMGLVL2_H__
17 
21 
22 // Attributes headers
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutBinImg.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InOffset.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InTheta.h>
26 
27 namespace ipsdk {
28 namespace imaproc {
29 namespace util {
30 
33 
34 // declare processor class
35 IPSDK_DECLARE_LVL2_PROCESSOR(ASYNC1, IPSDKIPLUtility, BuildLines2dImg,
37  (((ipsdk)(imaproc)(attr))(InTheta))
38  (((ipsdk)(imaproc)(attr))(InOffset))
39  (((ipsdk)(imaproc)(attr))(OutBinImg)))
40 
41 // methods
42 public:
43 
44 protected:
45 
46 // attributes
47 protected:
48 
49 };
50 
53 
54 } // end of namespace util
55 } // end of namespace imaproc
56 } // end of namespace ipsdk
57 
58 #endif // __IPSDKIPLUTILITY_BUILDLINES2DIMGLVL2_H__
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
IPSDKBASEPROCESSING_API RulePtr none()
Definition of import/export macro for library.
Utility functions for ROI attribute rules management.