Giter VIP home page Giter VIP logo

depthmapcompression's Introduction

Depth map compression App

Project Page: http://fukushima.web.nitech.ac.jp/research/dpf/

This code is implimentation of the following paper.

N. Fukushima, T. Inoue, Y. Ishibashi, "Removing Depth Map Coding Distortion by Using Post Filter Set," Proc. IEEE International Conference on Multimedia & Expo (ICME 2013), July 2013

The solution file of PostFilterSetForDepthCoding.sln is a project file of Visual Studio 2010. In the main function, there are 2 examples; one is (1) the simplest example of our post filter set, named simpleTest(), and the other is (2) point cloud rendering app for depth map compression, named pointcloudTest();

The solution requires OpenCV2.45(2.45 or newer), and OpenNI (if necessary). In addition, the codes use SSE4.1. If your CPU supports SSE4.1, code will be accelerated.

we can change compression lib and input device with setting config.h file The current setup is as follows (OpenNI off, libjpegturbo off);

//for OpenNI Capture //#define CAP_KINECT 1

//for libjpegturbo: faster jpeg encoder //#define JPEG_TURBO 1

If you can use Kinect and/or JPEG_turbo, please un-comment out. The attached lib file of jpeg.lib is 64 bit version. If your OS is 32bit version, please do not use JPEG_TURBO option.

This software is released under the BSD License, see LICENSE.txt.

depthmapcompression's People

Contributors

norishigefukushima avatar

Watchers

James Cloos 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.