Matching Score
Closed this issue · 1 comments
Naysanado commented
Hello, how can I get the confidence of matching point pairs? For example, among the 1000 matching point pairs generated, which have high matching accuracy and which have low matching accuracy
ufukefe commented
Hi, sorry for late reply.
Unfortunately, there is not exist a specific confidence for each match, but you can use score_A2B for that purpose.
In fact, the confidence of any match will be related to the its own score and its parent matches (scores of the matches on the previous layers)