MIT-SPARK / TEASER-plusplus

A fast and robust point cloud registration library
MIT License
1.82k stars 346 forks source link

[QUESTION] Register point cloud in a few keypoints #179

Closed corhrther closed 8 months ago

corhrther commented 11 months ago

I want to use 8 keypoints to register, but it performs badly. How can I do it.

LimHyungTae commented 10 months ago

Hello, in that case, why don't you use RANSAC, not TEASER++ or Quatro?

jingnanshi commented 8 months ago

Great suggestions from @LimHyungTae