ClaudiuGeorgiu / VideoSLIC

OpenCV implementation of SLIC algorithm applied to video sequences

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VideoSLIC

OpenCV implementation of SLIC algorithm applied to video sequences.

Codacy

This project contains the source code used to obtain the results described in the paper "Optimizing Superpixel Clustering for Real-Time Egocentric-Vision Applications". The main purpose of the project is to apply the SLIC algorithm to video sequences by using some optimization techniques that aim at obtaining close to real-time performaces. The source code is written in C++, is based on the previous work made here and uses the following libraries:

  • OpenCV
  • Intel TBB (used for parallel execution of the code)
  • Boost

License

You are free to use this code under the MIT License.

About

OpenCV implementation of SLIC algorithm applied to video sequences

License:MIT License


Languages

Language:C++ 100.0%