IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
GaussianNoiseMsrLvl3.h
1 // GaussianNoiseMsrLvl3.h:
3 // ---------------
4 //
14 
15 #ifndef __IPSDKIPLGLOBALMEASURE_GAUSSIANNOISEMSRLVL3_H__
16 #define __IPSDKIPLGLOBALMEASURE_GAUSSIANNOISEMSRLVL3_H__
17 
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/OutGaussianNoiseStats.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/YStrip2dWithKernel/InKnlYStrip2d.h>
24 
25 namespace ipsdk {
26 namespace imaproc {
27 namespace glbmsr {
28 
31 
32 // declare processing algorithm
33 IPSDK_DECLARE_PROCESSING_ALGORITHM(IPSDKIPLGlobalMeasure, GaussianNoiseMsr,
35  (((ipsdk)(imaproc)(attr))(InKnlYStrip2d))
36  (((ipsdk)(imaproc)(attr))(OutGaussianNoiseStats)))
37 
38  // implementation of image processing data identifier retrieval method
39  // for function selector usage
40  IPSDK_DECLARE_ALGORITHM_FUNCTION_SELECTOR(((STRIP)(InKnlYStrip2d)));
41 
42  // declaration of parsed data during processing
43  IPSDK_DECLARE_ALGORITHM_PARSED_DATA(((LINESTRIP)(InKnlYStrip2d)));
44 
45 // methods
46 public:
50 
53  ipsdk::core::ExecResult postProcess();
54 
55 
56 protected:
57 
59  template <typename BufType,
60  ipsdk::eInstructionSet::domain IS>
61  ipsdk::BoolResult genericProcessFunction(const ipsdk::processor::ProcessingInfo& info);
62 
63 // attributes
64 protected:
65 
66 };
67 
70 
71 } // end of namespace glbmsr
72 } // end of namespace imaproc
73 } // end of namespace ipsdk
74 
75 #endif // __IPSDKIPLGLOBALMEASURE_GAUSSIANNOISEMSRLVL3_H__
IPSDKBASEPROCESSING_API RulePtr none()
ipsdk::core::ExecResult preProcess()
method called before processing
ProcessingResult< eExecutionResult > ExecResult
#define IPSDK_DECLARE_PROCESSING_ALGORITHM(libraryName, algoName, RuleString, attributeSeq)
#define IPSDK_DECLARE_ALGORITHM_PARSED_DATA(dataSeq)
Definition of import/export macro for library.
#define IPSDK_DECLARE_ALGORITHM_FUNCTION_SELECTOR(dataTypeSeq)