Page MenuHomePhabricator

Thresholding does not work on float images
Closed, ResolvedPublic

Description

The segmentation bundle thresholding tool can only handle natural number thresholds (0,1,2,...) -> does not work correctly on floating point images with e.g. range [0,1].
Solution: consider data type and adjust threshold range and resolution to image histogram.

Event Timeline

Peter, please attach a float image as previously agreed.

[76c776]: Merge branch 'bug-9348-ThresholdingDoesNotWorkWithFloatImages'

Merged commits:

2011-09-21 15:05:50 Stefan Kislinskiy [bc2709]
Thresholding for float images works now.