public interface InterestPointScaleSpacePyramid<T extends ImageSingleBand>
Scale-Space Pyramid images.| Modifier and Type | Method and Description |
|---|---|
void |
detect(PyramidFloat<T> ss)
Detect features in the scale space image
|
List<ScalePoint> |
getInterestPoints()
Returns all the found interest points
|
void detect(PyramidFloat<T> ss)
ss - Scale space of an imageList<ScalePoint> getInterestPoints()
Copyright © 2013. All Rights Reserved.