| Package | Description |
|---|---|
| boofcv.abst.feature.orientation | |
| boofcv.alg.feature.orientation | |
| boofcv.alg.feature.orientation.impl |
| Constructor and Description |
|---|
OrientationGradientToImage(OrientationGradient<D> alg,
ImageGradient<T,D> gradient,
Class<T> inputType,
Class<D> gradientType) |
| Modifier and Type | Class and Description |
|---|---|
class |
OrientationAverage<D extends ImageSingleBand>
Computes the orientation of a region by summing up the derivative along each axis independently
then computing the direction fom the sum.
|
class |
OrientationHistogram<D extends ImageSingleBand>
Estimates the orientation by creating a histogram of discrete angles around
the entire circle.
|
class |
OrientationSlidingWindow<D extends ImageSingleBand>
Estimates the orientation by sliding window across all angles.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImplOrientationAverage_F32
Implementation of
OrientationAverage for a specific image type. |
class |
ImplOrientationAverage_S16
Implementation of
OrientationAverage for a specific image type. |
class |
ImplOrientationAverage_S32
Implementation of
OrientationAverage for a specific image type. |
class |
ImplOrientationHistogram_F32
Implementation of
OrientationHistogram for a specific image type. |
class |
ImplOrientationHistogram_S16
Implementation of
OrientationHistogram for a specific image type. |
class |
ImplOrientationHistogram_S32
Implementation of
OrientationHistogram for a specific image type. |
class |
ImplOrientationSlidingWindow_F32
Implementation of
OrientationSlidingWindow for a specific image type. |
class |
ImplOrientationSlidingWindow_S16
Implementation of
OrientationSlidingWindow for a specific image type. |
class |
ImplOrientationSlidingWindow_S32
Implementation of
OrientationSlidingWindow for a specific image type. |
Copyright © 2013. All Rights Reserved.