Uses of Package
boofcv.alg.feature.orientation
Package | Description |
---|---|
boofcv.abst.feature.orientation | |
boofcv.alg.feature.detdesc | |
boofcv.alg.feature.orientation.impl | |
boofcv.factory.feature.orientation |
-
Classes in boofcv.alg.feature.orientation used by boofcv.abst.feature.orientation Class Description OrientationHistogramSift Computes the orientation of a region around a point in scale-space as specified in the SIFT [1] paper. -
Classes in boofcv.alg.feature.orientation used by boofcv.alg.feature.detdesc Class Description OrientationHistogramSift Computes the orientation of a region around a point in scale-space as specified in the SIFT [1] paper. -
Classes in boofcv.alg.feature.orientation used by boofcv.alg.feature.orientation.impl Class 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. -
Classes in boofcv.alg.feature.orientation used by boofcv.factory.feature.orientation Class 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.