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

Velocity field #127

Open
tractatus opened this issue Aug 3, 2017 · 1 comment
Open

Velocity field #127

tractatus opened this issue Aug 3, 2017 · 1 comment

Comments

@tractatus
Copy link

thanks for a great C++ implementation! Everything is running smooth for me but I had some questions. Haven't gone in detail of the code yet (sitting with it next to the original matlab implementation) but is there a member function for obtaining the velocity field for any given set of points given by a 2D matrix?

Would be highly useful but have a hard time finding where in the code that would be done. Maybe a pointer to where I should start looking in the code.

As thanks I can contribute some more examples and tutorials. I have successfully written a wrapper of cpd to R for some basic functionality using Rcpp which might help the scientific community to adopt the C++ library faster.

@gadomski
Copy link
Owner

gadomski commented Nov 8, 2017

is there a member function for obtaining the velocity field for any given set of points given by a 2D matrix?

No, but you could subtract the original points from the registered points to get the displacement?

I have successfully written a wrapper of cpd to R for some basic functionality using Rcpp which might help the scientific community to adopt the C++ library faster.

Can you point me to this code? This is great!

PS sorry about the delay getting back, was in other software worlds for a while :-)

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

No branches or pull requests

2 participants