Page MenuHomePhabricator

Segmentation picking tool.
Closed, ResolvedPublic

Description

Create a tool that extracts a single segmentation region.

User clicks in a region. A new Image is generated containing only the selected 3D region.

Reuse 3D region growing to implement functionality.

Event Timeline

Have a look at "Connected Region Selector" tool in bug-15696-multi-label-segmentation-v5. It does exactly that.

New remote branch pushed: bug-16690-segmentation-picking-tool

[d5c8c8]: Merge branch 'bug-16690-segmentation-picking-tool'

Merged commits:

2014-01-17 10:20:36 Tobias Schroeder [a60f5a]
Added ui file for PickingTool.


2014-01-10 10:07:31 Tobias Schroeder [a216f1]
Extrect single region from segmentation image.


2013-12-16 16:59:52 Tobias Schroeder [d6a83d]
Added tool class