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

Allow using Myronenko's normalization scheme or mine #112

Closed
gadomski opened this issue Apr 3, 2017 · 0 comments
Closed

Allow using Myronenko's normalization scheme or mine #112

gadomski opened this issue Apr 3, 2017 · 0 comments
Assignees
Milestone

Comments

@gadomski
Copy link
Owner

gadomski commented Apr 3, 2017

Because I work with LiDAR data, which should not be scaled (generally), I implemented a different normalization scheme that applies the same scaling to both point sets. This works well for me, but some users might have two point clouds that are scaled very differently that they want to align. I should implement Myronenko's scaling scheme as well as mine, and allow users to pick between the two.

@gadomski gadomski added this to the v0.5.1 milestone Apr 3, 2017
@gadomski gadomski self-assigned this Apr 3, 2017
gadomski added a commit that referenced this issue Apr 4, 2017
Unlinked normalization is when each point set has its own scaling
factor. Unlinked is good for things like photogrammetry, where the
points will most likely need to be scaled. Linked is good for LiDAR,
where you (usually) don't want to scale the points.

Fixed #112.
gadomski added a commit that referenced this issue Apr 4, 2017
Add unlinked normalization
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant