Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Nonrigid correspondence and normalize flag #141

@JotaBravo

Description

@JotaBravo

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions