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

[bug]possible bug in calculating number_of_trials_ ? #117

Open
ransac96 opened this issue Aug 18, 2022 · 0 comments
Open

[bug]possible bug in calculating number_of_trials_ ? #117

ransac96 opened this issue Aug 18, 2022 · 0 comments

Comments

@ransac96
Copy link

In congruentSetExplorationBase.hpp line 85:

    number_of_trials_ =

static_cast<int>(first_estimation * (P_diameter_ / kDiameterFraction) /

                             max_base_diameter_);

number_of_trials_ is calculated using following two variables with initial values and assigned to 0:

  1. P_diameter_ is calculated in line 100 in MatchBaseType::init(P, Q, sampler);
  2. max_base_diameter_ is calculated in line 104.
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