| Interface | Description |
|---|---|
| ConfigOrientation |
Base configuration for orientation estimation.
|
| ConfigOrientation.Gradient |
Orientation estimation which takes in the image gradient
|
| ConfigOrientation.Integral |
Orientation estimation which takes in an integral image
|
| OrientationGradient<D extends boofcv.struct.image.ImageGray> |
Estimates the orientation of a region from the image gradient.
|
| OrientationImage<T extends boofcv.struct.image.ImageGray> |
Estimates the orientation of a region directly from the image's pixels.
|
| OrientationIntegral<II extends boofcv.struct.image.ImageGray> |
Estimate the orientation of an image from an
integral image. |
| RegionOrientation |
Estimates the orientation of a region which is approximately circular.
|
| Class | Description |
|---|---|
| ConfigAverageIntegral |
Configuration for
ImplOrientationAverageGradientIntegral. |
| ConfigSiftOrientation |
Configuration for
OrientationHistogramSift |
| ConfigSlidingIntegral |
Configuration for
ImplOrientationSlidingWindowIntegral. |
| OrientationGradientToImage<T extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> |
Converts an implementation of
OrientationGradient into OrientationImage. |
| OrientationIntegralToImage<T extends boofcv.struct.image.ImageGray,II extends boofcv.struct.image.ImageGray> |
Converts an implementation of
OrientationIntegral into OrientationImage. |
| OrientationSiftToImage<T extends boofcv.struct.image.ImageGray> |
Wrapper around
OrientationHistogramSift for OrientationImage. |