IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ConvertImgGpuLvl3.h
1 // ConvertImgGpuLvl3.h:
3 // --------------
4 //
14 
15 #ifndef __IPSDKIPLUTILITY_CONVERTIMGGPULVL3_H__
16 #define __IPSDKIPLUTILITY_CONVERTIMGGPULVL3_H__
17 
21 #include <IPSDKImageProcessing/Algorithm/Function/ImageBufferTypeIdentifier.h>
22 #include <IPSDKImage/Image/BaseImage.h>
23 
24 // Attributes headers
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/Gpu/InSubGpuImg.h>
26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h>
27 
28 namespace ipsdk {
29 namespace imaproc {
30 namespace util {
31 
34 
35 // declare processor class
36 IPSDK_DECLARE_GPU_PROCESSING_ALGORITHM(IPSDKIPLUtility, ConvertImg,
37  ipsdk::imaproc::matchSize(_pInSubGpuImg, _pOutImg),
38  (((ipsdk)(imaproc)(attr))(InSubGpuImg))
39  (((ipsdk)(imaproc)(attr))(OutImg)))
40 
42 
43 // methods
44 public:
45  template<typename TIn, typename TOut>
46  BoolResult genericKernelLauncher();
47 
48 // attributes
49 protected:
50 };
51 
54 
55 } // end of namespace util
56 } // end of namespace imaproc
57 } // end of namespace ipsdk
58 
59 # endif // __IPSDKIPLUTILITY_CONVERTIMGGPULVL3_H__
#define IPSDKCUDA_DECLARE_ALGORITHM_FUNCTION_SELECTOR(dataTypeSeq)
Definition of import/export macro for library.
#define IPSDK_DECLARE_GPU_PROCESSING_ALGORITHM(libraryName, algoName, RuleString, attributeSeq)