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: ![]()
|