boofcv.abst.feature.detdesc
Interface DetectDescribePoint<T extends ImageBase,Desc extends TupleDesc>
-
- All Superinterfaces:
- DescriptorInfo<Desc>, FoundPointSO, InterestPointDetector<T>
- All Known Implementing Classes:
- DetectDescribe_CompleteSift, DetectDescribeFusion, SurfPlanar_to_DetectDescribePoint, WrapDetectDescribeSurf
public interface DetectDescribePoint<T extends ImageBase,Desc extends TupleDesc> extends InterestPointDetector<T>, DescriptorInfo<Desc>
Interface for detecting and describing point features. By detecting and describing at the same time some algorithms can be significantly speed up by avoiding recomputing preprocessing steps twice.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description DescgetDescription(int index)Returns the feature descriptor at the specified index.-
Methods inherited from interface boofcv.abst.feature.detect.interest.InterestPointDetector
detect, hasOrientation, hasScale
-
Methods inherited from interface boofcv.abst.feature.detect.interest.FoundPointSO
getLocation, getNumberOfFeatures, getOrientation, getRadius
-
Methods inherited from interface boofcv.abst.feature.describe.DescriptorInfo
createDescription, getDescriptionType
-
-
-
-
Method Detail
-
getDescription
Desc 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.- Parameters:
index- Which feature- Returns:
- Feature descriptor
-
-
DataMelt 3.0 © DataMelt by jWork.ORG