Uses of Class
boofcv.alg.feature.orientation.OrientationIntegralBase
-
Uses of OrientationIntegralBase in boofcv.alg.feature.orientation.impl
Modifier and TypeClassDescriptionclass
ImplOrientationAverageGradientIntegral<T extends ImageGray<T>,
G extends GradientValue> Estimates the orientation of a region by computing the image derivative from an integral image.class
ImplOrientationImageAverageIntegral<T extends ImageGray<T>,
G extends GradientValue> Estimates the orientation of a region using a "derivative free" method.class
ImplOrientationSlidingWindowIntegral<T extends ImageGray<T>,
G extends GradientValue> Implementation ofOrientationSlidingWindow
for integral images.