Class LoaderFP

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

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

    • LoaderFP

      public LoaderFP()
  • Method Details

    • loadFeaturePoints

      public static List<Landmark> loadFeaturePoints(String path, String fileName) throws IOException
      Loads feature points form given file
      Parameters:
      path - File path
      fileName - File name
      Returns:
      List of FeaturePoint
      Throws:
      IOException - on error