Uses of Class
boofcv.abst.feature.orientation.ConfigAverageIntegral
Packages that use ConfigAverageIntegral
Package
Description
-
Uses of ConfigAverageIntegral in boofcv.abst.feature.orientation
Fields in boofcv.abst.feature.orientation declared as ConfigAverageIntegralMethods in boofcv.abst.feature.orientation that return ConfigAverageIntegralMethods in boofcv.abst.feature.orientation with parameters of type ConfigAverageIntegral -
Uses of ConfigAverageIntegral in boofcv.factory.feature.detdesc
Methods in boofcv.factory.feature.detdesc with parameters of type ConfigAverageIntegralModifier 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 ConfigAverageIntegral in boofcv.factory.feature.orientation
Methods in boofcv.factory.feature.orientation with parameters of type ConfigAverageIntegralModifier and TypeMethodDescriptionstatic <II extends ImageGray<II>>
OrientationIntegral<II>FactoryOrientationAlgs.average_ii(@Nullable ConfigAverageIntegral config, Class<II> integralType) Orientation using "average" approach on integral images. -
Uses of ConfigAverageIntegral in boofcv.factory.tracker
Methods in boofcv.factory.tracker with parameters of type ConfigAverageIntegralModifier and TypeMethodDescriptionstatic <I extends ImageGray<I>>
PointTracker<I>FactoryPointTracker.dda_FH_SURF_Fast(ConfigFastHessian configDetector, ConfigSurfDescribe.Fast configDescribe, ConfigAverageIntegral configOrientation, Class<I> imageType) Deprecated.