• nick black's avatar
    stitching_detailed: use correct match_conf default · 6e9eca29
    nick black authored
    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.
    6e9eca29
stitching_detailed.cpp 29.5 KB