public interface DetectDescribePoint<T extends 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, getScalecreateDescription, getDescriptionTypeDesc getDescription(int index)
InterestPointDetector.detect(boofcv.struct.image.ImageBase)
is called. Create a copy if this is a problem.index - Which featureCopyright © 2013. All Rights Reserved.