Git Product home page Git Product logo

multilayer-stixel-world's Introduction

multilayer-stixel-world

An implementation of multi-layered stixel computation

stixel-world

Description

  • An implementation of the Multi-Layered Stixel computation based on [1].
  • Extracts the Stixels from the input disparity map.
  • Allows for multiple Stixels along every column.

References

Demo

Requirement

  • OpenCV
  • OpenMP (optional)

How to build

$ git clone https://github.com/gishi523/multilayer-stixel-world.git
$ cd multilayer-stixel-world
$ mkdir build
$ cd build
$ cmake ../
$ make

How to run

./stixelworld left-image-format right-image-format camera.xml
  • left-image-format
    • the left image sequence
  • right-image-format
    • the right image sequence
  • camera.xml
    • the camera intrinsic and extrinsic parameters

Example

./stixelworld images/img_c0_%09d.pgm images/img_c1_%09d.pgm ../camera.xml

Data

Performance(Update 2019/1)

  • Setup
Key Value
CPU Core-i7 6700K(4.00 GHz/4Core/8T)
Disparity size 64
Stixel width 7
Scale down factor in image height 2
OpenMP ON
  • Stixel computation time
Image size Time[milli seconds]
1024 x 333 11
1024 x 440 18

Author

gishi523

multilayer-stixel-world's People

Contributors

gishi523 avatar fz-lyu avatar

Watchers

James Cloos avatar Wang Pengfei 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.