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

template<class DstArrayT, class SrcArrayT>
void Impala::Core::Array::MakeFrom3Images ( DstArrayT *&  dst,
SrcArrayT *  s1,
SrcArrayT *  s2,
SrcArrayT *  s3 
) [inline]

Definition at line 17 of file MakeFrom3Images.h.

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

Referenced by Impala::Core::VideoSet::ShotSegmenterGUI::BlurImage(), Impala::Core::Feature::HarrisLaplaceDetector::BoostImage(), Impala::Core::Feature::CalculateRegionDescriptors(), and Resample().

00018 {
00019     Trait::M3poMakeFrom3<DstArrayT, SrcArrayT> mpo;
00020     Pattern::PatM3PixOp(dst, s1, s2, s3, mpo);
00021 }

Here is the call graph for this function:


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