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

Fixed modulo by zero bug in features/harris_2d #1501

Conversation

wsascha
Copy link
Contributor

@wsascha wsascha commented Jan 15, 2016

Member, "width" is initialized within member function. However, within OMP-for loop, members are declared as private (without initialization). Solved this issue using a "firstprivate" specifier.

taketwo added a commit that referenced this pull request Jan 25, 2016
…by_zero

Fixed modulo by zero bug in features/harris_2d
@taketwo taketwo merged commit 77a134f into PointCloudLibrary:master Jan 25, 2016
@wsascha wsascha deleted the fix_keypoints_harris_2d_modulo_by_zero branch May 16, 2016 08:25
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

Successfully merging this pull request may close these issues.

2 participants