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

template<class StorT, int elemSize, class ArithT>
ArithType Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::Value ( Int64  x,
Int64  y 
) [inline]

Definition at line 187 of file Array2dTem.h.

Referenced by Impala::Core::Geometry::MaskedInterestPointSelector::Accept(), Impala::Core::Vector::VectorSet< ArrayT >::AddVector(), Impala::Core::Training::Fisher::ApplyMapping(), Impala::Core::VideoSet::ShotSegmenter::CalculateScores(), Impala::Core::Training::Fisher::CNormC(), Impala::Core::VideoSet::ShotSegmenter::ComputeSSWeights(), Impala::Core::Feature::DumpFeatureTableHistogram(), Impala::Core::Array::FilterElemLess(), Impala::Visualization::VideoMinimap::GetPoint(), Impala::Core::VideoSet::ShotSegmenter::GetScore(), Impala::Core::Vector::VectorSet< ArrayT >::GetVector(), Impala::Core::Vector::VectorSet< ArrayT >::GetVectorData(), Impala::Core::Vector::VectorSet< ArrayT >::GetVectorLength(), Impala::Core::VideoSet::ShotSegmenter::Predict(), Impala::Core::Training::Fisher::Predict(), Impala::Core::Training::Fisher::Rank(), Impala::Core::Test::TestDumpSmall::Run(), Impala::Core::Tracking::TrackerBackFore::SearchObject(), Impala::Visualization::VideoMinimap::SetPoint(), Impala::Core::Training::Fisher::SetTrainSet(), Impala::Core::Training::Fisher::SigmoidMap(), Impala::Core::Array::TestMakeRandom::testData(), Impala::Core::Feature::TestFunctions::testIntegralImage(), Impala::Core::Feature::TestFunctions::testReducedImage(), Impala::Core::Feature::TestFunctions::testReducedImageWeighted(), Impala::Core::Training::Fisher::Train(), Impala::Core::VideoSet::ShotSegmenter::WriteLfvAndSvm(), Impala::Core::VideoSet::ShotSegmenter::WriteMp7ShotSeg(), Impala::Core::VideoSet::ShotSegmenter::WritePredictions(), Impala::Core::VideoSet::ShotSegmenter::WriteScores(), and Impala::Core::VideoSet::ShotSegmenter::WriteShotSimilarity().

00188     {
00189         return Pattern::PtrRead(CPB(x, y), ArithType());
00190     }


Generated on Fri Mar 19 10:59:05 2010 for ImpalaSrc by  doxygen 1.5.1