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

template<class DstArrayT, class Src1ArrayT, class Src2ArrayT>
void Impala::Core::Array::Mul ( DstArrayT *&  dst,
Src1ArrayT *  src1,
Src2ArrayT *  src2 
) [inline]

Definition at line 17 of file Mul.h.

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

Referenced by Impala::Core::VideoSet::ShotSegmenterGUI::BlurImage(), Impala::Core::VideoSet::ShotSegmenter::BlurImage(), Impala::Core::Array::Statistics< Impala::Core::Array::Array2dTemrray2dTem< Real64, 1, Real64 > >::CheckStatValid(), ColorMoments(), Impala::Core::VideoSet::BlackFrameProc::ComputeGradient(), Impala::Core::VideoSet::BlackFrameDetect::ComputeGradient(), Impala::Core::Feature::FISTDescriptor< INDEX_SIZE, ORI_SIZE >::ComputeGradient(), Impala::Core::Feature::ComputeRegionDescriptor(), Impala::Core::Array::Statistics< Impala::Core::Array::Array2dTemrray2dTem< Real64, 1, Real64 > >::DoArray(), Impala::Core::Feature::HarrisLaplaceDetector::DoMaxPoints(), Impala::Application::Src::DoMaxPoints(), Impala::Application::Table::DoProcSimilarityTableSet(), Impala::Core::Array::ColorMoments::FillMomentCache(), Impala::Core::Feature::GetColorChannels(), Impala::Visualization::Background::HandleNewFrame(), Impala::Application::WindowBackground::HandleNewFrame(), Harris(), Impala::Core::Feature::HarrisLaplaceDetector::harrisCornerDetector(), Impala::Core::Array::Statistics< Impala::Core::Array::Array2dTemrray2dTem< Real64, 1, Real64 > >::InitNotRunning(), Impala::Core::Matrix::MatNorm2DistInternal(), and VisSemGabor().

00018 {
00019     Trait::BpoMul<DstArrayT, Src1ArrayT, Src2ArrayT> bpo;
00020     Pattern::PatBinaryPixOp(dst, src1, src2, bpo);
00021 }

Here is the call graph for this function:


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