public interface DetectDescribePoint<T extends boofcv.struct.image.ImageBase,Desc extends TupleDesc> extends InterestPointDetector<T>, DescriptorInfo<Desc>
| Modifier and Type | Method and Description |
|---|---|
Desc |
getDescription(int index)
Returns the feature descriptor at the specified index.
|
detect, hasOrientation, hasScalegetLocation, getNumberOfFeatures, getOrientation, getRadiuscreateDescription, getDescriptionTypeDesc getDescription(int index)
Returns the feature descriptor at the specified index.
WARNING: The returned data structure is recycled each time InterestPointDetector.detect(boofcv.struct.image.ImageBase)
is called. Create a copy if this is a problem.
index - Which feature