GithubHelp home page GithubHelp logo

kinect_odom's Introduction

kinect_odom

Odometry from a Kinect sensor

This is a project to play around with visual odometry using a kinect.

Current Status

The basic functionality is now in place, and the algorithm produces reasonable looking velocity measurements.

The algorithm (for now) is as follows:

  1. Detect features in the previous frame
  2. Track those features using Lucas & Kanade Optical Flow to get a corresponding set of features in the current frame
  3. Project both feature sets into 3D using the kinect depth map and a pinhole camera model
  4. Use the Iterative Closest Point algorithm to align the two 3D point clouds
  5. Repeat!

Future Work

The end goal is to mimic the algorithm found in "Real-Time Stereo Visual Odometry for Autonomous Ground Vehicles" (Howard, 2008). This will require:

  1. Use FAST to detect features
  2. Match features using an n^2 SAD matcher, instead of LK tracking
  3. Use Levenberg-Marquardt to solve the alignment, instead of ICP

kinect_odom's People

Contributors

randvoorhies 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.