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

Distance to plane #17

Open
LexQzim opened this issue Mar 4, 2021 · 2 comments
Open

Distance to plane #17

LexQzim opened this issue Mar 4, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@LexQzim
Copy link

LexQzim commented Mar 4, 2021

Hey there,

this is more of a request then an issue. Your work is nice and lightweighted. Simple to use and works very efficient. This is what I can say after 20 min of use.
What I miss or better what I would like to have is a method to compare my pointCloud with the calculated plane. The result of this comparison should be pointCloud where each pixel represents the distance to calculated plane equation.

What do you think about this?

@leomariga leomariga added the enhancement New feature or request label Mar 9, 2021
@leomariga
Copy link
Owner

leomariga commented Mar 9, 2021

Hi Lex, Thank you for opening the issue!

Yes, we already do this internally in the code by calculating the distance from the inliers to the fitted plane. It is just a case of organizing and externalizing this data!

Or, using your strategy, we could create a transformation from the fitted plane to the x-y plane. The z value of the point is the distance from the point to the plane.

I believe it could be very interesting to show some kind of statistical data from the fitted plane / object to answer questions such as "how much my point cloud is similar to the fitted plane?". I'll be adding this idea for next versions.

@LexQzim
Copy link
Author

LexQzim commented Mar 10, 2021

I'm glad you're so accepting of my idea.

I think it's a step in the right direction and I'm looking forward to seeing what comes out of it.

Greetings
Lex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants