| Constructor and Description |
|---|
DescribeRegionPointConvert(DescribeRegionPoint<T,In> original,
ConvertTupleDesc<In,Out> converter) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static <TD extends TupleDesc> |
UtilFeature.createQueue(DescribeRegionPoint<?,TD> detDesc,
int initialMax)
Creates a FastQueue and declares new instances of the descriptor using the provided
DetectDescribePoint. |
| Modifier and Type | Class and Description |
|---|---|
class |
DescribeMultiSpectral<T extends ImageSingleBand,Desc extends TupleDesc>
Computes a feature description from
MultiSpectral images by computing a descriptor separately in each band. |
| Constructor and Description |
|---|
DescribeMultiSpectral(DescribeRegionPoint<T,Desc>[] describers)
Configuration
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand> |
FactoryDescribeRegionPoint.brief(ConfigBrief config,
Class<T> imageType)
Creates a BRIEF descriptor.
|
static <T extends ImageSingleBand,D extends TupleDesc> |
FactoryDescribeRegionPoint.pixel(int regionWidth,
int regionHeight,
Class<T> imageType)
Creates a region descriptor based on pixel intensity values alone.
|
static <T extends ImageSingleBand> |
FactoryDescribeRegionPoint.pixelNCC(int regionWidth,
int regionHeight,
Class<T> imageType)
Creates a region descriptor based on normalized pixel intensity values alone.
|
static DescribeRegionPoint<ImageFloat32,SurfFeature> |
FactoryDescribeRegionPoint.sift(ConfigSiftScaleSpace configSS,
ConfigSiftDescribe configDescribe)
Creates a standard SIFT region descriptor.
|
static <T extends ImageMultiBand,II extends ImageSingleBand> |
FactoryDescribeRegionPoint.surfColorFast(ConfigSurfDescribe.Speed config,
ImageType<T> imageType)
Color variant of the SURF descriptor which has been designed for speed and sacrifices some stability.
|
static <T extends ImageBase,II extends ImageSingleBand> |
FactoryDescribeRegionPoint.surfColorStable(ConfigSurfDescribe.Stablility config,
ImageType<T> imageType)
Color variant of the SURF descriptor which has been designed for stability.
|
static <T extends ImageSingleBand,II extends ImageSingleBand> |
FactoryDescribeRegionPoint.surfFast(ConfigSurfDescribe.Speed config,
Class<T> bandType)
Creates a SURF descriptor.
|
static <T extends ImageSingleBand,II extends ImageSingleBand> |
FactoryDescribeRegionPoint.surfStable(ConfigSurfDescribe.Stablility config,
Class<T> imageType)
Creates a SURF descriptor.
|
| 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. |
Copyright © 2013. All Rights Reserved.