IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
QRSolverImgGpuLvl3.h
1 // QRSolverImgGpuLvl3.h:
3 // ------------------
4 //
14 
15 #ifndef __IPSDKIPLLINEARALGEBRA_QRSOLVERIMGGPULVL3_H__
16 #define __IPSDKIPLLINEARALGEBRA_QRSOLVERIMGGPULVL3_H__
17 /*
18 #include <IPSDKIPL/IPSDKIPLLinearAlgebra/IPSDKIPLLinearAlgebraExports.h>
19 #include <IPSDKBaseProcessing/Processor/ProcessorHdrMacros.h>
20 
21 // Attributes headers
22 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Input/InBinImg.h>
23 
24 namespace ipsdk {
25 namespace imaproc {
26 namespace la {
27 
30 
31 // declare processor class
32 IPSDK_DECLARE_LVL2_PROCESSOR(ASYNC1, IPSDKIPLLinearAlgebra, QRSolverImgGpu,
33  ipsdk::processor::none(),
34  (((ipsdk)(imaproc)(attr))(InBinImg)))
35 
36 // methods
37 public:
38 
39 protected:
40 
41 // attributes
42 protected:
43  ipsdk::ipUInt64 _deviceIdx;
44 
45 };
46 
49 
50 } // end of namespace la
51 } // end of namespace imaproc
52 } // end of namespace ipsdk
53 */
54 #endif // __IPSDKIPLLINEARALGEBRA_QRSOLVERIMGGPULVL3_H__