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

Why are the following lines of code used to rule out any special situations #19

Open
chenzhiwei888 opened this issue Dec 25, 2023 · 1 comment

Comments

@chenzhiwei888
Copy link

![Uploading LSP3BS2X0I4D7%@%U}IPZ1.png…

@chenzhiwei888
Copy link
Author

Refers to the following lines of code:
if (n_bottom < 0.1 * POINT_PER_PIXEL * 0.1 * IMG_H * IMG_W ) // || n_top > 0.05 * POINT_PER_PIXEL * (params_.point_range_top - 0.2) * IMG_H * IMG_W)
{
// std::cout << "Not enough points on the bottom of the image." << std::endl;
score += 2;
continue;
}

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