Skip to content

Elementary differential monitoring process of motion analysis problem of certain features in a series of pictures.

Notifications You must be signed in to change notification settings

josip-milic/KLT-feature-tracker

Repository files navigation

University of Zagreb
Faculty of Electrical Engineering and Computing

Software Design Project

http://www.fer.unizg.hr

2014./2015.

Project theme: Elementary differential monitoring process (Kanade–Lucas–Tomasi feature tracker)

(c) 2015 Kristijan Biščanić, Matej Djerdji, Ivan Fabijanić, Josip Milić, Dario Pažin

Version 1.1

Date: 15.01.2015.

###Project description: ####Elementary differential monitoring process is a motion analysis problem of certain features in a series of pictures. ####Offsetting image is approximated by the Taylor development. In this development, the partial derivatives of image coordinates movements (or gradient image) occur, and because of this procedure is called differential.

More information in the documentation (warning: written in Croatian): https://github.com/josip-milic/KLT-feature-tracker/blob/master/Tehni%C4%8Dka%20dokumentacija/FER2_Projekt_Tehnicka_Dokumentacija_-_Elementarni_postupak_diferencijalnog_pracenja.pdf

Programming languages and its packages used in this project (more information in the documentation, chapter 8):

  • Python 2.7 - Prototyping
    Used external packages:
    • NumPy - N-dimensional arrays and linear algebra
    • OpenCV - Computer vision methods (mostly for image/video import and export)
    • PIL - User interface
  • C++ - Final program
    Used external packages:
    • OpenCV - Computer vision methods (mostly for image/video import and export)

About

Elementary differential monitoring process of motion analysis problem of certain features in a series of pictures.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published