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

void Impala::Visualization::SimilarityPlotNeedleImage::UpdateImage (  )  [inline]

Definition at line 161 of file SimilarityPlotNeedleImage.h.

References Impala::Visualization::ImagesWindow::AddImage(), Impala::Core::Table::SimilarityTableSet::FindQuid(), Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Get1(), Impala::Core::VideoSet::Keyframes::GetQuidFrame(), Impala::MakeString(), mCurKeyframe, mImageWnd, mInfoText, mKeyframes, mKeyframeSet, mSimSet, mSimTable, Impala::Visualization::ImagesWindow::RemoveImages(), OglGui::StaticText::SetText(), and UpdatePointPlot().

Referenced by HandleNewFile(), KeyEvent(), and PlotNeedleChanged().

00162     {
00163         if (mCurKeyframe == -1 || !mKeyframeSet)
00164             return;
00165 
00166         mImageWnd->RemoveImages();
00167         mImageWnd->AddImage(mCurKeyframe, mKeyframeSet);
00168 
00169         //double sim = mSimTable->Get1(mCurKeyframe);
00170         Quid quid = mKeyframes->GetQuidFrame(mCurKeyframe);
00171         int rank = mSimSet->FindQuid(quid);
00172         double sim = mSimTable->Get1(rank);
00173         mInfoText->SetText("sim = "+ MakeString(sim));
00174 
00175         UpdatePointPlot();
00176 //mSegDoc->GotoKeyfr(mCurKeyframe);
00177 //AllHandleNewCursor(Core::Database::LEVEL_FRAME, false);
00178     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:06 2011 for ImpalaSrc by  doxygen 1.5.1