IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
StatsMaskMsr3dLvl2.h
1 // StatsMaskMsr3dLvl2.h:
3 // ---------------------
4 //
15 
16 #ifndef __IPSDKIPLGLOBALMEASURE_STATSMASKMSR3DLVL2_H__
17 #define __IPSDKIPLGLOBALMEASURE_STATSMASKMSR3DLVL2_H__
18 
21 
22 // Attributes headers
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/OutStatsResult.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/3d/InSubImg3d.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/3d/InSubMaskImg3d.h>
26 
27 namespace ipsdk {
28 namespace imaproc {
29 namespace glbmsr {
30 
33 
34 // declare processor class
35 IPSDK_DECLARE_LVL2_PROCESSOR(ASYNC1, IPSDKIPLGlobalMeasure, StatsMaskMsr3d,
36  ipsdk::imaproc::matchSize(_pInSubImg3d, _pInSubMaskImg3d),
37  (((ipsdk)(imaproc)(attr))(InSubImg3d))
38  (((ipsdk)(imaproc)(attr))(InSubMaskImg3d))
39  (((ipsdk)(imaproc)(attr))(OutStatsResult)))
40 
41 // methods
42 public:
43 
44 protected:
45 
48  ipsdk::core::ExecResult postProcess();
49 
51  void clearIntermediateData();
52 
53 // attributes
54 protected:
55  // declaration of dispatch results collection
56  IPSDK_DECLARE_DYNAMIC_RESULT_COLL(OutStatsResult, OutStatsResultsColl);
57 
58 };
59 
62 
63 } // end of namespace glbmsr
64 } // end of namespace imaproc
65 } // end of namespace ipsdk
66 
67 #endif // __IPSDKIPLGLOBALMEASURE_STATSMASKMSR3DLVL2_H__
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
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)