Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 367 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 367 Bytes

SLIC.jl

SLIC superpixel implementation in Julia.

Run Demo

$ julia --project=. demo.jl

Note

Current I do not implement enforce connectivity part.

Reference

This work have reference from laixintao.

You can visit his work of SLIC (written in Python) here.