| Class | Description |
|---|---|
| ImplOrientationAverage_F32 |
Implementation of
OrientationAverage for a specific image type. |
| ImplOrientationAverage_S16 |
Implementation of
OrientationAverage for a specific image type. |
| ImplOrientationAverage_S32 |
Implementation of
OrientationAverage for a specific image type. |
| ImplOrientationAverageGradientIntegral<T extends boofcv.struct.image.ImageGray,G extends boofcv.struct.sparse.GradientValue> |
Estimates the orientation of a region by computing the image derivative from an integral image.
|
| ImplOrientationHistogram_F32 |
Implementation of
OrientationHistogram for a specific image type. |
| ImplOrientationHistogram_S16 |
Implementation of
OrientationHistogram for a specific image type. |
| ImplOrientationHistogram_S32 |
Implementation of
OrientationHistogram for a specific image type. |
| ImplOrientationImageAverage_F32 |
Implementation of
OrientationImageAverage for a specific image type. |
| ImplOrientationImageAverage_U8 |
Implementation of
OrientationImageAverage for a specific image type. |
| ImplOrientationImageAverageIntegral<T extends boofcv.struct.image.ImageGray,G extends boofcv.struct.sparse.GradientValue> |
Estimates the orientation of a region using a "derivative free" method.
|
| ImplOrientationSlidingWindow_F32 |
Implementation of
OrientationSlidingWindow for a specific image type. |
| ImplOrientationSlidingWindow_S16 |
Implementation of
OrientationSlidingWindow for a specific image type. |
| ImplOrientationSlidingWindow_S32 |
Implementation of
OrientationSlidingWindow for a specific image type. |
| ImplOrientationSlidingWindowIntegral<T extends boofcv.struct.image.ImageGray,G extends boofcv.struct.sparse.GradientValue> |
Implementation of
OrientationSlidingWindow for integral images. |