| Package | Description |
|---|---|
| boofcv.abst.feature.detdesc | |
| boofcv.abst.feature.detect.interest |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DetectDescribePoint<T extends ImageBase,Desc extends TupleDesc>
Interface for detecting and describing point features.
|
| 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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InterestPointDetector<T extends ImageBase>
Interface for automatic interest point detection in an image.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GeneralToInterestPoint<T extends ImageSingleBand,D extends ImageSingleBand>
Wrapper around
GeneralFeatureDetector to make it compatible with InterestPointDetector. |
class |
InterestPointDetectorOverride<T extends ImageSingleBand>
Provides the capability to tack on a different algorithm for the feature's location, scale, and orientation.
|
class |
WrapFHtoInterestPoint<T extends ImageSingleBand,II extends ImageSingleBand>
Wrapper around
FastHessianFeatureDetector for InterestPointDetector. |
class |
WrapFLPtoInterestPoint<T extends ImageSingleBand,D extends ImageSingleBand>
Wrapper around
FeatureLaplacePyramid for InterestPointDetector. |
class |
WrapFPtoInterestPoint<T extends ImageSingleBand,D extends ImageSingleBand>
Wrapper around
FeaturePyramid for InterestPointDetector. |
class |
WrapSiftDetector
Wrapper around
SiftDetector for InterestPointDetector. |
| Modifier and Type | Field and Description |
|---|---|
protected FoundPointSO[] |
GeneralToInterestMulti.sets |
| Modifier and Type | Method and Description |
|---|---|
FoundPointSO |
GeneralToInterestMulti.getFeatureSet(int set) |
FoundPointSO |
DetectorInterestPointMulti.getFeatureSet(int set)
Returns the most recently detected features for a specific set.
|
Copyright © 2013. All Rights Reserved.