例如,我有一组点作为模板,三组点作为目标。现在我使用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怎么样? 有人能帮助我吗?