Class ExporterFP
java.lang.Object
cz.fidentis.analyst.data.landmarks.impl.ExporterFP
Class used to export feature points to file of fp format
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
exportToFP
(List<Landmark> featurePointList, String path, String fileName) Exports feature points to file format fp at default location
-
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 pointspath
- Path to the directory with the face datafileName
- Face name- Throws:
IOException
- on error
-