-
- All Superinterfaces:
- DescriptorInfo<Desc>
- All Known Implementing Classes:
- DdaManagerDetectDescribePoint, DdaManagerGeneralPoint
public interface DdaFeatureManager<I extends ImageGray,Desc extends TupleDesc> extends DescriptorInfo<Desc>
Interface while providesDetectDescribeAssociatea specific implementation for detecting features and managing descriptions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voiddetectFeatures(I input, FastQueue<Point2D_F64> locDst, FastQueue<Desc> featDst)Detect features in the input image and pass the results into the two lists.-
Methods inherited from interface boofcv.abst.feature.describe.DescriptorInfo
createDescription, getDescriptionType
-
-
-
-
Method Detail
-
detectFeatures
void detectFeatures(I input, FastQueue<Point2D_F64> locDst, FastQueue<Desc> featDst)
Detect features in the input image and pass the results into the two lists. locDst and featDst are assumed to have been reset prior to this function being called.- Parameters:
input- Input image.locDst- Location of detected feature. Add references to list.featDst- Description of each detected feature. Add references to list.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG