nmellado / Super4PCS

Efficient Global Point-cloud registration
http://nmellado.github.io/Super4PCS/
Other
454 stars 215 forks source link

Using this library in my own project #64

Closed ivivyfei closed 6 years ago

ivivyfei commented 6 years ago

Hi, I want to use this library in my own project!My project is developed on Visual Studio 2010. Sadly,I get many syntax errors after I indlude the head file. Is my VS version too old for that?

nmellado commented 6 years ago

Hi, As detailed here: http://nmellado.github.io/Super4PCS/a05034.html The Super4PCS library requires C++11 support, which is not the case of Visual Studio 2010. You need a more recent version ; I use VS2017 Community Edition with CMake support.

Also, the Super4PCS library is not maintained anymore, you may want to consider its fork OpenGR: https://github.com/STORM-IRIT/OpenGR

ivivyfei commented 6 years ago

ok!thank u very much!