gofigure2 / GoFigure2

http://gofigure2.org
8 stars 4 forks source link

Doesnt support unsigned short for semi automated segmentation #126

Open NicolasRannou opened 12 years ago

NicolasRannou commented 12 years ago

itk::ERROR: VTKImageImport(0x5dbbce0): Input scalar type is unsigned short but should be unsigned char

arnaudgelas commented 12 years ago

A cheap and fast solution would be to make use of a itk::ImageRescaleImageIntensity, after the conversion from vtk to itk.