IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
QRSolverImgLvl3.h
1 // QRSolverImgLvl3.h:
3 // ------------------
4 //
14 
15 #ifndef __IPSDKIPLLINEARALGEBRA_QRSOLVERIMGLVL3_H__
16 #define __IPSDKIPLLINEARALGEBRA_QRSOLVERIMGLVL3_H__
17 
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/YStrip2d/InSeqYStrip2d1.h>
23 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/YStrip2d/InSeqYStrip2d2.h>
24 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/YStrip2d/OutRealYStripSeq2d.h>
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InNbFeatures.h>
26 
27 namespace ipsdk {
28 namespace imaproc {
29 namespace la {
30 
33 
34 // declare processing algorithm
35 IPSDK_DECLARE_PROCESSING_ALGORITHM(IPSDKIPLLinearAlgebra, QRSolverImg,
36  ipsdk::processor::none(), // TODO
37  (((ipsdk)(imaproc)(attr))(InSeqYStrip2d1))
38  (((ipsdk)(imaproc)(attr))(InSeqYStrip2d2))
39  (((ipsdk)(imaproc)(attr))(InNbFeatures))
40  (((ipsdk)(imaproc)(attr))(OutRealYStripSeq2d)))
41 
42  // implementation of image processing data identifier retrieval method
43  // for function selector usage
44  IPSDK_DECLARE_ALGORITHM_FUNCTION_SELECTOR(((STRIP)(InSeqYStrip2d1))
45  ((STRIP)(InSeqYStrip2d2)));
46 
47  // declaration of parsed data during processing
48  IPSDK_DECLARE_ALGORITHM_PARSED_DATA(((RAWSTRIP)(InSeqYStrip2d1))
49  ((RAWSTRIP)(InSeqYStrip2d2))
50  ((RAWSTRIP)(OutRealYStripSeq2d)));
51 
52 // methods
53 public:
54 
55 protected:
56 
58  template <typename TIn1, typename TIn2,
59  ipsdk::eInstructionSet::domain IS>
60  ipsdk::BoolResult genericProcessFunction(const ipsdk::processor::ProcessingInfo& info);
61 
62 // attributes
63 protected:
64 
65 };
66 
69 
70 } // end of namespace la
71 } // end of namespace imaproc
72 } // end of namespace ipsdk
73 
74 #endif // __IPSDKIPLLINEARALGEBRA_QRSOLVERIMGLVL3_H__
IPSDKBASEPROCESSING_API RulePtr none()
#define IPSDK_DECLARE_PROCESSING_ALGORITHM(libraryName, algoName, RuleString, attributeSeq)
#define IPSDK_DECLARE_ALGORITHM_PARSED_DATA(dataSeq)
#define IPSDK_DECLARE_ALGORITHM_FUNCTION_SELECTOR(dataTypeSeq)
Definition of import/export macro for library.