Interface ImageSegmentationAnnotationReader

    • Method Detail

      • getCorrespondingWriter

        ImageSegmentationAnnotationWriter getCorrespondingWriter()
        Returns, if available, the corresponding writer.
        Returns:
        the writer, null if none available
      • setUseAlternativeAnnotationDir

        void setUseAlternativeAnnotationDir​(boolean value)
        Sets whether to use an alternative directory for the annotations.
        Parameters:
        value - true if to use alternative dir
      • getUseAlternativeAnnotationDir

        boolean getUseAlternativeAnnotationDir()
        Returns whether to use an alternative directory for the annotations.
        Returns:
        true if to use alternative dir
      • setAlternativeAnnotationDir

        void setAlternativeAnnotationDir​(PlaceholderDirectory value)
        Sets the alternative directory for the annotations.
        Parameters:
        value - the alternative dir
      • getAlternativeAnnotationDir

        PlaceholderDirectory getAlternativeAnnotationDir()
        Returns the alternative directory for the annotations.
        Returns:
        the alternative dir