Class ExporterCSV

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

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

    • ExporterCSV

      public ExporterCSV()
  • Method Details

    • exportToCSV

      public static void exportToCSV(List<Landmark> featurePointList, String path, String fileName) throws IOException
      Exports a file to set location in csv format
      File is located and named as fileName_landmarks.csv
      Parameters:
      featurePointList - List of feature points
      path - Path to the directory with the face data
      fileName - Face name
      Throws:
      IOException - on error