Class ExporterFP

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

public class ExporterFP extends Object
Class used to export feature points to file of fp format
  • Constructor Details

    • ExporterFP

      public ExporterFP()
  • Method Details

    • exportToFP

      public static void exportToFP(List<Landmark> featurePointList, String path, String fileName) throws IOException
      Exports feature points to file format fp at default location
      Parameters:
      featurePointList - List of feature points
      path - Path to the directory with the face data
      fileName - Face name
      Throws:
      IOException - on error