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

template<class ArrayT>
void Impala::Core::Test::TestImage::Compare ( ArrayT *  src,
String  refName 
) [inline, protected]

Definition at line 97 of file TestImage.h.

References DoCompare(), Impala::Core::Database::RawDataSet::GetDatabase(), mImSet, Impala::Core::Array::ReadRaw(), and Impala::Core::Test::TestBase::SetFailure().

Referenced by Impala::Core::Test::TestWeibull::Run(), Impala::Core::Test::TestWatershedMarkers::Run(), Impala::Core::Test::TestWatershed::Run(), and Impala::Core::Test::TestColorSegmentation::Run().

00098     {
00099         ArrayT* ref = 0;
00100         Array::ReadRaw(ref, refName, mImSet->GetDatabase());
00101         if (ref == 0)
00102         {
00103             SetFailure("unable to read reference");
00104             return;
00105         }
00106         DoCompare(src, ref);
00107         delete ref;
00108     }

Here is the call graph for this function:


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