Uses of Class
boofcv.abst.feature.detect.interest.ConfigFastHessian
Packages that use ConfigFastHessian
Package
Description
-
Uses of ConfigFastHessian in boofcv.abst.feature.detect.interest
Methods in boofcv.abst.feature.detect.interest that return ConfigFastHessianModifier and TypeMethodDescriptionConfigFastHessian.copy()ConfigFastHessian.setTo(ConfigFastHessian src) Methods in boofcv.abst.feature.detect.interest with parameters of type ConfigFastHessian -
Uses of ConfigFastHessian in boofcv.factory.feature.detdesc
Fields in boofcv.factory.feature.detdesc declared as ConfigFastHessianModifier and TypeFieldDescriptionConfigDetectDescribe.detectFastHessianFast Hessian scale invariant blob detector.Methods in boofcv.factory.feature.detdesc with parameters of type ConfigFastHessianModifier 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 ImageMultiBand<T>,II extends ImageGray<II>>
DetectDescribePoint<T,TupleDesc_F64> FactoryDetectDescribe.surfColorStable(@Nullable ConfigFastHessian configDetector, ConfigSurfDescribe.Stability configDescribe, @Nullable ConfigSlidingIntegral configOrientation, ImageType<T> imageType) Color version of SURF stable feature.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.static <T extends ImageGray<T>,II extends ImageGray<II>>
DetectDescribePoint<T,TupleDesc_F64> FactoryDetectDescribe.surfStable(@Nullable ConfigFastHessian configDetector, ConfigSurfDescribe.Stability configDescribe, @Nullable ConfigSlidingIntegral configOrientation, Class<T> imageType) Creates a SURF descriptor. -
Uses of ConfigFastHessian in boofcv.factory.feature.detect.interest
Fields in boofcv.factory.feature.detect.interest declared as ConfigFastHessianModifier and TypeFieldDescriptionConfigDetectInterestPoint.fastHessianFast Hessian scale invariant blob detector.Methods in boofcv.factory.feature.detect.interest with parameters of type ConfigFastHessianModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
InterestPointDetector<T>FactoryInterestPoint.fastHessian(ConfigFastHessian config, Class<T> imageType) Creates aFastHessianFeatureDetectordetector which is wrapped inside anInterestPointDetectorstatic <II extends ImageGray<II>>
FastHessianFeatureDetector<II>FactoryInterestPointAlgs.fastHessian(@Nullable ConfigFastHessian config) Creates a Fast Hessian blob detector used by SURF. -
Uses of ConfigFastHessian in boofcv.factory.tracker
Methods in boofcv.factory.tracker with parameters of type ConfigFastHessianModifier and TypeMethodDescriptionstatic <I extends ImageGray<I>>
PointTracker<I>FactoryPointTracker.combined_FH_SURF_KLT(ConfigPKlt kltConfig, ConfigTrackerHybrid configHybrid, ConfigFastHessian configDetector, ConfigSurfDescribe.Stability configDescribe, ConfigSlidingIntegral configOrientation, Class<I> imageType) Deprecated.static <I extends ImageGray<I>>
PointTracker<I>FactoryPointTracker.dda_FH_SURF_Fast(ConfigFastHessian configDetector, ConfigSurfDescribe.Fast configDescribe, ConfigAverageIntegral configOrientation, Class<I> imageType) Deprecated.static <I extends ImageGray<I>>
PointTracker<I>FactoryPointTracker.dda_FH_SURF_Stable(ConfigFastHessian configDetector, ConfigSurfDescribe.Stability configDescribe, ConfigSlidingIntegral configOrientation, Class<I> imageType) Deprecated. -
Uses of ConfigFastHessian in boofcv.gui.feature
Fields in boofcv.gui.feature declared as ConfigFastHessianConstructors in boofcv.gui.feature with parameters of type ConfigFastHessianModifierConstructorDescriptionControlPanelFastHessian(@Nullable ConfigFastHessian config_, ControlPanelFastHessian.Listener listener)