Juyong / Fast_RNRR

Source code for the paper "Quasi-Newton Solver for Robust Non-Rigid Registration" (CVPR2020 Oral).
264 stars 51 forks source link

How to get the corr_point #16

Open caijinana opened 2 years ago

caijinana commented 2 years ago

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

yaoyx689 commented 2 years ago

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

caijinana commented 2 years ago

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