Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 1021 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 1021 Bytes

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.