IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Kurtosis2dImgLvl1.h
1 // Kurtosis2dImgLvl1.h:
3 // --------------------
4 //
14 
15 #ifndef __IPSDKIPLSTATS_KURTOSIS2DIMGLVL1_H__
16 #define __IPSDKIPLSTATS_KURTOSIS2DIMGLVL1_H__
17 
21 
22 // Attributes headers
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InHalfKnlSizeX.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InHalfKnlSizeY.h>
26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutRealImg.h>
27 
28 namespace ipsdk {
29 namespace imaproc {
30 namespace stats {
31 
34 
35 // declare processor class
36 IPSDK_DECLARE_LVL1_PROCESSOR(ASYNC1, IPSDKIPLStats, Kurtosis2dImg,
37  ipsdk::imaproc::matchSize(_pInImg, _pOutRealImg),
38  (((ipsdk)(imaproc)(attr))(InImg))
39  (((ipsdk)(imaproc)(attr))(InHalfKnlSizeX))
40  (((ipsdk)(imaproc)(attr))(InHalfKnlSizeY))
41  (((ipsdk)(imaproc)(attr))(OutRealImg)(ipsdk::imaproc::duplicateInOut)(_pInImg)(image::eImageBufferType::eIBT_Real32)))
42 
43 // methods
44 protected:
45 
46 // attributes
47 protected:
48 
49 };
50 
53 
54 } // end of namespace stats
55 } // end of namespace imaproc
56 } // end of namespace ipsdk
57 
58 #endif // __IPSDKIPLSTATS_KURTOSIS2DIMGLVL1_H__
#define IPSDK_DECLARE_LVL1_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
processor::OutputInitializerPtr duplicateInOut(const boost::weak_ptr< OutputAttributeType > &pOutputAttribute, const boost::weak_ptr< InputAttributeType > &pInputAttribute, const eImageInitializerStoragePolicy &storagePolicy=eImageInitializerStoragePolicy::eIISP_Inherit)
Definition of import/export macro for library.