Page MenuHomePhabricator

PixelDumper view in MITK release
Open, NormalPublic

Description

We got an external request to offer the pixeldumper view and app also in our public releases.

I see nothing that speaks against it. But following things have to be done:

  • The code has to be fixed, see my review comments https://phabricator.mitk.org/rDIPPf2d2131ceba762531083a6658b792c59b49417b1 (this was never fixed as far as I know). Basically we should revert most or all of the changes and just use an implementation passed on itkIndexedUnaryFunctorImageFilter.h and a functor that is used to collect the dump information per label in a member.
  • support for multilabel images

Event Timeline

floca triaged this task as Normal priority.Aug 12 2023, 5:04 PM
floca created this task.

As far as I understand the plugin's purpose it is basically an export of an image as CSV file? And the request is to add it to MITK instead of eMITK? Is there some additional functionality involved or could we just add it as another MIME type for images instead of a dedicated plugin?

Is there some additional functionality involved or could we just add it as another MIME type for images instead of a dedicated plugin?

Yes there is. As only (potentially) the pixel values of image parts with an mask should be exported. And you can select multiple image (as long as they have the same geometry), there pixel values will be exported into the same table.

kompan added a subscriber: kompan.

Discussion result: Feature is useful but not as plugin on its own but instead as part of the statistics plugin (as an additional button like copy to clipboard).