Closed tischi closed 4 years ago
@constantinpape
Right now, I am having this in my code (with Segmentation occurring twice):
Segmentation
public class Metadata { ... public enum Modality { Segmentation, FM, EM, XRay } public enum Type { Image, Segmentation, Mask, } }
This has been growing like this for historical reasons. We should think about it and clean this up at some point.
Yes, Segmentation should not be part of Modality.
Modality
I think that solves it.
@constantinpape
Right now, I am having this in my code (with
Segmentation
occurring twice):This has been growing like this for historical reasons. We should think about it and clean this up at some point.