15 #ifndef __IPSDKIPLFILTERING_CONVOLUTION2DIMGLVL3_H__ 16 #define __IPSDKIPLFILTERING_CONVOLUTION2DIMGLVL3_H__ 20 #include <IPSDKBaseData/Pattern/OffsetXY.h> 22 #include <boost/scoped_array.hpp> 25 #include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Strip/YStrip2dWithKernel/InKnlYStrip2d.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/Strip/YStrip2d/OutYStrip2d.h> 40 ipsdk::imaproc::matchSize(_pInKnlYStrip2d, _pOutYStrip2d),
41 (((
ipsdk)(imaproc)(attr))(InKnlYStrip2d))
42 (((
ipsdk)(imaproc)(attr))(InKnlXY))
43 (((
ipsdk)(imaproc)(attr))(InNormalize))
44 (((
ipsdk)(imaproc)(attr))(InConvolBorder2d))
45 (((
ipsdk)(imaproc)(attr))(OutYStrip2d)))
50 ((STRIP)(OutYStrip2d)));
54 ((LINESTRIP)(OutYStrip2d)));
65 template <
typename BufInType,
typename BufOutType,
66 ipsdk::eInstructionSet::domain ISFma, ipsdk::eInstructionSet::domain IS>
75 typedef std::vector<OffsetXY> OffsetColl;
78 OffsetColl _offsetColl;
81 typedef std::vector<ipReal32> CoefColl;
87 typedef boost::scoped_array<const void*> BufColl;
100 #endif // __IPSDKIPLFILTERING_CONVOLUTION2DIMGLVL3_H__
ipsdk::core::ExecResult preProcess()
method called before processing
#define IPSDK_DECLARE_PROCESSING_ALGORITHM(libraryName, algoName, RuleString, attributeSeq)
#define IPSDK_DECLARE_ALGORITHM_PARSED_DATA(dataSeq)
#define IPSDK_DECLARE_ALGORITHM_FUNCTION_SELECTOR(dataTypeSeq)
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.