IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
DicPhaseRetrieval2dImgLvl1.h
1 // DicPhaseRetrieval2dImgLvl1.h:
3 // -----------------------------
4 //
14 
15 #ifndef __IPSDKIPLFILTERING_DICPHASERETRIEVAL2DIMGLVL1_H__
16 #define __IPSDKIPLFILTERING_DICPHASERETRIEVAL2DIMGLVL1_H__
17 
21 
22 // Attributes headers
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InImg.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutRealImg.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/Working/OutWk1RealImg.h>
26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/Working/OutWk2RealImg.h>
27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InStdDev.h>
28 #include <IPSDKIPL/IPSDKIPLFiltering/Attribute/InDicPhaseRetrievalParams.h>
29 
30 namespace ipsdk {
31 namespace imaproc {
32 namespace filter {
33 
36 
37 // declare processor class
38 IPSDK_DECLARE_LVL1_PROCESSOR(ASYNC1, IPSDKIPLFiltering, DicPhaseRetrieval2dImg,
39  ipsdk::imaproc::matchSize(_pInImg, _pOutWk1RealImg) &&
40  ipsdk::imaproc::matchSize(_pInImg, _pOutWk2RealImg) &&
41  ipsdk::imaproc::matchSize(_pInImg, _pOutRealImg),
42  (((ipsdk)(imaproc)(attr))(InImg))
43  (((ipsdk)(imaproc)(attr))(InStdDev))
44  (((ipsdk)(imaproc)(filter))(InDicPhaseRetrievalParams))
45  (((ipsdk)(imaproc)(attr))(OutWk1RealImg)(ipsdk::imaproc::duplicateInOut)(_pInImg)(ipsdk::image::eImageBufferType::eIBT_Real32))
46  (((ipsdk)(imaproc)(attr))(OutWk2RealImg)(ipsdk::imaproc::duplicateInOut)(_pInImg)(ipsdk::image::eImageBufferType::eIBT_Real32))
47  (((ipsdk)(imaproc)(attr))(OutRealImg)(ipsdk::imaproc::duplicateInOut)(_pInImg)(ipsdk::image::eImageBufferType::eIBT_Real32)))
48 
49 // methods
50 public:
51 
52 protected:
53 
54 // attributes
55 protected:
56 
57 };
58 
61 
62 } // end of namespace filter
63 } // end of namespace imaproc
64 } // end of namespace ipsdk
65 
66 #endif // __IPSDKIPLFILTERING_DICPHASERETRIEVAL2DIMGLVL1_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.