mikacuy / pointnetvlad

PointNetVLAD: Deep Point Cloud Based Retrieval for Large-Scale Place Recognition, CVPR 2018
MIT License
351 stars 72 forks source link

Cannot find groundplane fitting code #6

Closed kxhit closed 5 years ago

kxhit commented 5 years ago

Hi! Thanks for sharing your code! I couldn't find the source code of removing ground plane (e.g. pcfitplane). Could you give me some guidance? Is there something wrong? Thanks! Looking forward to your reply!

mikacuy commented 5 years ago

Hi,

Here is the link to MATLAB's pcfitplane function: https://www.mathworks.com/help/vision/ref/pcfitplane.html

Hope this helps.