IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
GetROI2dImgLvl3.h
1 // GetROI2dImgLvl3.h:
3 // --------------
4 //
14 
15 #ifndef __IPSDKIPLUTILITY_GETROI2DIMGLVL3_H__
16 #define __IPSDKIPLUTILITY_GETROI2DIMGLVL3_H__
17 
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InInputImg2dOffset.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/DataItem/InOutputImg2dSize.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/YStrip2d/InYStrip2d.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/YStrip2d/OutYStrip2d.h>
26 
27 namespace ipsdk {
28 namespace imaproc {
29 namespace util {
30 
33 
34 // declare processing algorithm
35 IPSDK_DECLARE_PROCESSING_ALGORITHM(IPSDKIPLUtility, GetROI2dImg,
37  (((ipsdk)(imaproc)(attr))(InYStrip2d))
38  (((ipsdk)(imaproc)(attr))(InInputImg2dOffset))
39  (((ipsdk)(imaproc)(attr))(InOutputImg2dSize))
40  (((ipsdk)(imaproc)(attr))(OutYStrip2d)))
41 
42  // implementation of image processing data identifier retrieval method
43  // for function selector usage
44  IPSDK_DECLARE_ALGORITHM_FUNCTION_SELECTOR(((STRIP)(InYStrip2d)));
45 
46  // declaration of parsed data during processing
48 
49 // methods
50 public:
51 
52 protected:
54  template <typename BufType, ipsdk::eInstructionSet::domain IS>
55  ipsdk::BoolResult genericProcessFunction(const ipsdk::processor::ProcessingInfo& info);
56 
57 // attributes
58 protected:
59 
60 };
61 
64 
65 } // end of namespace util
66 } // end of namespace imaproc
67 } // end of namespace ipsdk
68 
69 #endif // __IPSDKIPLUTILITY_GETROI2DIMGLVL3_H__
#define IPSDK_DECLARE_ALGORITHM_NOPARSED_DATA()
IPSDKBASEPROCESSING_API RulePtr none()
Definition of import/export macro for library.
#define IPSDK_DECLARE_PROCESSING_ALGORITHM(libraryName, algoName, RuleString, attributeSeq)
#define IPSDK_DECLARE_ALGORITHM_FUNCTION_SELECTOR(dataTypeSeq)