IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
StatsMsr3dLvl2.h
1 // StatsMsr3dLvl2.h:
3 // ---------------
4 //
14 
15 #ifndef __IPSDKIPLGLOBALMEASURE_STATSMSR3DLVL2_H__
16 #define __IPSDKIPLGLOBALMEASURE_STATSMSR3DLVL2_H__
17 
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/3d/InSubImg3d.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/OutStatsResult.h>
24 
25 namespace ipsdk {
26 namespace imaproc {
27 namespace glbmsr {
28 
31 
32 // declare processor class
33 IPSDK_DECLARE_LVL2_PROCESSOR(ASYNC1, IPSDKIPLGlobalMeasure, StatsMsr3d,
35  (((ipsdk)(imaproc)(attr))(InSubImg3d))
36  (((ipsdk)(imaproc)(attr))(OutStatsResult)))
37 
38 // methods
39 public:
42  core::ExecResult postProcess();
43 
45  void clearIntermediateData();
46 
47 
48 // attributes
49 protected:
50  // declaration of dispatch results collection
51  IPSDK_DECLARE_DYNAMIC_RESULT_COLL(OutStatsResult, OutStatsResultsColl);
52 };
53 
56 
57 } // end of namespace glbmsr
58 } // end of namespace imaproc
59 } // end of namespace ipsdk
60 
61 #endif // __IPSDKIPLGLOBALMEASURE_STATSMSR3DLVL2_H__
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
IPSDKBASEPROCESSING_API RulePtr none()
ProcessingResult< eExecutionResult > ExecResult
Definition of import/export macro for library.
IPSDK_DECLARE_GPU_PROCESSING_ALGORITHM(IPSDKIPLFiltering, Convolution2dImg, ipsdk::imaproc::matchSize(_pInSubGpuImg, _pOutImg),(((ipsdk)(imaproc)(attr))(InSubGpuImg))(((ipsdk)(imaproc)(attr))(InKnlXY))(((ipsdk)(imaproc)(attr))(InNormalize))(((ipsdk)(imaproc)(attr))(InConvolBorder2d))(((ipsdk)(imaproc)(attr))(OutImg))) IPSDKCUDA_DECLARE_ALGORITHM_FUNCTION_SELECTOR((InSubGpuImg)(OutImg)) public void clearIntermediateData()
method called before processing
#define IPSDK_DECLARE_DYNAMIC_RESULT_COLL(AttributeType, CollType)