IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Bilateral3dImgLvl2.h
1 // Bilateral3dImgLvl2.h:
3 // ---------------------
4 //
14 
15 #ifndef __IPSDKIPLFILTERING_BILATERAL3DIMGLVL2_H__
16 #define __IPSDKIPLFILTERING_BILATERAL3DIMGLVL2_H__
17 
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InTabulatedRangeExponentials.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InTabulatedSpaceExponentials.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/3d/InSubImg3d.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h>
26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InHalfKnlSize.h>
27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InRangeSigma.h>
28 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InScaleFactor.h>
29 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InSpaceSigma.h>
30 
31 namespace ipsdk {
32 namespace imaproc {
33 namespace filter {
34 
37 
38 // declare processor class
39 IPSDK_DECLARE_LVL2_PROCESSOR(ASYNC1, IPSDKIPLFiltering, Bilateral3dImg,
40  ipsdk::imaproc::matchSize(_pInSubImg3d, _pOutImg),
41  (((ipsdk)(imaproc)(attr))(InSubImg3d))
42  (((ipsdk)(imaproc)(attr))(InRangeSigma))
43  (((ipsdk)(imaproc)(attr))(InSpaceSigma))
44  (((ipsdk)(imaproc)(attr))(InHalfKnlSize))
45  (((ipsdk)(imaproc)(attr))(InTabulatedRangeExponentials))
46  (((ipsdk)(imaproc)(attr))(InTabulatedSpaceExponentials))
47  (((ipsdk)(imaproc)(attr))(InScaleFactor))
48  (((ipsdk)(imaproc)(attr))(OutImg)))
49 
50 // methods
51 public:
52 
53 protected:
54 
55 // attributes
56 protected:
57 
58 };
59 
62 
63 } // end of namespace filter
64 } // end of namespace imaproc
65 } // end of namespace ipsdk
66 
67 #endif // __IPSDKIPLFILTERING_BILATERAL3DIMGLVL2_H__
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
Definition of import/export macro for library.