IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
GaussianRandomImgLvl2.h
1 // GaussianRandomImgLvl2.h:
3 // ------------------------
4 //
15 
16 #ifndef __IPSDKIPLUTILITY_GAUSSIANRANDOMIMGLVL2_H__
17 #define __IPSDKIPLUTILITY_GAUSSIANRANDOMIMGLVL2_H__
18 
21 
22 // Attributes headers
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InGaussianParameter.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Output/2d/OutSubImg2d.h>
25 
26 namespace ipsdk {
27 namespace imaproc {
28 namespace util {
29 
32 
33 // declare processor class
34 IPSDK_DECLARE_LVL2_PROCESSOR(ASYNC1, IPSDKIPLUtility, GaussianRandomImg,
36  (((ipsdk)(imaproc)(attr))(InGaussianParameter))
37  (((ipsdk)(imaproc)(attr))(OutSubImg2d)))
38 
39 // methods
40 public:
41 
42 protected:
43 
44 // attributes
45 protected:
46 
47 };
48 
51 
52 } // end of namespace util
53 } // end of namespace imaproc
54 } // end of namespace ipsdk
55 
56 #endif // __IPSDKIPLUTILITY_GAUSSIANRANDOMIMGLVL2_H__
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
IPSDKBASEPROCESSING_API RulePtr none()
Definition of import/export macro for library.