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

void Impala::Core::Test::TestImage::Compare ( FeatureTable src,
String  refName 
) [inline, protected]

Definition at line 133 of file TestImage.h.

References DoCompare(), Impala::FileNameTail(), Impala::Core::Database::RawDataSet::GetDatabase(), mImSet, and Impala::Core::Table::Read().

00134     {
00135         FeatureTable ref(FileNameTail(refName));
00136         Table::Read(&ref, refName, mImSet->GetDatabase());
00137         DoCompare(src, &ref);
00138     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:21:41 2010 for ImpalaSrc by  doxygen 1.5.1