IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ParaboloidImgFit2dLvl2.h
1 // ParaboloidImgFit2dLvl2.h:
3 // -------------------------
4 //
14 
15 #ifndef __IPSDKIPLGLOBALMEASURE_PARABOLOIDIMGFIT2DLVL2_H__
16 #define __IPSDKIPLGLOBALMEASURE_PARABOLOIDIMGFIT2DLVL2_H__
17 
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/2d/Optional/InOptMaskSubImg2d.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/2d/InSubImg2d.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/OutMatrixSums.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/OutParaboloidParams3d.h>
26 
27 namespace ipsdk {
28 namespace imaproc {
29 namespace glbmsr {
30 
33 
34 // declare processor class
35 IPSDK_DECLARE_LVL2_PROCESSOR(ASYNC1, IPSDKIPLGlobalMeasure, ParaboloidImgFit2d,
37  (((ipsdk)(imaproc)(attr))(InSubImg2d))
38  (((ipsdk)(imaproc)(attr))(InOptMaskSubImg2d))
39  (((ipsdk)(imaproc)(attr))(OutParaboloidParams3d)))
40 
41 // methods
42 public:
43 
44 protected:
47  ipsdk::core::ExecResult postProcess();
48 
49 // attributes
50 protected:
51  // declaration of dispatch results collection
52  IPSDK_DECLARE_DYNAMIC_RESULT_COLL(attr::OutMatrixSums, OutMatrixSumsColl);
53 };
54 
57 
58 } // end of namespace glbmsr
59 } // end of namespace imaproc
60 } // end of namespace ipsdk
61 
62 #endif // __IPSDKIPLGLOBALMEASURE_PARABOLOIDIMGFIT2DLVL2_H__
#define IPSDK_DECLARE_LVL2_PROCESSOR(ProcType, libraryName, algoName, RuleString, attributeSeq)
IPSDKBASEPROCESSING_API RulePtr none()
Definition of import/export macro for library.
#define IPSDK_DECLARE_DYNAMIC_RESULT_COLL(AttributeType, CollType)