HomeSort by relevance Sort by last modified time
    Searched refs:bestMatches (Results 1 - 5 of 5) sorted by null

  /external/opencv3/samples/cpp/
matchmethod_orb_akaze_brisk.cpp 125 vector<DMatch> bestMatches;
128 bestMatches.push_back(matches[index.at<int>(i, 0)]);
131 drawMatches(img1, keyImg1, img2, keyImg2, bestMatches, result);
143 for (it = bestMatches.begin(); it != bestMatches.end(); it++)
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 492 List<MatchScore> bestMatches =
494 for (MatchScore matchScore : bestMatches) {
501 bestMatches =
503 for (MatchScore matchScore : bestMatches) {
    [all...]
AbstractContactAggregator.java     [all...]
ContactAggregator2.java 477 List<MatchScore> bestMatches =
479 for (MatchScore matchScore : bestMatches) {
486 bestMatches =
488 for (MatchScore matchScore : bestMatches) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMatcher.java 260 List<ConfigMatch> bestMatches = new ArrayList<ConfigMatch>();
325 bestMatches.add(new ConfigMatch(testConfig, device, state, bundle));
332 if (bestMatches.size() == 0) {
383 ConfigMatch match = selectConfigMatch(bestMatches);
    [all...]

Completed in 133 milliseconds