public class DetectDescribeSift
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected DescribePointSift |
describe |
protected SiftDetector |
detector |
protected org.ddogleg.struct.GrowQueue_F64 |
featureAngles |
protected SurfFeatureQueue |
features |
protected org.ddogleg.struct.GrowQueue_F64 |
featureScales |
protected org.ddogleg.struct.FastQueue<georegression.struct.point.Point2D_F64> |
location |
protected OrientationHistogramSift |
orientation |
protected SiftImageScaleSpace |
ss |
| Constructor and Description |
|---|
DetectDescribeSift(SiftImageScaleSpace ss,
SiftDetector detector,
OrientationHistogramSift orientation,
DescribePointSift describe) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDescriptorLength() |
org.ddogleg.struct.GrowQueue_F64 |
getFeatureAngles() |
SurfFeatureQueue |
getFeatures() |
org.ddogleg.struct.GrowQueue_F64 |
getFeatureScales() |
org.ddogleg.struct.FastQueue<georegression.struct.point.Point2D_F64> |
getLocation() |
void |
process(boofcv.struct.image.ImageFloat32 input)
Processes the image and extracts SIFT features
|
protected SiftImageScaleSpace ss
protected SiftDetector detector
protected OrientationHistogramSift orientation
protected DescribePointSift describe
protected SurfFeatureQueue features
protected org.ddogleg.struct.GrowQueue_F64 featureScales
protected org.ddogleg.struct.GrowQueue_F64 featureAngles
protected org.ddogleg.struct.FastQueue<georegression.struct.point.Point2D_F64> location
public DetectDescribeSift(SiftImageScaleSpace ss, SiftDetector detector, OrientationHistogramSift orientation, DescribePointSift describe)
public void process(boofcv.struct.image.ImageFloat32 input)
input - input imagepublic int getDescriptorLength()
public SurfFeatureQueue getFeatures()
public org.ddogleg.struct.GrowQueue_F64 getFeatureScales()
public org.ddogleg.struct.GrowQueue_F64 getFeatureAngles()
public org.ddogleg.struct.FastQueue<georegression.struct.point.Point2D_F64> getLocation()