Uses of Class
boofcv.struct.feature.ScalePoint
Packages that use ScalePoint
Package
Description
-
Uses of ScalePoint in boofcv.abst.feature.detdesc
Fields in boofcv.abst.feature.detdesc with type parameters of type ScalePoint -
Uses of ScalePoint in boofcv.abst.feature.detect.interest
Methods in boofcv.abst.feature.detect.interest that return types with arguments of type ScalePointModifier and TypeMethodDescriptionInterestPointScaleSpace.getInterestPoints()
Returns all the found interest pointsInterestPointScaleSpacePyramid.getInterestPoints()
Returns all the found interest points -
Uses of ScalePoint in boofcv.alg.feature.detdesc
Fields in boofcv.alg.feature.detdesc with type parameters of type ScalePointMethods in boofcv.alg.feature.detdesc that return types with arguments of type ScalePoint -
Uses of ScalePoint in boofcv.alg.feature.detect.interest
Subclasses of ScalePoint in boofcv.alg.feature.detect.interestModifier and TypeClassDescriptionstatic class
Adds information about the scale space it was detected in for quick reference when computing the descriptorFields in boofcv.alg.feature.detect.interest with type parameters of type ScalePointModifier and TypeFieldDescriptionprotected List<ScalePoint>
FeatureLaplacePyramid.foundPoints
protected List<ScalePoint>
FeaturePyramid.foundPoints
Methods in boofcv.alg.feature.detect.interest that return types with arguments of type ScalePointModifier and TypeMethodDescriptionFastHessianFeatureDetector.getFoundFeatures()
Returns all the found interest points.FeatureLaplacePyramid.getInterestPoints()
FeaturePyramid.getInterestPoints()
Constructor parameters in boofcv.alg.feature.detect.interest with type arguments of type ScalePointModifierConstructorDescriptionSiftDetector
(FeatureSelectLimitIntensity<ScalePoint> selectFeaturesAll, double edgeR, NonMaxLimiter extractor) Configures SIFT detector -
Uses of ScalePoint in boofcv.alg.feature.detect.selector
Methods in boofcv.alg.feature.detect.selector with parameters of type ScalePointModifier 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
Method parameters in boofcv.gui.feature with type arguments of type ScalePointModifier 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
Methods in boofcv.struct.feature that return ScalePointMethods in boofcv.struct.feature with parameters of type ScalePoint