| Package | Description |
|---|---|
| boofcv.abst.feature.orientation | |
| boofcv.alg.feature.detdesc | |
| boofcv.alg.feature.orientation.impl | |
| boofcv.factory.feature.orientation |
| Class and Description |
|---|
| OrientationHistogramSift
Computes the orientation of a region around a point in scale-space as specified in the SIFT [1] paper.
|
| Class and Description |
|---|
| OrientationHistogramSift
Computes the orientation of a region around a point in scale-space as specified in the SIFT [1] paper.
|
| Class and Description |
|---|
| OrientationAverage
Computes the orientation of a region by summing up the derivative along each axis independently
then computing the direction fom the sum.
|
| OrientationHistogram
Estimates the orientation by creating a histogram of discrete angles around
the entire circle.
|
| OrientationImageAverage
Computes the orientation of a region by computing a weighted sum of each pixel's intensity
using their respective sine and cosine values.
|
| OrientationIntegralBase
Common base class for integral image region orientation algorithms.
|
| OrientationSlidingWindow
Estimates the orientation by sliding window across all angles.
|
| Class and Description |
|---|
| OrientationAverage
Computes the orientation of a region by summing up the derivative along each axis independently
then computing the direction fom the sum.
|
| OrientationHistogram
Estimates the orientation by creating a histogram of discrete angles around
the entire circle.
|
| OrientationHistogramSift
Computes the orientation of a region around a point in scale-space as specified in the SIFT [1] paper.
|
| OrientationImageAverage
Computes the orientation of a region by computing a weighted sum of each pixel's intensity
using their respective sine and cosine values.
|
| OrientationSlidingWindow
Estimates the orientation by sliding window across all angles.
|
Copyright © 2013. All Rights Reserved.