Skip to content

ClaudiuGeorgiu/VideoSLIC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages