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

User-friendly and practical ways to define a mapping between vector spaces #4

Open
uellue opened this issue Jul 16, 2019 · 0 comments

Comments

@uellue
Copy link
Member

uellue commented Jul 16, 2019

Defining reference points with coordinates in two vector spaces is probably a good way to define a mapping between the two vector spaces. Using a least squares optimization allows to over-determine the mapping and verify the mapping quality.

This works well for software as well, which would use correlation to find matching points.

Open question: How to handle undefined directions, for example defining reference points in 2D where each vector space is, in fact, 3D? The result is an equation, which could be difficult to use in subsequent processing steps.

How to handle "certainty information" in the data, i.e. the information how reliable a specific point is?

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

1 participant