Package boofcv.alg.feature.orientation.impl
-
Class Summary Class Description ImplOrientationAverage_F32 Implementation ofOrientationAverage
for a specific image type.ImplOrientationAverage_S16 Implementation ofOrientationAverage
for a specific image type.ImplOrientationAverage_S32 Implementation ofOrientationAverage
for a specific image type.ImplOrientationAverageGradientIntegral<T extends ImageGray<T>,G extends GradientValue> Estimates the orientation of a region by computing the image derivative from an integral image.ImplOrientationHistogram_F32 Implementation ofOrientationHistogram
for a specific image type.ImplOrientationHistogram_S16 Implementation ofOrientationHistogram
for a specific image type.ImplOrientationHistogram_S32 Implementation ofOrientationHistogram
for a specific image type.ImplOrientationImageAverage_F32 Implementation ofOrientationImageAverage
for a specific image type.ImplOrientationImageAverage_U8 Implementation ofOrientationImageAverage
for a specific image type.ImplOrientationImageAverageIntegral<T extends ImageGray<T>,G extends GradientValue> Estimates the orientation of a region using a "derivative free" method.ImplOrientationSlidingWindow_F32 Implementation ofOrientationSlidingWindow
for a specific image type.ImplOrientationSlidingWindow_S16 Implementation ofOrientationSlidingWindow
for a specific image type.ImplOrientationSlidingWindow_S32 Implementation ofOrientationSlidingWindow
for a specific image type.ImplOrientationSlidingWindowIntegral<T extends ImageGray<T>,G extends GradientValue> Implementation ofOrientationSlidingWindow
for integral images.