-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
register two skull point clouds #3
Comments
Hello,
So you really need to set the division so that it captures semantically recognizable sections. It is quite hard to register just generic sections. Each dataset is different in this aspect. I would try to calculate the FPFH histogram by the center of each SuperPoint to make sure that the radius of the FPFH is smaller than the SP radius. With the RSCS I would create a few full coverage iterations the SP are randomly chosen each time making it pretty robust to changes. Again it is important that you make sure that the RSCS has a radius that captures registration level features.
Let me know how it goes. Different for each dataset. The FPFH really wasn’t that amazing ..
…-Gil
On 26 Nov 2017, at 13:25, LUOmengce ***@***.***> wrote:
Using RSCS + FPFH to register the two skull point clouds, how to set the parameters of the RSCS and why the registration result is particularly poor. There are 100,000 points in skull point cloud, and it is related to the random point set division
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hello, |
Hi,
Yes this is designed for large-scale point clouds. If you want send me your point cloud and I will take a look.
Thanks,
Gil
… On 29 Nov 2017, at 13:36, code ***@***.***> wrote:
Hello,
These days, I still do not set the parameters, resulting in ISS + FPFH registration results are far better than RSCS + FPFH method, but also with less time. Is RSCS not suitable for small-scale point cloud. When you travel back, if you have time, can you set the parameters for me? Originally wanted to send my skull cloud data to you, but did not know your email address. Thanks again for your help!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Thank you for your prompt reply! |
As written in the paper: |
Hello! |
Hello, whether it is convenient to provide the source code of RSCS + FPFH or ISS + FPFH for me to learn, thank you very much! |
Using RSCS + FPFH to register the two skull point clouds, how to set the parameters of the RSCS and why the registration result is particularly poor. There are 100,000 points in skull point cloud, and it is related to the random point set division
The text was updated successfully, but these errors were encountered: