Class LoaderCSV

java.lang.Object
cz.fidentis.analyst.data.landmarks.impl.LoaderCSV

public class LoaderCSV extends Object
Class used to import feature points from file of CSV format
  • Constructor Details

    • LoaderCSV

      public LoaderCSV()
  • Method Details

    • loadFeaturePoints

      public static List<Landmark> loadFeaturePoints(String path, String fileName) throws IOException
      Loads feature points from file of csv format.
      Parameters:
      path - File path
      fileName - File name
      Returns:
      A list of feature points
      Throws:
      IOException - on error