Uses of Class
boofcv.abst.feature.describe.ConfigSurfDescribe.Fast
Packages that use ConfigSurfDescribe.Fast
Package
Description
-
Uses of ConfigSurfDescribe.Fast in boofcv.abst.feature.describe
Methods in boofcv.abst.feature.describe that return ConfigSurfDescribe.FastMethods in boofcv.abst.feature.describe with parameters of type ConfigSurfDescribe.Fast -
Uses of ConfigSurfDescribe.Fast in boofcv.factory.feature.dense
Fields in boofcv.factory.feature.dense declared as ConfigSurfDescribe.FastModifier and TypeFieldDescriptionConfigDenseSurfFast.surf
Configuration for Stable SURF descriptor -
Uses of ConfigSurfDescribe.Fast in boofcv.factory.feature.describe
Fields in boofcv.factory.feature.describe declared as ConfigSurfDescribe.FastMethods in boofcv.factory.feature.describe with parameters of type ConfigSurfDescribe.FastModifier and TypeMethodDescriptionstatic <T extends ImageMultiBand<T>,
II extends ImageGray<II>>
DescribePointRadiusAngle<T,TupleDesc_F64> FactoryDescribePointRadiusAngle.surfColorFast
(ConfigSurfDescribe.Fast config, ImageType<T> imageType) Color variant of the SURF descriptor which has been designed for speed and sacrifices some stability.static <T extends ImageGray<T>,
II extends ImageGray<II>>
DescribeSurf_Point<T,II> FactoryDescribePoint.surfFast
(ConfigSurfDescribe.Fast configSurf, ConfigOrientation2 configOrientation, double regionRadius, Class<T> imageType) static <T extends ImageGray<T>,
II extends ImageGray<II>>
DescribePointRadiusAngle<T,TupleDesc_F64> FactoryDescribePointRadiusAngle.surfFast
(ConfigSurfDescribe.Fast config, Class<T> imageType) Creates a SURF descriptor.static <T extends ImageGray<T>>
DescribePointSurf<T>FactoryDescribeAlgs.surfSpeed
(ConfigSurfDescribe.Fast config, Class<T> imageType) -
Uses of ConfigSurfDescribe.Fast in boofcv.factory.feature.detdesc
Fields in boofcv.factory.feature.detdesc declared as ConfigSurfDescribe.FastMethods in boofcv.factory.feature.detdesc with parameters of type ConfigSurfDescribe.FastModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>,
II extends ImageGray<II>>
DetectDescribePoint<T,TupleDesc_F64> FactoryDetectDescribe.surfColorFast
(@Nullable ConfigFastHessian configDetector, ConfigSurfDescribe.Fast configDesc, @Nullable ConfigAverageIntegral configOrientation, ImageType<T> imageType) Color version of SURF stable.static <T extends ImageGray<T>,
II extends ImageGray<II>>
DetectDescribePoint<T,TupleDesc_F64> FactoryDetectDescribe.surfFast
(@Nullable ConfigFastHessian configDetector, ConfigSurfDescribe.Fast configDesc, @Nullable ConfigAverageIntegral configOrientation, Class<T> imageType) Creates a SURF descriptor. -
Uses of ConfigSurfDescribe.Fast in boofcv.factory.tracker
Methods in boofcv.factory.tracker with parameters of type ConfigSurfDescribe.FastModifier and TypeMethodDescriptionstatic <I extends ImageGray<I>>
PointTracker<I>FactoryPointTracker.dda_FH_SURF_Fast
(ConfigFastHessian configDetector, ConfigSurfDescribe.Fast configDescribe, ConfigAverageIntegral configOrientation, Class<I> imageType) Deprecated. -
Uses of ConfigSurfDescribe.Fast in boofcv.gui.feature
Fields in boofcv.gui.feature declared as ConfigSurfDescribe.FastConstructors in boofcv.gui.feature with parameters of type ConfigSurfDescribe.FastModifierConstructorDescriptionSpeed
(ConfigSurfDescribe.Fast config_, ControlPanelSurfDescribe.Listener listener)