IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
L2Norm3ImgLvl1.h
1 // L2Norm3ImgLvl1.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKIPLARITHMETIC_L2NORM3IMGLVL1_H__
16 #define __IPSDKIPLARITHMETIC_L2NORM3IMGLVL1_H__
17 
21 
22 // Attributes headers
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg1.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg2.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg3.h>
26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h>
27 
28 namespace ipsdk {
29 namespace imaproc {
30 namespace arithm {
31 
34 
35 // declare processor class
36 IPSDK_DECLARE_LVL1_PROCESSOR(ASYNC1, IPSDKIPLArithmetic, L2Norm3Img,
37  ipsdk::imaproc::matchSize(_pInImg1, _pInImg2, _pInImg3, _pOutImg) &&
38  ipsdk::imaproc::matchBufferType(_pInImg1, _pInImg2, _pInImg3),
39  (((ipsdk)(imaproc)(attr))(InImg1))
40  (((ipsdk)(imaproc)(attr))(InImg2))
41  (((ipsdk)(imaproc)(attr))(InImg3))
42  (((ipsdk)(imaproc)(attr))(OutImg)(duplicateInOut)(_pInImg1)(ipsdk::image::eImageBufferType::eIBT_Real32)))
43 
44 // methods
45 public:
46 
47 // attributes
48 protected:
49 
50 };
51 
54 
55 } // end of namespace arithm
56 } // end of namespace imaproc
57 } // end of namespace ipsdk
58 
59 #endif // __IPSDKIPLARITHMETIC_L2NORM3IMGLVL1_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.