Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 582 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 582 Bytes

SNIC

This repository is for data mining course (2021 spring), and it includes:

  • SNIC algorithm reimplementation and visualization in Python (snic.py).
  • Comparison with original implementation (matlab/compare_reimpl.m).
  • SNICO algorithm that gets rid of compactness parameter (snic.py).
  • Superpixel merging algorithm based on RAG and NNG (merge.py).

SNIC

SNICO

SNICO and merge

Note: visualization based on C++ implementation is not implemented yet (snic.cpp).