Interface InterestPointScaleSpacePyramid<T extends ImageGray<T>>
- All Known Implementing Classes:
FeatureLaplacePyramid
,FeaturePyramid
public interface InterestPointScaleSpacePyramid<T extends ImageGray<T>>
Interest point detector for
Scale-Space Pyramid
images.-
Method Summary
Modifier and TypeMethodDescriptionvoid
detect
(PyramidFloat<T> 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.
-