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

Unable to obtain the correspondence Vector #75

Closed hahaplus closed 7 years ago

hahaplus commented 7 years ago

Hi Pete,

First of all thank you for your wonderful effort.I have tried to use your code in order to obtain the the correspondence of two point sets,I want to get the Matching relation vector. Is the API exist?

Thanks.

gadomski commented 7 years ago

At this point, the rigid and non-rigid results do not produce the correspondence vector. This is something we can add, though — not sure on the timeframe, but it won't be too hard.