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