| Modifier and Type | Method and Description |
|---|---|
void |
WrapAssociateSurfBasic.setDestination(org.ddogleg.struct.FastQueue<SurfFeature> listDst) |
void |
WrapAssociateSurfBasic.setSource(org.ddogleg.struct.FastQueue<SurfFeature> listSrc) |
| Modifier and Type | Method and Description |
|---|---|
SurfFeature |
WrapDescribeSurf.createDescription() |
SurfFeature |
WrapDescribeSift.createDescription() |
SurfFeature |
SurfMultiSpectral_to_DescribeRegionPoint.createDescription() |
| Modifier and Type | Method and Description |
|---|---|
Class<SurfFeature> |
WrapDescribeSurf.getDescriptionType() |
Class<SurfFeature> |
WrapDescribeSift.getDescriptionType() |
Class<SurfFeature> |
SurfMultiSpectral_to_DescribeRegionPoint.getDescriptionType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WrapDescribeSurf.process(double x,
double y,
double orientation,
double scale,
SurfFeature storage) |
boolean |
WrapDescribeSift.process(double x,
double y,
double orientation,
double scale,
SurfFeature storage) |
boolean |
SurfMultiSpectral_to_DescribeRegionPoint.process(double x,
double y,
double orientation,
double scale,
SurfFeature description) |
| Modifier and Type | Method and Description |
|---|---|
SurfFeature |
SurfMultiSpectral_to_DetectDescribePoint.createDescription() |
SurfFeature |
WrapDetectDescribeSurf.createDescription() |
SurfFeature |
WrapDetectDescribeSift.createDescription() |
SurfFeature |
SurfMultiSpectral_to_DetectDescribePoint.getDescription(int index) |
SurfFeature |
WrapDetectDescribeSurf.getDescription(int index) |
SurfFeature |
WrapDetectDescribeSift.getDescription(int index) |
| Modifier and Type | Method and Description |
|---|---|
Class<SurfFeature> |
SurfMultiSpectral_to_DetectDescribePoint.getDescriptionType() |
Class<SurfFeature> |
WrapDetectDescribeSurf.getDescriptionType() |
Class<SurfFeature> |
WrapDetectDescribeSift.getDescriptionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
AssociateSurfBasic.setDst(org.ddogleg.struct.FastQueue<SurfFeature> dst) |
void |
AssociateSurfBasic.setSrc(org.ddogleg.struct.FastQueue<SurfFeature> src) |
| Modifier and Type | Method and Description |
|---|---|
SurfFeature |
DescribePointSurfMultiSpectral.createDescription() |
SurfFeature |
DescribePointSurf.createDescription() |
| Modifier and Type | Method and Description |
|---|---|
Class<SurfFeature> |
DescribePointSurfMultiSpectral.getDescriptionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePointSurfMultiSpectral.describe(double x,
double y,
double angle,
double scale,
SurfFeature desc) |
void |
DescribePointSurf.describe(double x,
double y,
double angle,
double scale,
SurfFeature ret)
Computes the SURF descriptor for the specified interest point.
|
void |
DescribePointSift.process(double c_x,
double c_y,
double scale,
double orientation,
int imageIndex,
double pixelScale,
SurfFeature desc)
Compute the descriptor with information on which level in the scale-space to use.
|
void |
DescribePointSift.process(double c_x,
double c_y,
double scale,
double orientation,
SurfFeature desc) |
| Modifier and Type | Method and Description |
|---|---|
SurfFeature |
DetectDescribeSurfMultiSpectral.createDescription() |
SurfFeature |
DetectDescribeSurfMultiSpectral.getDescription(int index) |
| Modifier and Type | Method and Description |
|---|---|
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 DetectDescribePoint<ImageFloat32,SurfFeature> |
FactoryDetectDescribe.sift(ConfigSiftScaleSpace configSS,
ConfigSiftDetector configDetector,
ConfigSiftOrientation configOri,
ConfigSiftDescribe configDesc)
Creates a new SIFT feature detector and describer.
|
static <T extends ImageSingleBand,II extends ImageSingleBand> |
FactoryDetectDescribe.surfColorFast(ConfigFastHessian configDetector,
ConfigSurfDescribe.Speed configDesc,
ConfigAverageIntegral configOrientation,
ImageType<T> imageType)
Color version of SURF stable.
|
static <T extends ImageMultiBand,II extends ImageSingleBand> |
FactoryDetectDescribe.surfColorStable(ConfigFastHessian configDetector,
ConfigSurfDescribe.Stablility configDescribe,
ConfigSlidingIntegral configOrientation,
ImageType<T> imageType)
Color version of SURF stable feature.
|
static <T extends ImageSingleBand,II extends ImageSingleBand> |
FactoryDetectDescribe.surfFast(ConfigFastHessian configDetector,
ConfigSurfDescribe.Speed configDesc,
ConfigAverageIntegral configOrientation,
Class<T> imageType)
Creates a SURF descriptor.
|
static <T extends ImageSingleBand,II extends ImageSingleBand> |
FactoryDetectDescribe.surfStable(ConfigFastHessian configDetector,
ConfigSurfDescribe.Stablility configDescribe,
ConfigSlidingIntegral configOrientation,
Class<T> imageType)
Creates a SURF descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
SurfFeature |
SurfFeature.copy() |
protected SurfFeature |
SurfFeatureQueue.createInstance() |
Copyright © 2013. All Rights Reserved.