Page MenuHomePhabricator

Wrong mask image handling in PV Analysis View
Closed, ResolvedPublic

Description

Currently, the unsigned char type is expected from any mask used in PartialVolume (PV) Analysis View. To achieve this, all other integral, unsigned types (i.e. segmentation) are casted to unsigned char which results to a into an invalid mask image (due to the difference of the pixel-type size in the memory).