Uses of Class
boofcv.abst.feature.orientation.ConfigAverageIntegral
Package
Description
-
Uses of ConfigAverageIntegral in boofcv.abst.feature.orientation
-
Uses of ConfigAverageIntegral in boofcv.factory.feature.detdesc
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionstatic <I extends ImageGray<I>>
PointTracker<I>FactoryPointTracker.dda_FH_SURF_Fast
(ConfigFastHessian configDetector, ConfigSurfDescribe.Fast configDescribe, ConfigAverageIntegral configOrientation, Class<I> imageType) Deprecated.