Uses of Class
boofcv.abst.feature.orientation.ConfigSlidingIntegral
Package
Description
-
Uses of ConfigSlidingIntegral in boofcv.abst.feature.orientation
-
Uses of ConfigSlidingIntegral in boofcv.factory.feature.detdesc
Modifier and TypeMethodDescriptionstatic <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.surfStable
(@Nullable ConfigFastHessian configDetector, ConfigSurfDescribe.Stability configDescribe, @Nullable ConfigSlidingIntegral configOrientation, Class<T> imageType) Creates a SURF descriptor. -
Uses of ConfigSlidingIntegral in boofcv.factory.feature.orientation
Modifier and TypeMethodDescriptionstatic <II extends ImageGray<II>>
OrientationIntegral<II>FactoryOrientationAlgs.sliding_ii
(@Nullable ConfigSlidingIntegral config, Class<II> integralType) Estimates the orientation of a region by using a sliding window across the different potential angles. -
Uses of ConfigSlidingIntegral in boofcv.factory.tracker
Modifier 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>,
D extends ImageGray<D>>
PointTracker<I>FactoryPointTracker.combined_ST_SURF_KLT
(ConfigGeneralDetector configExtract, ConfigPKlt kltConfig, ConfigTrackerHybrid configHybrid, ConfigSurfDescribe.Stability configDescribe, ConfigSlidingIntegral configOrientation, Class<I> imageType, @Nullable Class<D> derivType) Deprecated.static <I extends ImageGray<I>>
PointTracker<I>FactoryPointTracker.dda_FH_SURF_Stable
(ConfigFastHessian configDetector, ConfigSurfDescribe.Stability configDescribe, ConfigSlidingIntegral configOrientation, Class<I> imageType) Deprecated.