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

Nonrigid correspondence and normalize flag #141

Open
JotaBravo opened this issue Jul 26, 2019 · 0 comments
Open

Nonrigid correspondence and normalize flag #141

JotaBravo opened this issue Jul 26, 2019 · 0 comments

Comments

@JotaBravo
Copy link

When using the nonrigid transformation the correspondence vector return all zeros, even if it is being correctly computed inside the loop.

This is somehow solved by setting the normalize flag to false:

cpd::Nonrigid nonrigid;
nonrigid.normalize(false);
@JotaBravo JotaBravo reopened this Jul 26, 2019
@gadomski gadomski self-assigned this Jul 26, 2019
@gadomski gadomski removed their assignment Mar 9, 2021
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