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

void Impala::Application::IDo::CheckClassifyPreBoth2SiftP112213 (  )  [inline]

Definition at line 1977 of file mainIDo.cpp.

References CheckKernelData(), CheckSimilarities(), mComputeKernelData, mKernelDataOnly, and mStoreKernelData.

Referenced by HandleCmd().

01978     {
01979         if (mComputeKernelData || (!mStoreKernelData.empty()))
01980             CheckKernelData("both2-sift-p112213");
01981         if (mKernelDataOnly.empty())
01982             CheckSimilarities("both2-sift-p112213");
01983     }

Here is the call graph for this function:


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