Page MenuHomePhabricator

[Segmentation] Paint tool needs to be refactored
Closed, WontfixPublic

Description

The paint tool shows some inefficient behavior and unnecessary complexity, which should be removed:

  • to render the unconfirmed brushed region a binary node is used and shown / hidden, depending on the mouse interaction
  • the binary node holds an image that contains the mask of multiple labels in a multi label case; this leads to errors when the contour of a label is generated
  • the connections inside ConnectActionsAndFunctions and their corresponding functions are not clear

Event Timeline

kalali triaged this task as Normal priority.Mar 16 2022, 9:45 AM
kalali created this task.
kislinsk added a project: Auto-closed.
kislinsk added a subscriber: kislinsk.

Hi there! ๐Ÿ™‚

This task was auto-closed according to our Task Lifecycle Management.
Please follow this link for more information and don't forget that you are encouraged to reasonable re-open tasks to revive them. ๐Ÿš‘

Best wishes,
The MITK devs