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

This icp could be used for 2D data? #4

Open
rebeen opened this issue Oct 25, 2017 · 2 comments
Open

This icp could be used for 2D data? #4

rebeen opened this issue Oct 25, 2017 · 2 comments

Comments

@rebeen
Copy link

rebeen commented Oct 25, 2017

Dear Clay Flannigan,
could you please tell me whether this algorithm could be used to align two T-SNE data which are 2D or not ?

best regards
Rebeen

@ClayFlannigan
Copy link
Owner

I'm not sure what T-SNE data is, but these methods can find a best-fit rigid body transformation (rotation and translation) between two data sets. The best_fit_transform function may be used if you have correspondence between the two data sets, meaning you have matches for each point in both sets. If you don't have correspondence, then the ICP algorithm may be used.

@rebeen
Copy link
Author

rebeen commented Oct 25, 2017

thank you

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