On Thu, 2009-01-08 at 11:20 +0100, Xi Zhang wrote:
> Hello,
> 
>      I'd like to segment my data, and extract ROI of the volume data.
> 
>      I used InteractiveSegmentation Module to segment my data, and
> saved it in "Segmentations" window, "Save segmentation to file"
> as .vtk or .vti. It seemed like that the .vtk file was only binary
> mask, and didn't have gray-scale value. Is that true?  And if I save
> the project in the main memu as .mitk file, when I opened the project
> again, it crashes. 

Hi again,

yes, the segmentations, which are saved to file, contain only a binary
mask, i.e. 0 for background, 1 for foreground. The data type is
"unsigned char", which is usually 8 bit (also for Linux64, I think) --
this is only guaranteed for segmentations which were created from the
InteractiveSegmentation GUI.

The "File/Save Project" entry is broken and should be removed. There
will be a replacement for it -- no schedule, sorry.

> 
>      So does that means MITK can not get the segmentation with both
> position and grayscale value?  And why the .mitk project file can not
> be opened?

I don't understand "segmentation with both position and grayscale
value". When segmenting with InteractiveSegmentation and saving the
result, you have two files: the original image (any image format, your
choice, grayscale values, NOT created but only used by
InteractiveSegmentation) and the segmentation (unsigned char, zeros and
ones, saved by InteractiveSegmentation).

Daniel


------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to