HomeSort by relevance Sort by last modified time
    Searched defs:descMatches (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
gen_xmlpool.py 159 descMatches = []
161 if len(descMatches) > 0:
165 descMatches.append (matchENUM)
167 expandMatches (descMatches, translations, line)
168 descMatches = []
181 assert len(descMatches) == 0
184 assert len(descMatches) == 0
185 descMatches = [matchDESC_BEGIN]
189 if len(descMatches) > 0:
191 expandMatches (descMatches, translations
    [all...]
  /external/opencv3/modules/features2d/test/
test_rotation_and_scale_invariance.cpp 349 vector<DMatch> descMatches;
350 bfmatcher.match(descriptors0, descriptors1, descMatches);
353 for(size_t m = 0; m < descMatches.size(); m++)
355 const KeyPoint& transformed_p0 = keypoints1[descMatches[m].queryIdx];
356 const KeyPoint& p1 = keypoints1[descMatches[m].trainIdx];
552 vector<DMatch> descMatches;
553 bfmatcher.match(descriptors0, descriptors1, descMatches);
557 for(size_t m = 0; m < descMatches.size(); m++)
559 const KeyPoint& transformed_p0 = keypoints0[descMatches[m].queryIdx];
560 const KeyPoint& p1 = keypoints0[descMatches[m].trainIdx]
    [all...]
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 

Completed in 92 milliseconds