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