Uses of Class
boofcv.alg.feature.orientation.OrientationIntegralBase
Packages that use OrientationIntegralBase
-
Uses of OrientationIntegralBase in boofcv.alg.feature.orientation.impl
Subclasses of OrientationIntegralBase in boofcv.alg.feature.orientation.implModifier and TypeClassDescriptionclassImplOrientationAverageGradientIntegral<T extends ImageGray<T>,G extends GradientValue> Estimates the orientation of a region by computing the image derivative from an integral image.classImplOrientationImageAverageIntegral<T extends ImageGray<T>,G extends GradientValue> Estimates the orientation of a region using a "derivative free" method.classImplOrientationSlidingWindowIntegral<T extends ImageGray<T>,G extends GradientValue> Implementation ofOrientationSlidingWindowfor integral images.