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

Add TrajkovicKeypoint2D/3D to CMake build #2179

Merged
merged 2 commits into from
Jan 12, 2018
Merged

Add TrajkovicKeypoint2D/3D to CMake build #2179

merged 2 commits into from
Jan 12, 2018

Commits on Jan 10, 2018

  1. Add TrajkovicKeypoint2D/3D to CMake build

    The files which have been added to PCL in #409 are missing in the CMakeLists.txt of the keypoints module.
    ThorstenHarter committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    e148fc0 View commit details
    Browse the repository at this point in the history
  2. Fix OpenMP related compile error in TrajkovicKeypoint3D::detectKeypoints

    Fix Microsoft Visual Studio 2015 compile error: "trajkovic_3d.hpp(235): error C3016: 'i': index variable in OpenMP 'for' statement must have signed integral type"
    ThorstenHarter committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    cf8fad9 View commit details
    Browse the repository at this point in the history