Uses of Class
boofcv.alg.feature.orientation.OrientationSlidingWindow
Packages that use OrientationSlidingWindow
-
Uses of OrientationSlidingWindow in boofcv.alg.feature.orientation.impl
Subclasses of OrientationSlidingWindow in boofcv.alg.feature.orientation.implModifier and TypeClassDescriptionclassImplementation ofOrientationSlidingWindowfor a specific image type.classImplementation ofOrientationSlidingWindowfor a specific image type.classImplementation ofOrientationSlidingWindowfor a specific image type. -
Uses of OrientationSlidingWindow in boofcv.factory.feature.orientation
Methods in boofcv.factory.feature.orientation that return OrientationSlidingWindowModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
OrientationSlidingWindow<T>FactoryOrientationAlgs.sliding(double objectRadiusToScale, int numAngles, double windowSize, int radius, boolean weighted, Class<T> derivType)