gadomski / cpd

C++ implementation of the Coherent Point Drift point set registration algorithm.
http://www.gadom.ski/cpd
GNU General Public License v2.0
385 stars 122 forks source link

How to construct rigid CPD registration on windows10 by cmake #151

Closed Boruson closed 3 years ago

Boruson commented 3 years ago

I try to understand the rigid registration of the CPD algorithm, but I don’t know how to construct the project. Can you give me a detailed construction? I will build on windows 10 cmake3.4.1 ?

gadomski commented 3 years ago

The project README contains basic information about building the project. This is a pretty standard CMake project, so if you're familiar with CMake you shouldn't have any big changes from what you're used to. If you're not used to building with CMake I recommend reading their tutorials/docs to get started.