Skip to content
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

PPF gets other poses #5759

Closed
Eray-L opened this issue Jul 5, 2023 · 3 comments · Fixed by #5767
Closed

PPF gets other poses #5759

Eray-L opened this issue Jul 5, 2023 · 3 comments · Fixed by #5767

Comments

@Eray-L
Copy link

Eray-L commented Jul 5, 2023

I am a PCL beginner.When using PPF, I found that it can only output a single final transformation.How can I get other poses?

@Eray-L Eray-L added the status: triage Labels incomplete label Jul 5, 2023
@mvieth
Copy link
Member

mvieth commented Jul 5, 2023

@Eray-L Do you mean when using PPFRegistration, or in which context? Can you describe in more detail what you are trying to do and why you need more than one transformation/pose?

@Eray-L
Copy link
Author

Eray-L commented Jul 5, 2023

Yeah, what I meant is that when using PPFRegistration in PCL, I can get a final transformation,use getFinalTransformation().
However, in Drost's paper, the clustering process for poses can generate others results, not only one.as shown in the figure,
image
In the poses clustering, there are three winning clusters, but only one is outputted. How can I get the other clusters with lower votes counts? Or am I misunderstanding something?

@mvieth
Copy link
Member

mvieth commented Jul 24, 2023

@Eray-L Currently, there is no way to get the other clusters. I created a pull request to make that possible, and to add other improvements to PPFRegistration. Feel free to take a look.

@mvieth mvieth added kind: request Type of issue and removed status: triage Labels incomplete labels Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants