Git Product home page Git Product logo

Comments (4)

chiccorusso avatar chiccorusso commented on August 22, 2024

Hi. Do you mind if I work on this? I need it.

Thank-you.

from potreeconverter.

m-schuetz avatar m-schuetz commented on August 22, 2024

Yes, please, this would be a much needed feature!
You'd have to account for different scenarios, though, like

  • Small point clouds with a uniform extend in all axes, like the lion point cloud that is included in the potree resources.
  • Large scale LIDAR data that has large length and width but relatively small elevation.
  • Different point densities. The number of points relative to the volume may or may not have to be taken into account as well.

Idealy, the default spacing should be choosen so that no or very few nodes are larger than 1mb. Larger nodes have a negative impact on load times but also culling efficiency and therefore rendering performance. At the same time, the spacing must not be too large or there will be too much nodes with a small number of points in it which also negatively affects performance.

from potreeconverter.

chiccorusso avatar chiccorusso commented on August 22, 2024

Nice. At a first stage I'll let the user decide the point quantity per linear dimension, so that the spacing value will be computed from that.

For example:

PotreeConverter -a 1000

will compute spacing as 1/1000 of the diagonal of the bounding box. I think that using the diagonal will accomodate both the first and the second point.

from potreeconverter.

m-schuetz avatar m-schuetz commented on August 22, 2024

Fixed: #76

from potreeconverter.

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.