Page MenuHomePhabricator

if the segmentation volume is smaller than 0.1 ml, the volume can not be showed correctly.
Closed, ResolvedPublic

Description

In mitkImageMapperGL2D.cpp, the volume string has a precision of 1. It is not appropriate for segmentation with small volume

Event Timeline

Wrong product (must be "MITK") and no mention of how a solution could look like and possible side effects.

Set precision of the volume string to 4 for small segmentation volume

Solution: Set precision of the volume string to 4 for small segmentation volume.

No side effects are noticed.

Most of the work is done. Just the specification page is wrong, probably just a mix of bug ids. Please correct that and ask for core modification.

The bug id for core modification request was wrong. Now it is correct!

Xin, please commit your changes and close the bug ;-)

Resetting all bugs without active assignee flag to "CONFIRMED". Change status to IN_PROGRESS if you are working on it.

[a73ad5]: Merge branch 'bug-6156-VolumeStringPrecision'

Merged commits:

2011-07-27 14:54:17 Xin Wang [21da53]
If the volume string is smaller than 0.1 L, set the volume string precision to 4