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

template<class DstArrayT, class SrcArrayT>
void Impala::Core::Array::Percentile ( DstArrayT *&  dst,
SrcArrayT *  src,
int  neighSize,
double  perc 
) [inline]

Percentile filter.

Definition at line 19 of file Percentile.h.

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

Referenced by Impala::Application::Table::DoProcSimilarityTableSet().

00020 {
00021     Trait::NgbPercentile<DstArrayT, DstArrayT> ngb(neighSize, perc);
00022     Pattern::PatNgbOp2d(dst, src, ngb);
00023 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:57:51 2010 for ImpalaSrc by  doxygen 1.5.1