IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
EraseImgGpuLvl3.h
1 // EraseImgGpuLvl3.h:
3 // --------------
4 //
14 
15 # ifndef __IPSDKIPLUTILITY_ERASEIMGGPULVL3_H__
16 # define __IPSDKIPLUTILITY_ERASEIMGGPULVL3_H__
17 
21 #include <IPSDKImageProcessing/Algorithm/Function/ImageBufferTypeIdentifier.h>
22 #include <IPSDKImage/Image/BaseImage.h>
23 
24 // Attributes headers
25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InOptEraseValue.h>
26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Output/Gpu/OutSubGpuImg.h>
27 
28 namespace ipsdk {
29 namespace imaproc {
30 namespace util {
31 
34 
35 // declare processor class
36 IPSDK_DECLARE_GPU_PROCESSING_ALGORITHM(IPSDKIPLUtility, EraseImg,
38  (((ipsdk)(imaproc)(attr))(InOptEraseValue))
39  (((ipsdk)(imaproc)(attr))(OutSubGpuImg)))
40 
42 
43 // methods
44 public:
45  template<typename T>
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_ERASEIMGGPULVL3_H__
#define IPSDKCUDA_DECLARE_ALGORITHM_FUNCTION_SELECTOR(dataTypeSeq)
IPSDKBASEPROCESSING_API RulePtr none()
Definition of import/export macro for library.
#define IPSDK_DECLARE_GPU_PROCESSING_ALGORITHM(libraryName, algoName, RuleString, attributeSeq)