BruteForceMatcher如何在OpenCV中工作?

时间:2015-10-14 10:10:13

标签: c++ opencv

例如,我有一组点作为模板,三组点作为目标。现在我使用BruteForceMatcher找出与模板点的最佳匹配。

但是BruteForceMatcher怎么办?它有效吗?

mytext = browser().Page().WebElement().GetROProperty("innertext")
comptext = "This is a header" 
strmatch = Instr(1, mytext, comtext)
if strmatch <> 0 then
print "the text matches"
end if

BruteForceMatcher是这样工作的吗? FlannBasedMatcher怎么样? 有人能帮助我吗?

0 个答案:

没有答案