GithubHelp home page GithubHelp logo

cwipc_codec's Introduction

Copyright (c) 2017-2021, Stichting Centrum Wiskunde en Informatica (CWI).

This repository is a compression library for cwipc pointcloud objects. 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.

cwipc_codec

This distribution contains a compressor and decompressor for pointclouds. It uses the cwipc abstract object to represent pointclouds.

It is a modified version of the cwi-pcl-codec distribution, from http://github.com/cwi-dis/cwi-pcl-codec. Both distributions share the same codec, described in the following journal paper:

(R. Mekuria, K. Blom, and P. Cesar, "Design, Implementation and Evaluation of a Point Cloud Codec for Tele-Immersive Video," IEEE Transactions on Circuits and Systems for Video Technology, 27(4): 828 -842, 2017

When cwipc_codec is built from source (as part of the cwipc suite) it is possible to use the codec using the same API as specified in that paper and in the cwi-pcl-codec repository. Simply add the include (and possibly source) directory to your project.

Use

  • cwipc_encode compresses a .ply pointcloud file to a .cwicpc compressed pointcloud file.
  • cwipc_decode decompresses a .cwicpc compressed file to a .ply pointcloud file.
  • cwipc_grab --compress will compress pointclouds before saving them to disk.
  • cwipc_view --playback will decompress .cwicpc files on the fly.
  • The various tools that produce or consume pointcloud streams will use the encoder and decoder by default.

Check include/cwipc_codec/api.h to see how to use the codec from your code. The Python API is nearly identical, inspect the cwipc.codec module.

Evaluation program

When building from source there is a test program included:

  • evaluate_compression allows for evaluation of the algorithm, see its readme file for details.

cwipc_codec's People

Contributors

cwidisgroup avatar jackjansen avatar shirsub 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.