Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

template<class DstArrayT, class SrcArrayT, class KerArrayT>
void Impala::Core::Array::Dilation ( DstArrayT *&  dst,
SrcArrayT *  src,
KerArrayT *  ker 
) [inline]

Definition at line 18 of file Dilation.h.

References Impala::Core::Array::Pattern::PatGenConv2d().

Referenced by Impala::Core::Feature::HarrisLaplaceDetector::DoMaxPoints(), Impala::Application::Src::DoMaxPoints(), Impala::Application::Table::DoProcSimilarityTableSet(), and Impala::Application::Src::WindowSrc::HandleNewFrame().

00019 {
00020     Trait::BpoAdd<KerArrayT, KerArrayT, KerArrayT> bpo;
00021     Trait::BpoMaxAssign<KerArrayT, KerArrayT> bpoAss;
00022     Pattern::PatGenConv2d(dst, src, ker, bpo, bpoAss);
00023 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:56:26 2010 for ImpalaSrc by  doxygen 1.5.1