Skip to content
/ SCC Public

Sparse subspace clustering implementation using C++

Notifications You must be signed in to change notification settings

TAO270/SCC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSC(Sparse Subspace Clustering)

A re-implementation of MATLAB code with c++.
A sparse subspace clustering method, and more details can be found here paper MATLAB code.

Dependency

You need to install eigen3 library for using because the data is calculated and stored in a matrix form.

In order to use the example, you need to add an OpenCV dependency.

  • OpenCV(Version 2.4)
  • CMake(Version 3.5)

Compile

cd SCC
cd build
cmake ..
make

You can find the Kmeans algorithm used in the code here.


There is a simple example classifying different features of images based on their trajectories over time in images.

The result shows that features of pedestrian's area of this image show different motion trajectories, which results in these feature points being classified into the same cluster.

About

Sparse subspace clustering implementation using C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published