University of Zagreb
Faculty of Electrical Engineering and Computing
2014./2015.
(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)