Juyong / Fast_RNRR

Source code for the paper "Quasi-Newton Solver for Robust Non-Rigid Registration" (CVPR2020 Oral).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get the corr_point

caijinana opened this issue · comments

i want to get the corr_point or convert matrix?how can i get that>?

hi, the corresponding points are saved in correspondence_pairs_ in Registration class, NonRigidreg class inherited it, you can obtain from it after doing non-rigid registration(reg->DoNonRigid();).

Thank you very much, Is the point to point() is the convert matrix?