Ricozero / snic_visualization

SNIC reimplementation in Python, SNICO, and superpixel merging.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

SNIC reimplementation in Python, SNICO, and superpixel merging.


Languages

Language:C++ 59.4%Language:Python 36.2%Language:MATLAB 4.4%