-
Notifications
You must be signed in to change notification settings - Fork 19
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
Can I read las file? #25
Comments
Hi, |
@mhogg Would it be possible to adapt to use for points easily? (use case: empty space detection) If so could you provide some hints on where to start for a PR? (My cpp experience is very basic) |
Hi Tom,
Sorry for my late reply. To answer your question, it shouldn't be too hard
to adapt. Its more about removing things rather than add more things.
Points are also simpler than triangles because they exactly fit within a
single octree node.
Just so I understand, how will you be using it? You say empty space
detection; does this mean just returning branches that are populated /
unpopulated, or do you use rays?
Cheers,
Michael
…On Mon, 2 Jul 2018 at 23:32 Tom Hemmes ***@***.***> wrote:
@mhogg <https://github.com/mhogg> Would it be possible to adapt to use
for points easily? (use case: empty space detection) If so could you
provide some hints on where to start for a PR? (My cpp experience is very
basic)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#25 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADdn-tfxwa4kM1zpt24QnxoALKH1d_enks5uCiDogaJpZM4UsDPL>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to build octree for the point cloud that I have in las format.
The text was updated successfully, but these errors were encountered: