15 # ifndef __IPSDKIPLFILTERING_CONVOLUTION2DIMGGPULVL3_H__ 16 # define __IPSDKIPLFILTERING_CONVOLUTION2DIMGGPULVL3_H__ 21 #include <IPSDKImageProcessing/Algorithm/Function/ImageBufferTypeIdentifier.h> 22 #include <IPSDKImage/Image/BaseImage.h> 25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/SubImage/Input/Gpu/InSubGpuImg.h> 26 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Kernel/InKnlXY.h> 27 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Value/InNormalize.h> 28 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/BorderPolicy/InConvolBorder2d.h> 29 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Image/Output/OutImg.h> 40 ipsdk::imaproc::matchSize(_pInSubGpuImg, _pOutImg),
41 (((
ipsdk)(imaproc)(attr))(InSubGpuImg))
42 (((
ipsdk)(imaproc)(attr))(InKnlXY))
43 (((
ipsdk)(imaproc)(attr))(InNormalize))
44 (((
ipsdk)(imaproc)(attr))(InConvolBorder2d))
45 (((
ipsdk)(imaproc)(attr))(OutImg)))
60 template<
typename TIn,
typename TOut>
66 std::vector<ipInt32> _vOffsetsX;
67 std::vector<ipInt32> _vOffsetsY;
68 std::vector<ipReal32> _vCoefs;
82 # endif // __IPSDKIPLFILTERING_CONVOLUTION2DIMGGPULVL3_H__ #define IPSDKCUDA_DECLARE_ALGORITHM_FUNCTION_SELECTOR(dataTypeSeq)
ipsdk::core::ExecResult preProcess()
method called before processing
#define IPSDK_DECLARE_GPU_PROCESSING_ALGORITHM(libraryName, algoName, RuleString, attributeSeq)
IPSDK_DECLARE_GPU_PROCESSING_ALGORITHM(IPSDKIPLFiltering, Convolution2dImg, ipsdk::imaproc::matchSize(_pInSubGpuImg, _pOutImg),(((ipsdk)(imaproc)(attr))(InSubGpuImg))(((ipsdk)(imaproc)(attr))(InKnlXY))(((ipsdk)(imaproc)(attr))(InNormalize))(((ipsdk)(imaproc)(attr))(InConvolBorder2d))(((ipsdk)(imaproc)(attr))(OutImg))) IPSDKCUDA_DECLARE_ALGORITHM_FUNCTION_SELECTOR((InSubGpuImg)(OutImg)) public void clearIntermediateData()
method called before processing
Definition of import/export macro for library.