OpenCV implementation of SLIC algorithm applied to video sequences.
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
You are free to use this code under the MIT License.