| 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 ImageSingleBand> |
Estimates the orientation of a region from the image gradient.
|
| OrientationImage<T extends ImageSingleBand> |
Estimates the orientation of a region directly from the image's pixels.
|
| OrientationIntegral<II extends ImageSingleBand> |
Estimate the orientation of an image from an
integral image. |
| RegionOrientation |
Estimates the orientation of a region.
|
| Class | Description |
|---|---|
| ConfigAverageIntegral |
Configuration for
ImplOrientationAverageGradientIntegral. |
| ConfigSiftOrientation |
Configures the SIFT feature orientation estimator.
|
| ConfigSlidingIntegral |
Configuration for
ImplOrientationSlidingWindowIntegral. |
| OrientationGradientToImage<T extends ImageSingleBand,D extends ImageSingleBand> |
Converts an implementation of
OrientationGradient into OrientationImage. |
| OrientationIntegralToImage<T extends ImageSingleBand,II extends ImageSingleBand> |
Converts an implementation of
OrientationIntegral into OrientationImage. |
| OrientationSiftToImage |
Wrapper around
OrientationHistogramSift for OrientationImage. |
Copyright © 2013. All Rights Reserved.