Interest point detector for
Scale Space images.-
Method Summary
Modifier and TypeMethodDescriptionvoiddetect(GaussianScaleSpace<T, D> ss) Detect features in the scale space imageReturns all the found interest points
-
Method Details
-
detect
Detect features in the scale space image- Parameters:
ss- Scale space of an image
-
getInterestPoints
List<ScalePoint> getInterestPoints()Returns all the found interest points- Returns:
- List of found interest points.
-