Uses of Interface
boofcv.abst.feature.orientation.OrientationGradient
Packages that use OrientationGradient
Package
Description
-
Uses of OrientationGradient in boofcv.abst.feature.orientation
Constructors in boofcv.abst.feature.orientation with parameters of type OrientationGradientModifierConstructorDescriptionOrientationGradientToImage(OrientationGradient<D> alg, ImageGradient<T, D> gradient, Class<T> inputType, Class<D> gradientType) -
Uses of OrientationGradient in boofcv.alg.feature.orientation
Classes in boofcv.alg.feature.orientation that implement OrientationGradientModifier and TypeClassDescriptionclassOrientationAverage<D extends ImageGray<D>>Computes the orientation of a region by summing up the derivative along each axis independently then computing the direction fom the sum.classOrientationHistogram<D extends ImageGray<D>>Estimates the orientation by creating a histogram of discrete angles around the entire circle.classOrientationSlidingWindow<D extends ImageGray<D>>Estimates the orientation by sliding window across all angles. -
Uses of OrientationGradient in boofcv.alg.feature.orientation.impl
Classes in boofcv.alg.feature.orientation.impl that implement OrientationGradientModifier and TypeClassDescriptionclassImplementation ofOrientationAveragefor a specific image type.classImplementation ofOrientationAveragefor a specific image type.classImplementation ofOrientationAveragefor a specific image type.classImplementation ofOrientationHistogramfor a specific image type.classImplementation ofOrientationHistogramfor a specific image type.classImplementation ofOrientationHistogramfor a specific image type.classImplementation ofOrientationSlidingWindowfor a specific image type.classImplementation ofOrientationSlidingWindowfor a specific image type.classImplementation ofOrientationSlidingWindowfor a specific image type.