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