| Package | Description |
|---|---|
| boofcv.abst.feature.detdesc | |
| boofcv.alg.feature | |
| boofcv.alg.tracker.combined | |
| boofcv.factory.feature.detdesc | |
| boofcv.factory.tracker |
| Modifier and Type | Class and Description |
|---|---|
class |
DetectDescribeFusion<T extends ImageSingleBand,TD extends TupleDesc>
Wrapper class around independent feature detectors, region orientation, and descriptors, that allow
them to be used as a single integrated unit.
|
class |
SurfMultiSpectral_to_DetectDescribePoint<T extends ImageSingleBand,II extends ImageSingleBand>
Wrapper around
DetectDescribeSurfMultiSpectral for DetectDescribePoint. |
class |
WrapDetectDescribeSift
Wrapper around
DetectDescribeSift for DetectDescribePoint. |
class |
WrapDetectDescribeSurf<T extends ImageSingleBand,II extends ImageSingleBand>
Wrapper around SURF algorithms for
DetectDescribePoint. |
| Constructor and Description |
|---|
DetectDescribeSingleToMulti(DetectDescribePoint<T,TD> alg) |
| Modifier and Type | Method and Description |
|---|---|
static <TD extends TupleDesc> |
UtilFeature.createQueue(DetectDescribePoint<?,TD> detDesc,
int initialMax)
Creates a FastQueue and declares new instances of the descriptor using the provided
DetectDescribePoint. |
| Modifier and Type | Field and Description |
|---|---|
protected DetectDescribePoint<I,TD> |
CombinedTrackerScalePoint.detector |
| Modifier and Type | Method and Description |
|---|---|
DetectDescribePoint<I,TD> |
CombinedTrackerScalePoint.getDetector() |
| Constructor and Description |
|---|
CombinedTrackerScalePoint(PyramidKltForCombined<I,D> trackerKlt,
DetectDescribePoint<I,TD> detector,
AssociateDescription<TD> associate)
Configures tracker
|
| 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. |
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 |
|---|---|
static <I extends ImageSingleBand,D extends ImageSingleBand,Desc extends TupleDesc> |
FactoryTrackerAlg.combined(DetectDescribePoint<I,Desc> detector,
AssociateDescription<Desc> associate,
PkltConfig kltConfig,
Class<I> imageType,
Class<D> derivType)
Creates a tracker that is a hybrid between KLT and Detect-Describe-Associate (DDA) trackers.
|
Copyright © 2013. All Rights Reserved.