Class LoaderCSV
java.lang.Object
cz.fidentis.analyst.data.landmarks.impl.LoaderCSV
Class used to import feature points from file of CSV format
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionloadFeaturePoints
(String path, String fileName) Loads feature points from file of csv format.
-
Constructor Details
-
LoaderCSV
public LoaderCSV()
-
-
Method Details
-
loadFeaturePoints
Loads feature points from file of csv format.- Parameters:
path
- File pathfileName
- File name- Returns:
- A list of feature points
- Throws:
IOException
- on error
-