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

speed performance test #1

Open
thomastangucb opened this issue Nov 21, 2017 · 2 comments
Open

speed performance test #1

thomastangucb opened this issue Nov 21, 2017 · 2 comments

Comments

@thomastangucb
Copy link

Thanks for sharing the code, Ohirose!

Did you test the speed performance of this C implementation compared to other Matlab, or C++ implementation? I would like to know how fast this C implementation could provide. Thanks a lot.

@ohirose
Copy link
Owner

ohirose commented Nov 21, 2017

Thank you for being interested in my implementation!
Actually, this implementation is NOT fast because I did not currently implement any faster methods to compute pairwise matching probability such as improved fast Gauss transform and truncate Gaussian functions with the KD-tree neighbor search. Within several months, I am going to share a faster version of CPD implementation written in pure C. Thanks a lot!

@thomastangucb
Copy link
Author

Got it! I am working on a project which runs real-time registration, so speed is a big issue for me. Looking forward to your update and best wishes!

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