Uses of Class
boofcv.struct.feature.ScalePoint
Package
Description
-
Uses of ScalePoint in boofcv.abst.feature.detdesc
-
Uses of ScalePoint in boofcv.abst.feature.detect.interest
Modifier and TypeMethodDescriptionInterestPointScaleSpace.getInterestPoints()
Returns all the found interest pointsInterestPointScaleSpacePyramid.getInterestPoints()
Returns all the found interest points -
Uses of ScalePoint in boofcv.alg.feature.detdesc
-
Uses of ScalePoint in boofcv.alg.feature.detect.interest
Modifier and TypeClassDescriptionstatic class
Adds information about the scale space it was detected in for quick reference when computing the descriptorModifier and TypeFieldDescriptionprotected List<ScalePoint>
FeatureLaplacePyramid.foundPoints
protected List<ScalePoint>
FeaturePyramid.foundPoints
Modifier and TypeMethodDescriptionFastHessianFeatureDetector.getFoundFeatures()
Returns all the found interest points.FeatureLaplacePyramid.getInterestPoints()
FeaturePyramid.getInterestPoints()
ModifierConstructorDescriptionSiftDetector
(FeatureSelectLimitIntensity<ScalePoint> selectFeaturesAll, double edgeR, NonMaxLimiter extractor) Configures SIFT detector -
Uses of ScalePoint in boofcv.alg.feature.detect.selector
Modifier and TypeMethodDescriptionint
SampleIntensityScalePoint.getX
(ScalePoint p) int
SampleIntensityScalePoint.getY
(ScalePoint p) float
SampleIntensityScalePoint.sample
(@Nullable GrayF32 intensity, int index, ScalePoint p) -
Uses of ScalePoint in boofcv.gui.feature
Modifier and TypeMethodDescriptionstatic void
VisualizeFeatures.drawScalePoints
(Graphics2D g2, List<ScalePoint> points, double scaleToRadius) void
ScaleSpacePyramidPointPanel.setPoints
(List<ScalePoint> points) -
Uses of ScalePoint in boofcv.struct.feature