Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the frequency factor? What exactly does it control? #19

Open
aryaman-patel opened this issue May 11, 2023 · 0 comments
Open

What is the frequency factor? What exactly does it control? #19

aryaman-patel opened this issue May 11, 2023 · 0 comments

Comments

@aryaman-patel
Copy link

The parameters are multiplied by a frequency factor here :

template <class TDescriptor, class F>
void LoopCloser<TDescriptor,F>::Parameters::set(float f)
{
    dislocal =10 * f;
    max_db_results = 100 * f;
    min_nss_factor = 0.005;
    min_matches_per_group = f;
    max_intragroup_gap = 5 * f;
    max_distance_between_groups = 3 * f;
    max_distance_between_queries = 2 * f;

    min_Fpoints = 8;  // 12 for fundamental.
    max_ransac_iterations = 1000;
    ransac_probability = 0.70;
    max_reprojection_error = 3.0;

    max_neighbor_ratio = 0.6;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant