IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LocalEnergy3dImgLvl2.h
1 // LocalEnergy3dImgLvl2.h:
3 // -----------------------
4 //
14 
15 #ifndef __IPSDKIPLSTATS_LOCALENERGY3DIMGLVL2_H__
16 #define __IPSDKIPLSTATS_LOCALENERGY3DIMGLVL2_H__
17 
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InInputRange.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/3d/InSubImg3d.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutRealImg.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InHalfKnlSizeX.h>
26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InHalfKnlSizeY.h>
27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InHalfKnlSizeZ.h>
28 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InNbClasses.h>
29 
30 namespace ipsdk {
31 namespace imaproc {
32 namespace stats {
33 
36 
37 // declare processor class
38 IPSDK_DECLARE_LVL2_PROCESSOR(ASYNC1, IPSDKIPLStats, LocalEnergy3dImg,
39  ipsdk::imaproc::matchSize(_pInSubImg3d, _pOutRealImg),
40  (((ipsdk)(imaproc)(attr))(InSubImg3d))
41  (((ipsdk)(imaproc)(attr))(InHalfKnlSizeX))
42  (((ipsdk)(imaproc)(attr))(InHalfKnlSizeY))
43  (((ipsdk)(imaproc)(attr))(InHalfKnlSizeZ))
44  (((ipsdk)(imaproc)(attr))(InInputRange))
45  (((ipsdk)(imaproc)(attr))(InNbClasses))
46  (((ipsdk)(imaproc)(attr))(OutRealImg)))
47 
48 // methods
49 public:
50 
51 protected:
52 
53 // attributes
54 protected:
55 
56 };
57 
60 
61 } // end of namespace stats
62 } // end of namespace imaproc
63 } // end of namespace ipsdk
64 
65 #endif // __IPSDKIPLSTATS_LOCALENERGY3DIMGLVL2_H__
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
Definition of import/export macro for library.