#include "Core/Array/Pattern/PatSet.h"
#include "Core/Array/Pattern/PatSetBorder.h"
#include "Core/Array/Pattern/FuncRecGenConv2dSep.h"
#include "Core/Array/CheckBorderSize.h"
#include "Util/TimePlot.h"
Include dependency graph for PatRecGenConv2dSep.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Array |
namespace | Impala::Core::Array::Pattern |
Functions | |
template<class DstArrayT, class SrcArrayT, class KerArrayT, class KerArithT, class PixOpT, class RedOpT> | |
void | Impala::Core::Array::Pattern::PatRecGenConv2dSep (DstArrayT *&dst, SrcArrayT *src, KerArrayT *ker1, KerArrayT *ker2, KerArithT leftBorderNorm, KerArithT rightBorderNorm, KerArithT topBorderNorm, KerArithT bottomBorderNorm, PixOpT &pixOp, RedOpT &redOp, Util::TimePlot *plotter) |