Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 718 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 718 Bytes

semanticLabelingTool

Tool to create ground truth semantic segmentation masks using super pixels
Here is some demo video of the tool

Prerequisites:

  • Download and extract vl_feat library including the function to compute superpixels vl_slic
  • Add the all extracted folders to your Matlab path

You need the following Matlab functions:

  • regionprops
  • bwperim

TODOs: