Skip to content

lunastra26/Generic-MATLAB-GUI-Annotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic MATLAB Annotation GUI

Overview

This MATLAB script can be used for annotating 3D medical images. The accompanying config file can be edited to vary the number of regions of interests being annotated as well as their colors.

Requirements

  1. MATLAB 2019 or later versions
  2. Data is available as a .mat file with the 3D imaging data within variable 'img'

Usage

  1. Run generic_segmentation_gui.m in a MATLAB window
  2. Select an input mat file containing 3D imaging data.
  3. The image will load in the center panel. The slider on the top can be used to view different slices in a volume.
  4. The ROI annotation panel on the left can be used to toggle between different labels.
    • Draw button: Draw the mask for the region of interest on the current image.
    • Edit button: Draw exlusion mask to edit the roi on the current image.
    • Delete button: Delete the roi on the current image.
    • Save button: Save all rois.
  5. The viewer option panels on the right can be used to zoom, adjust window level, and control opacity of the underlying labels.

License

MIT

About

Generic MATLAB GUI for annotating 3D medical images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages