Git Product home page Git Product logo

point-cloud-tools's Introduction

point-cloud-tools

Small utilities to work with point clouds. Supports LAS/LAZ and E57 formats.

mountain mesh

Tools

  • Meshify: transform point clouds to mesh, with texture

Meshify

Transforms point clouds to mesh, with texture. BPA and Poisson methods implemented.

python .\src\meshify.py -h
usage: meshify.py [-h] --input INPUT [-bpa] [-poisson] [--radius RADIUS] [--depth DEPTH] [--max_triangles MAX_TRIANGLES]

Transform a point cloud into a triangle mesh

optional arguments:
  -h, --help            show this help message and exit
  --input INPUT         Path to point cloud file
  -bpa                  Use BPA strategy
  -poisson              Use Poisson strategy
  --radius RADIUS       Scale of the radius (only for BPA)
  --depth DEPTH         Increase the depth to get more details (only for Poisson)
  --max_triangles MAX_TRIANGLES
                        Reduce the output mesh to the specified triangles

Test

python .\src\meshify.py --input .\samples\mountain.las -poisson --depth 10

Origiinal mountain.las Generated mesh
mountain point cloud mountain mesh

python .\src\meshify.py --input .\samples\bunnyDouble.e57 -bpa

Origiinal doubleBunny.e57 Generated mesh
mountain point cloud mountain mesh

Known issues

  • Only one scan is supported on E57 files.
  • E57 normals are not supported.

License

This software is released under the MIT license

I built a tool to convert point clouds into triangle mesh with textures. Pretty impresive results on open surfaces, but still room for improvement on complex closed ones. Look at the code at https://github.com/emepetres/point-cloud-tools!

point-cloud-tools's People

Contributors

emepetres avatar

Watchers

 avatar

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.