gadomski/cpd

Nonrigid correspondence and normalize flag

JotaBravo opened this issue · 0 comments

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