pyushkevich/itksnap

Writing segmentation/label file using third party program

AlistairMcCutcheon opened this issue · 1 comments

I have a model that performs segmentation. I'd like to present the output of this model to the user using itk-snap. My approach will be to write a workplace folder, with it pointing to the main image as well as the segmentation file. The workplace file is in xml and seems straightforward to modify. The segmentation file is not human readable. How would you suggest I go about creating a segmentation file using a third party program?