Page MenuHomePhabricator

A Plugin for Resampling and Mask Cleaning
Closed, ResolvedPublic

Description

NOTE: Please describe the bug or feature request as long as necessary but as short as possible. What information is necessary to reproduce the bug? For example, what version of MITK do you use, and if it is potentially relevant, what's your OS? Unless you're sure about the priority, Needs Triage is perfectly fine. Do not assign the task to someone else. Instead, you can add other users to the subscribers below or explicitly mention them with the @ syntax here. If you have a GitHub pull request, please add the Pull Request tag below.

Event Timeline

Note that at least for resampling we might have already what you need. It is a CLI we use in our AVID pipline. It is for mapping, but no registration given, it is just a versitale resampler for images.

Thanks for the hint, but I need a simple GUI-solution to keep the support-effort as low as possible. It will also be handy for my own experiments.

OK, I see. If you just need a simple GUI, it might be a solution to build that arround the same codebase the matchpoint mapping plugin uses. See QmitkMatchPointMapper::SpawnMappingJob(). There everything for sampling images is packed together. If it is realy just a simple resampling, then it might be faster and cleaner to directly use itk resample image filter.