Skip to content

Releases: RENCI/Segmentor

Fix image stack loading bug

06 Jan 15:48
Compare
Choose a tag to compare
Pre-release

Fix image stack loading bug

Region table highlighting and selection

03 Jan 16:29
Compare
Choose a tag to compare
Pre-release

The user can mouseover cells in the id column in the region table to highlight the corresponding region in the 3D view with a halo. Click on the cell to select that region and center on it in both views.

Toolbar

12 Dec 21:34
Compare
Choose a tag to compare
Toolbar Pre-release
Pre-release

Added toolbar with controls for some visualization options.

Load 8-bit label files

11 Dec 20:54
Compare
Choose a tag to compare
Pre-release
v0.1.1

Cast input segmentation data to unsigned short to enable loading of 8…

Region table performance

11 Dec 19:23
Compare
Choose a tag to compare
Pre-release

Improve performance updating region table for a single region.

Error handling and bug fixes

11 Dec 16:57
Compare
Choose a tag to compare
Pre-release

Only enable loading of segmentation data that matches current image data.

Fix bug that was causing vtkWarnings for certain saved segmentation data (when the segmentation data had "gaps" in the used labels, the empty regions were causing issues).

Region table updates

21 Nov 21:41
Compare
Choose a tag to compare
Region table updates Pre-release
Pre-release

Updates to region table, including adding modified column, sorting by column, and automatic saving/loading of region metadata (modified and done status).

Code refactoring and region table highlighting

20 Nov 21:31
Compare
Choose a tag to compare
v0.0.7

Add highlighting of current region to region table

Label management and interaction controls

07 Nov 20:54
Compare
Choose a tag to compare

Switch between navigation mode and edit mode with space bar.

Label/region management via region list and ability to relabel regions that have been split, and merge regions.

Slice plane visualization

16 Sep 20:42
10733d6
Compare
Choose a tag to compare
Pre-release
  • Add slice plane location visualization to 2D view.
  • Clip slice plane in 3D view.
  • Only enable region growing in 2D slice view until issues with picking in 3D view are corrected.