Uses of Interface
boofcv.abst.feature.orientation.OrientationGradient
Package
Description
-
Uses of OrientationGradient in boofcv.abst.feature.orientation
ModifierConstructorDescriptionOrientationGradientToImage
(OrientationGradient<D> alg, ImageGradient<T, D> gradient, Class<T> inputType, Class<D> gradientType) -
Uses of OrientationGradient in boofcv.alg.feature.orientation
Modifier and TypeClassDescriptionclass
OrientationAverage<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.class
OrientationHistogram<D extends ImageGray<D>>
Estimates the orientation by creating a histogram of discrete angles around the entire circle.class
OrientationSlidingWindow<D extends ImageGray<D>>
Estimates the orientation by sliding window across all angles. -
Uses of OrientationGradient in boofcv.alg.feature.orientation.impl
Modifier and TypeClassDescriptionclass
Implementation ofOrientationAverage
for a specific image type.class
Implementation ofOrientationAverage
for a specific image type.class
Implementation ofOrientationAverage
for a specific image type.class
Implementation ofOrientationHistogram
for a specific image type.class
Implementation ofOrientationHistogram
for a specific image type.class
Implementation ofOrientationHistogram
for a specific image type.class
Implementation ofOrientationSlidingWindow
for a specific image type.class
Implementation ofOrientationSlidingWindow
for a specific image type.class
Implementation ofOrientationSlidingWindow
for a specific image type.