IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Skewness2dImgLvl1.h
1 // Skewness2dImgLvl1.h:
3 // --------------------
4 //
15 
16 #ifndef __IPSDKIPLSTATS_SKEWNESS2DIMGLVL1_H__
17 #define __IPSDKIPLSTATS_SKEWNESS2DIMGLVL1_H__
18 
22 
23 // Attributes headers
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InHalfKnlSizeX.h>
26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InHalfKnlSizeY.h>
27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutRealImg.h>
28 
29 namespace ipsdk {
30 namespace imaproc {
31 namespace stats {
32 
35 
36 // declare processor class
37 IPSDK_DECLARE_LVL1_PROCESSOR(ASYNC1, IPSDKIPLStats, Skewness2dImg,
38  ipsdk::imaproc::matchSize(_pInImg, _pOutRealImg),
39  (((ipsdk)(imaproc)(attr))(InImg))
40  (((ipsdk)(imaproc)(attr))(InHalfKnlSizeX))
41  (((ipsdk)(imaproc)(attr))(InHalfKnlSizeY))
42  (((ipsdk)(imaproc)(attr))(OutRealImg)(ipsdk::imaproc::duplicateInOut)(_pInImg)(image::eImageBufferType::eIBT_Real32)))
43 
44 // methods
45 protected:
46 
47 // attributes
48 protected:
49 
50 };
51 
54 
55 } // end of namespace stats
56 } // end of namespace imaproc
57 } // end of namespace ipsdk
58 
59 #endif // __IPSDKIPLSTATS_SKEWNESS2DIMGLVL1_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.