Skip to content

Why initializer for monocular camera only matches features at octave 0? #416

Answered by ymd-stella
mitul93 asked this question in Q&A
Discussion options

You must be logged in to vote

Initializer seems to be implemented under the assumption that octave 0 is used.
This can be found in the following line:

sigma means standard deviation of measurement error.
When comparing features of different scales, appropriate sigma should be used from the table calculated below.

std::vector<float> orb_params::calc_level_sigma_sq(const unsigned int num_scale_levels, const float scale_factor) {
float scale_factor_at_level = 1.0;
std::vector<float> level_sigma_sq(num_scal…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mitul93
Comment options

Answer selected by mitul93
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants