Uses of Class
boofcv.abst.feature.detect.interest.ConfigFastCorner
Packages that use ConfigFastCorner
Package
Description
-
Uses of ConfigFastCorner in boofcv.abst.feature.detect.interest
Fields in boofcv.abst.feature.detect.interest declared as ConfigFastCornerModifier and TypeFieldDescriptionfinal ConfigFastCornerConfigPointDetector.fastConfiguration only used with FASTMethods in boofcv.abst.feature.detect.interest that return ConfigFastCornerModifier and TypeMethodDescriptionConfigFastCorner.copy()ConfigFastCorner.setTo(ConfigFastCorner src) Methods in boofcv.abst.feature.detect.interest with parameters of type ConfigFastCorner -
Uses of ConfigFastCorner in boofcv.factory.feature.detect.interest
Methods in boofcv.factory.feature.detect.interest with parameters of type ConfigFastCornerModifier 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
Methods in boofcv.factory.tracker with parameters of type ConfigFastCornerModifier 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
Fields in boofcv.gui.feature declared as ConfigFastCornerConstructors in boofcv.gui.feature with parameters of type ConfigFastCornerModifierConstructorDescriptionControlPanelFastCorner(ConfigFastCorner config, ControlPanelFastCorner.Listener listener)