Uses of Class
boofcv.alg.feature.detect.interest.SiftDetector.SiftPoint
-
Uses of SiftDetector.SiftPoint in boofcv.alg.feature.detdesc
Modifier and TypeMethodDescriptionprotected void
CompleteSift_MT.describeDetections
(List<SiftDetector.SiftPoint> detections) protected void
CompleteSift.describeDetections
(List<SiftDetector.SiftPoint> detections) Computes one or more descriptors for every point in the passed in list -
Uses of SiftDetector.SiftPoint in boofcv.alg.feature.detect.interest
Modifier and TypeFieldDescriptionprotected DogArray<SiftDetector.SiftPoint>
SiftDetector.detectionsAll
Modifier and TypeMethodDescriptionprotected SiftDetector.SiftPoint
SiftDetector.createDetection
(int x, int y, float positiveIntensity, boolean maximum) Examines a local spatial extremum and interpolates its coordinates using a quadratic function.Modifier and TypeMethodDescriptionSiftDetector.getDetections()
All the found and selected detections across scale space