Code Monkey home page Code Monkey logo

trackingmovingobjects_piv's Introduction

TrackingMovingObjects_PIV

Work developed for the Image Processing and Vision course from Instituto Superior Técnico.

Description

The goal of the project is the detection, localization and tracking of moving objects using information from depth cameras. The cameras are in a fixed position and the scene is composed of a static set of objects (background) and a variable number of moving objects.

Part 1

  • Considering just one camera for each detected object in each frame a box must be draw around it.
  • Output: for every tracked object a struct called objects is returned, with 4 fields the first one being the X coordinates of the box, the second the Y coordinates of the box, the third the Z coordinates of the box and a fourth one called frames_tracked containg the frames where the objects were detected.

Part 2

  • Considering two cameras, for each detected object (no matter the camera) in each frame a box containing the identified object must be draw.
  • Output: same as the part 1 plus another struct called cam2toW containing the rotacional and translation matrices of the camera 2 in relation to the world coordinate system(camera 1).

Notes

For part 1 use the files in the images1 or images4 folders. Only change the name of the folder on the top of the file part1_test. For part 2 use the files in the images2 or images3(never tested) folders. Pay attencion to change the name of the folder in the top of the file part2_test.

VLFeat library is required: VLFeat library

Done by:

  • Luís Lopes
  • Diogo Morgado
  • Valter Piedade

trackingmovingobjects_piv's People

Contributors

luislopes1997 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

diogomorgado22

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.