Page MenuHomePhabricator

Alternative projections for thick slice mode
Closed, ResolvedPublic

Description

Markus Fangerau has implemented a thick-slice rendering mode that supports three projection types:

  • MIP (maximum intensity projection)
  • SUM
  • WEIGHTED

We now know, that there are more projection modes that make sense in medical imaging:

  • MinIP (minimum intensity projection)
  • MEAN

In this ticket, these new projection modes shall be implemented.

One issue that is related to the new projection mode is handling of reaching the border of the image. How can we correctly handle a Minimum intensity projection with a slice-thickness of 3 slices when we are currently showing the first slice (the slice above does not exist and is initialised with -32768)?

Event Timeline

User engelm has pushed new remote branch:

bug-17738-new-thickslice-projection-types

User engelm has pushed new remote branch:

bug-17738-new-thickslice-projection-types-master

[6b68bf]: Merge branch 'bug-17738-new-thickslice-projection-types-master'

Merged commits:

2014-04-24 16:35:29 Markus Engel [9a199b]
added projection types MEAN and MinIP