mirror of https://github.com/opencv/opencv.git
The usage function states that the default for match_conf is 0.65 if the default SURF feature finder is used, and 0.3 for orbs. Indeed, if --feature orbs is used, match_conf is set to 0.3f. This is a NOP, because the real default is also set to 0.3f. Change it to 0.65f when SURF is in play.pull/15756/head
parent
a8d14e88fe
commit
6e9eca29e2
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue