Juyong / Fast_RNRR

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

Usage of fixed_vertices #11

Closed mihaoning closed 3 years ago

mihaoning commented 3 years ago

Hi, I'm trying to understand your method and run your code about non-rigid registration, I found a parameter named fixedvex in RegParas but never used. would you mind me asking the usage of the parameter? To fix the mesh boundary or skip finding the correspondence step?