OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:raw_matches
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/samples/python2/
asift.py
144
raw_matches
= matcher.knnMatch(desc1, trainDescriptors = desc2, k = 2) #2
145
p1, p2, kp_pairs = filter_matches(kp1, kp2,
raw_matches
)
find_obj.py
171
raw_matches
= matcher.knnMatch(desc1, trainDescriptors = desc2, k = 2) #2
172
p1, p2, kp_pairs = filter_matches(kp1, kp2,
raw_matches
)
Completed in 3106 milliseconds