Package boofcv.abst.feature.orientation
package boofcv.abst.feature.orientation
-
ClassDescriptionConfiguration for
ImplOrientationAverageGradientIntegral
.Base configuration for orientation estimation.Orientation estimation which takes in the image gradientOrientation estimation which takes in an integral imageConfiguration for region orientationsConfiguration forOrientationHistogramSift
Configuration forImplOrientationSlidingWindowIntegral
.OrientationGradient<D extends ImageGray<D>>Estimates the orientation of a region from the image gradient.Converts an implementation ofOrientationGradient
intoOrientationImage
.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
.Converts an implementation ofOrientationIntegral
intoOrientationImage
.OrientationSiftToImage<T extends ImageGray<T>>Wrapper aroundOrientationHistogramSift
forOrientationImage
.Estimates the orientation of a region which is approximately circular.