Code Monkey home page Code Monkey logo

computer-vision-examples's Introduction

Computer Vision Examples

MATLAB implementations of four computer vision algorithms. Homework for the Advanced Topics in Computer Vision course at the University of Ljubljana, Faculty of Computer and Information Science in 2019.

There is a porocilo.pdf file for each project, which contains a report with experimentation and analysis in the Slovenian language. All testing was done with the Tracking Evaluation Toolkit and VOT sequences.

Optical Flow

Implementation of Lucas-Kanade and Horn-Schunck methods for estimating the optical flow - a vector field that, in our case, tells us the movement of every pixel between consecutive picture frames.

Mean-shift Tracker

Mean-shift is the iterative method for searching the maximum of the probability density function. We used it to implement a tracker that searches for the region containing the most similar colour histogram to the target's histogram.

Correlation Filter Tracker

An online learning tracking algorithm that uses a correlation filter for the classifier. It produces a high correlation output for the region containing the target and a low correlation for the background. During tracking the classificator learns to be increasingly discriminative for the given target.

Particle Tracker

A particle is one sample of a complex probability density function. It represents a visual model and is weighted based on the similarity to the target's visual model. In every step of tracking, particles are sampled and moved by the dynamic model and the target is localized.

The folder also contains an implementation of the Kalman filter with three dynamic models.

computer-vision-examples's People

Contributors

ia6382 avatar

Stargazers

 avatar

Watchers

 avatar Kostas Georgiou 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.