yewzijian / RPMNet

RPM-Net: Robust Point Matching using Learned Features (CVPR2020)
MIT License
344 stars 59 forks source link

hwo to display the registed point cloud? #3

Closed MrCrazyCrab closed 4 years ago

MrCrazyCrab commented 4 years ago

Thanks for you great work, i wonder how to display the registed point cloud? just like the video you have showed in the youtube.

yewzijian commented 4 years ago

You can use any tool that is able to visualize the Nx3 points as a point cloud.

For python, you can use Open3D or (the simpler) vtk_visualizer. I personally use a custom version modified from vtk_visualizer's code.