Uses of Class
boofcv.alg.feature.orientation.OrientationSlidingWindow
-
Uses of OrientationSlidingWindow in boofcv.alg.feature.orientation.impl
Modifier and TypeClassDescriptionclass
Implementation ofOrientationSlidingWindow
for a specific image type.class
Implementation ofOrientationSlidingWindow
for a specific image type.class
Implementation ofOrientationSlidingWindow
for a specific image type. -
Uses of OrientationSlidingWindow in boofcv.factory.feature.orientation
Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
OrientationSlidingWindow<T>FactoryOrientationAlgs.sliding
(double objectRadiusToScale, int numAngles, double windowSize, int radius, boolean weighted, Class<T> derivType)