00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef HxFuncRecGenConv2dK1d_h
00011 #define HxFuncRecGenConv2dK1d_h
00012
00013
00014 template <class DataPtrType, class KerDataPtrType, class ArithType,
00015 class PixOpT, class RedOpT>
00016 void
00017 HxFuncRecGenConv2dK1dDispatch(
00018 DataPtrType imgPtr, KerDataPtrType kerPtr, ArithType dummy,
00019 HxSizes imgSize, HxSizes borderSize, HxSizes kerSize,
00020 PixOpT& pixOp, RedOpT& redOp, int dimension, bool buffered,
00021 ArithType rightNorm, ArithType bottomNorm);
00022
00023
00024 #ifdef INC_TEMPLATE_SRC
00025 #include "HxFuncRecGenConv2dK1d.c"
00026 #endif
00027
00028 #endif