Git Product home page Git Product logo

Comments (5)

Maartenvm avatar Maartenvm commented on September 17, 2024

Imaginary tiles? done!

from ahn-pointcloud-viewer.

Maartenvm avatar Maartenvm commented on September 17, 2024

Srsly though, imagery tiles would be cool :P

from ahn-pointcloud-viewer.

oscarmartinezrubi avatar oscarmartinezrubi commented on September 17, 2024

yes sure...anyway, i renamed to imagery...

from ahn-pointcloud-viewer.

m-schuetz avatar m-schuetz commented on September 17, 2024

My experience with this:
I tried using open layers to fetch a 128x128 or 256x256 image for each octree node and then project the image onto the points in a node. Unfortunately, the performance of this approach was not in an acceptable range. Since it was rendering into a canvas element or at least using DOM elements it also couldn't be moved into a parallel WebWorker.

My next try would have been to directly load image tiles from within an WebWorker which also brings it into the correct format so the main thread can pass it to the GPU without further processing.

from ahn-pointcloud-viewer.

Maartenvm avatar Maartenvm commented on September 17, 2024

Yes, I've come to the same conclusion. We can get the tiles for the (official) aerial photography of the Netherlands from the Dutch cadastre institution but I'm afraid I just can't spare the time to implement this.
I'm therefore filing this under "Future work".

from ahn-pointcloud-viewer.

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.