Skip to content

The difference between 'confidence_threshold' and 'match_conf'? #103

Answered by 3nol
Sherlock-IT asked this question in Q&A
Discussion options

You must be logged in to vote

The naming can be a bit confusing, and indeed, both describe some form of confidence. You can imagine confidence as a filter for when to keep or when to throw away something. This something is where these parameters are different:

  • match_conf is passed to the feature matcher to describe which best match to keep for a given feature point. According to OpenCV's documentation, this parameter is used to check whether pairs of matches are dissimilar enough to be compared to each other:

    Features matcher, which finds two best matches for each feature and leaves the best one only if the ratio between descriptor distances is greater than the threshold match_conf.

    In the stitching package, the d…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@nndei
Comment options

@lukasalexanderweber
Comment options

@nndei
Comment options

@lukasalexanderweber
Comment options

Answer selected by lukasalexanderweber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
faq content this topic or part of it could be moved into the faq section
4 participants
Converted from issue

This discussion was converted from issue #102 on June 30, 2023 16:50.