| Constructor and Description |
|---|
DetectDescribeFusion(InterestPointDetector<T> detector,
OrientationImage<T> orientation,
DescribeRegionPoint<T,TD> describe)
Configures the algorithm.
|
DetectDescribeMultiFusion(DetectorInterestPointMulti<T> detector,
OrientationImage<T> orientation,
DescribeRegionPoint<T,TD> describe) |
| Constructor and Description |
|---|
InterestPointDetectorOverride(InterestPointDetector<T> detector,
OrientationImage<T> orientation)
Specifies which algorithms are to be used.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OrientationGradientToImage<T extends ImageSingleBand,D extends ImageSingleBand>
Converts an implementation of
OrientationGradient into OrientationImage. |
class |
OrientationIntegralToImage<T extends ImageSingleBand,II extends ImageSingleBand>
Converts an implementation of
OrientationIntegral into OrientationImage. |
class |
OrientationSiftToImage
Wrapper around
OrientationHistogramSift for OrientationImage. |
| Modifier and Type | Class and Description |
|---|---|
class |
OrientationImageAverage<T extends ImageSingleBand>
Computes the orientation of a region by computing a weighted sum of each pixel's intensity
using their respective sine and cosine values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImplOrientationImageAverage_F32
Implementation of
OrientationImageAverage for a specific image type. |
class |
ImplOrientationImageAverage_U8
Implementation of
OrientationImageAverage for a specific image type. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand,D extends TupleDesc> |
FactoryDetectDescribe.fuseTogether(InterestPointDetector<T> detector,
OrientationImage<T> orientation,
DescribeRegionPoint<T,D> describe)
Given independent algorithms for feature detection, orientation, and describing, create a new
DetectDescribePoint. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand> |
FactoryOrientation.convertImage(RegionOrientation algorithm,
Class<T> imageType)
Adds wrappers around implementations of
RegionOrientation such that they can be used
as a OrientationImage. |
Copyright © 2013. All Rights Reserved.