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