| Constructor and Description |
|---|
WrapDetectDescribeSurf(FastHessianFeatureDetector<II> detector,
OrientationIntegral<II> orientation,
DescribePointSurf<II> describe) |
| Constructor and Description |
|---|
OrientationIntegralToImage(OrientationIntegral<II> alg,
Class<T> inputType,
Class<II> integralType) |
| Constructor and Description |
|---|
DetectDescribeSurfMultiSpectral(FastHessianFeatureDetector<II> detector,
OrientationIntegral<II> orientation,
DescribePointSurfMultiSpectral<II> describe) |
| Modifier and Type | Class and Description |
|---|---|
class |
OrientationIntegralBase<II extends ImageSingleBand,G extends GradientValue>
Common base class for integral image region orientation algorithms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImplOrientationAverageGradientIntegral<T extends ImageSingleBand,G extends GradientValue>
Estimates the orientation of a region by computing the image derivative from an integral image.
|
class |
ImplOrientationImageAverageIntegral<T extends ImageSingleBand,G extends GradientValue>
Estimates the orientation of a region using a "derivative free" method.
|
class |
ImplOrientationSlidingWindowIntegral<T extends ImageSingleBand,G extends GradientValue>
Implementation of
OrientationSlidingWindow for integral images. |
| Modifier and Type | Method and Description |
|---|---|
static <II extends ImageSingleBand> |
FactoryOrientationAlgs.average_ii(ConfigAverageIntegral config,
Class<II> integralType) |
static <II extends ImageSingleBand> |
FactoryOrientationAlgs.image_ii(int radius,
double samplePeriod,
int sampleWidth,
double weightSigma,
Class<II> integralImage)
Estimates the orientation without calculating the image derivative.
|
static <II extends ImageSingleBand> |
FactoryOrientationAlgs.sliding_ii(ConfigSlidingIntegral config,
Class<II> integralType)
Estimates the orientation of a region by using a sliding window across the different potential
angles.
|
Copyright © 2013. All Rights Reserved.