Coder Social home page Coder Social logo

el2320_proj's Introduction

Applied estimation project

Introduction

Track points in hough space and create a 2-dimensional map.

Proposal

We propose a 2D mapping of a corridor environment with the help of hough transform by using the vertical components of the image as possible landmarks. The video used will be filmed at a constant speed and with no lateral movement so that the position of the observer will be known for each frame.

Ok sounds a bit tricky but if you think it out well it can be done. Do not try to be perfect but just get it to work well enough. You need to be very careful taking the data(video) and try to get as good an ida of ground truth as possible.

-- John

Mapping a corridor with hough transform

  • Runs on videos with 5 fps
  • Mainly uses videos of corridor environments

Download script can be found in is in scripts.

Mapping approach

  • Assume uniform velocity.
  • Assume fixed camera height.
  • Create a 2 dimensional map of the 3D space.

A particle/kalman filter is used to track the houghspace maxima. These should track the track the landmarks.

Moving straight forward is indicated by:

  • The wall/floor transition lines are static points in houghspace.
  • The vertical lines on the screen get longer (higher density of the houghspace bucket) and move outwards.

Track the static points in houghspace with a filter and create a 2D map of the space.

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.