Package boofcv.io

Class PathLabel

java.lang.Object
boofcv.io.PathLabel

public class PathLabel extends Object
Object containing the path to a file and a label that is used to refer to the file
  • Field Details

  • Constructor Details

    • PathLabel

      public PathLabel(String label, String path)
    • PathLabel

      public PathLabel(String label, String... path)
      Specifies a label with multiple paths. If only a label is passed in it is assumed to be a file path and the label is extracted from the file's name.
      Parameters:
      label -
      path -
  • Method Details

    • getPathFiles

      public List<File> getPathFiles()
    • getLabel

      public String getLabel()
    • getPath

      public String getPath()
    • getPath

      public String getPath(int index)