Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 672 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 672 Bytes

maskSLIC

Simple linear iterative clustering (SLIC) in a region of interest

This code demonstrates the adaption of SLIC for a defined region of interest. The main contribution is in the placement of seed points within the ROI.

The code is a modification of the SLIC implementation provided by Scikit-image (http:https://scikit-image.org/)

An online demo is available at: http:https://maskslic.birving.com/index

An outline of the method is available at: [arxiv.org]

Figure 1: An example region and the automatically placed seed points using this method.

seed points

Figure 2: The final superpixel regions within the ROI

superpixels