Uses of Class
boofcv.abst.feature.detect.interest.ConfigFastCorner
Package
Description
-
Uses of ConfigFastCorner in boofcv.abst.feature.detect.interest
Modifier and TypeFieldDescriptionfinal ConfigFastCorner
ConfigPointDetector.fast
Configuration only used with FASTModifier and TypeMethodDescriptionConfigFastCorner.copy()
ConfigFastCorner.setTo
(ConfigFastCorner src) -
Uses of ConfigFastCorner in boofcv.factory.feature.detect.interest
Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>,
D extends ImageGray<D>>
GeneralFeatureDetector<T,D> FactoryDetectPoint.createFast
(ConfigGeneralDetector configDetector, @Nullable ConfigFastCorner configFast, Class<T> imageType) Creates a Fast corner detector with feature intensity for additional pruning.static <T extends ImageGray<T>>
InterestPointDetector<T>FactoryInterestPoint.createFast
(@Nullable ConfigFastCorner configFast, int featureLimitPerSet, @Nullable ConfigSelectLimit configSelect, Class<T> imageType) Creates a Fast corner detector with no non-maximum suppression -
Uses of ConfigFastCorner in boofcv.factory.tracker
Modifier and TypeMethodDescriptionstatic <I extends ImageGray<I>,
D extends ImageGray<D>>
PointTracker<I>FactoryPointTracker.dda_FAST_BRIEF
(ConfigFastCorner configFast, ConfigGeneralDetector configExtract, int maxAssociationError, Class<I> imageType) Deprecated. -
Uses of ConfigFastCorner in boofcv.gui.feature
ModifierConstructorDescriptionControlPanelFastCorner
(ConfigFastCorner config, ControlPanelFastCorner.Listener listener)