Class ExporterCSV
java.lang.Object
cz.fidentis.analyst.data.landmarks.impl.ExporterCSV
Class used to export feature points to file of csv format
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
exportToCSV
(List<Landmark> featurePointList, String path, String fileName) Exports a file to set location in csv format
File is located and named asfileName
_landmarks.csv
-
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 asfileName
_landmarks.csv- Parameters:
featurePointList
- List of feature pointspath
- Path to the directory with the face datafileName
- Face name- Throws:
IOException
- on error
-