Coder Social home page Coder Social logo

itamayo / cwipc_util Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cwi-dis/cwipc_util

0.0 0.0 0.0 4.96 MB

CWI Point cloud object utility library

License: MIT License

Shell 0.28% C++ 23.88% Python 73.48% C 0.22% PowerShell 0.04% CMake 1.94% Batchfile 0.16%

cwipc_util's Introduction

CWI Pointcloud utility library

This repository is a utility library for using cwipc objects to represent pointclouds. It is part of the cwipc suite, https://github.com/cwi-dis/cwipc, and should generally be installed or built as part of that suite.

General design considerations

The idea behind a cwipc pointcloud object is that it represents a pointcloud (with x/y/z coordinates, r/g/b values and possibly information on which camera angle the point was captured from) without having to include the whole PCL Point Cloud Library API if you do not need it.

the idea is that you can pass a cwipc object around without knowing what is inside it, and if the receiving end also has PCL knowledge it can access the pointcloud data without it having been copied. And if a receiver does need access to the individual point data it will only be copied when it arrives there (so a receiver can allocate buffers in the right type of memory, etc).

The current design document is in pointcloud-api.md.

The library contains utility functions to read and write a cwipc object from a .ply file. There are also functions to read/write the binary representation of a cwipc but these are mainly for debugging (the binary representation is not portable between machines).

Bindings for C, C++ and Python are included. C# bindings are not currently included, ask us.

cwipc_util's People

Contributors

jackjansen avatar cwidisgroup avatar nachoreimat avatar fonskuijk avatar patriceangot avatar troeggla 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.