| Package | Description |
|---|---|
| boofcv.abst.feature.detect.interest | |
| boofcv.alg.feature.detect.interest | |
| boofcv.struct.feature |
| Modifier and Type | Method and Description |
|---|---|
List<ScalePoint> |
InterestPointScaleSpace.getInterestPoints()
Returns all the found interest points
|
List<ScalePoint> |
InterestPointScaleSpacePyramid.getInterestPoints()
Returns all the found interest points
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ScalePoint> |
FeatureLaplacePyramid.foundPoints |
protected List<ScalePoint> |
FeaturePyramid.foundPoints |
| Modifier and Type | Method and Description |
|---|---|
org.ddogleg.struct.FastQueue<ScalePoint> |
SiftDetector.getFoundPoints()
Returns all the found points
|
List<ScalePoint> |
FastHessianFeatureDetector.getFoundPoints()
Returns all the found interest points.
|
List<ScalePoint> |
FeatureLaplacePyramid.getInterestPoints() |
List<ScalePoint> |
FeaturePyramid.getInterestPoints() |
| Modifier and Type | Method and Description |
|---|---|
ScalePoint |
ScalePoint.copy() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScalePoint.set(ScalePoint p) |
Copyright © 2013. All Rights Reserved.