Package boofcv.abst.feature.orientation
-
Interface Summary Interface Description ConfigOrientation Base configuration for orientation estimation.ConfigOrientation.Gradient Orientation estimation which takes in the image gradientConfigOrientation.Integral Orientation estimation which takes in an integral imageOrientationGradient<D extends ImageGray<D>> Estimates the orientation of a region from the image gradient.OrientationImage<T extends ImageGray<T>> Estimates the orientation of a region directly from the image's pixels.OrientationIntegral<II extends ImageGray<II>> Estimate the orientation of an image from anintegral image
.RegionOrientation Estimates the orientation of a region which is approximately circular. -
Class Summary Class Description ConfigAverageIntegral Configuration forImplOrientationAverageGradientIntegral
.ConfigOrientation2 Configuration for region orientationsConfigSiftOrientation Configuration forOrientationHistogramSift
ConfigSlidingIntegral Configuration forImplOrientationSlidingWindowIntegral
.OrientationGradientToImage<T extends ImageGray<T>,D extends ImageGray<D>> Converts an implementation ofOrientationGradient
intoOrientationImage
.OrientationIntegralToImage<T extends ImageGray<T>,II extends ImageGray<II>> Converts an implementation ofOrientationIntegral
intoOrientationImage
.OrientationSiftToImage<T extends ImageGray<T>> Wrapper aroundOrientationHistogramSift
forOrientationImage
. -
Enum Summary Enum Description ConfigOrientation2.Type