public interface InterestPointScaleSpace<T extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray>
Scale Space images.| Modifier and Type | Method and Description |
|---|---|
void |
detect(boofcv.struct.gss.GaussianScaleSpace<T,D> ss)
Detect features in the scale space image
|
java.util.List<ScalePoint> |
getInterestPoints()
Returns all the found interest points
|
void detect(boofcv.struct.gss.GaussianScaleSpace<T,D> ss)
ss - Scale space of an imagejava.util.List<ScalePoint> getInterestPoints()