Coder Social home page Coder Social logo

3D? about cdt HOT 13 CLOSED

artem-ogre avatar artem-ogre commented on June 18, 2024
3D?

from cdt.

Comments (13)

artem-ogre avatar artem-ogre commented on June 18, 2024 2

@xiaolong7
It can be used as long as you are reconstructing a TIN (2.5D) surface: when for each x,y there is only one height.

For example:

  • possible: reconstructing terrain from a point cloud (e.g., from UAV photogrammetry)
  • not possible: reconstructing tunnel surface from a laser scan

from cdt.

cdcseacave avatar cdcseacave commented on June 18, 2024 1

I am a simple user, I am not familiarized with the theory behind. I know TetGen implements it in 3D, and there is a paper describing it: http://doi.acm.org/10.1145/2629697

from cdt.

artem-ogre avatar artem-ogre commented on June 18, 2024 1

@GenieTim
To my knowledge nothing happened

from cdt.

artem-ogre avatar artem-ogre commented on June 18, 2024 1

One may either use another algorithm for surface reconstruction or do some hacks. Maybe constrained DT is not a good tool for the job in your case.

from cdt.

artem-ogre avatar artem-ogre commented on June 18, 2024

Hi,

Do you mean creating constrained Delaunay tetrahedralizations?
I don’t know how easy/complex such a generalization is, so any input and contributions are welcome. Do you have any good references or algorithm descriptions in mind?

Hypothetically since 3d versions of predicates are available, inserting points should be rather straightforward. Inserting constraints could be more difficult in 3d though.

Thanks for the interest and feedback.

from cdt.

artem-ogre avatar artem-ogre commented on June 18, 2024

Thanks, I will look into it. It definitely looks like it needs some effort. So I can't promise anything anytime soon.
Leaving this issue open as any contributions are welcome.

from cdt.

anishsingh935 avatar anishsingh935 commented on June 18, 2024

hi can I work on this issue

from cdt.

artem-ogre avatar artem-ogre commented on June 18, 2024

Thanks, @anishsingh935

Let me know if you need any help. Please be aware that this might be a sizable effort: up to a point that it makes more sense to have constrained tetrahedralization as a stand alone lib based on CDT. Perhaps CDT3D or CDTet :)

from cdt.

GenieTim avatar GenieTim commented on June 18, 2024

Hi @anishsingh935 , may I kindly ask: what is the status, where you able to progress, is there a CDT3D or CDTet now?

from cdt.

xiaolong7 avatar xiaolong7 commented on June 18, 2024

Hi, can CDT be used for 2D triangulation of points in 3D space, like 3D surface reconstruction of point clouds?

from cdt.

district10 avatar district10 commented on June 18, 2024

I'm looking for a way to triangulate a pointcloud. Here's an example:

A highway road surface:

segments.mov

sample data: segments.pcd.zip

For a workaround, I may 1) segmentize pointcloud (colored by segment); 2) call CDT (ignoring z); 3) merge each segment's CDT into one.

It'll be great if CDT supports surface pointcloud.


Maybe just modify spatial query, filter out points on other levels (z value) will solve it.
I'll give it a try.


https://jeremybyu.github.io/polylidar/introduction.html sounds promising also.

from cdt.

artem-ogre avatar artem-ogre commented on June 18, 2024

Hi, @district10
If I understood you correctly the question is how to reconstruct the surface in the areas where roads overlap at different height levels. Is this right?

from cdt.

district10 avatar district10 commented on June 18, 2024

@artem-ogre Yes. It's like building a CDT along the way, without botherings of overpass/underpass.

from cdt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.