public class DdaManagerGeneralPoint<I extends ImageSingleBand,D extends ImageSingleBand,Desc extends TupleDesc> extends Object implements DdaFeatureManager<I,Desc>
| Constructor and Description |
|---|
DdaManagerGeneralPoint(EasyGeneralFeatureDetector<I,D> detector,
DescribeRegionPoint<I,Desc> describe,
double scale) |
| Modifier and Type | Method and Description |
|---|---|
Desc |
createDescription() |
void |
detectFeatures(I input,
org.ddogleg.struct.FastQueue<georegression.struct.point.Point2D_F64> locDst,
org.ddogleg.struct.FastQueue<Desc> featDst)
Detect features in the input image and pass the results into the two lists.
|
Class<Desc> |
getDescriptionType() |
public DdaManagerGeneralPoint(EasyGeneralFeatureDetector<I,D> detector, DescribeRegionPoint<I,Desc> describe, double scale)
public void detectFeatures(I input, org.ddogleg.struct.FastQueue<georegression.struct.point.Point2D_F64> locDst, org.ddogleg.struct.FastQueue<Desc> featDst)
DdaFeatureManagerdetectFeatures in interface DdaFeatureManager<I extends ImageSingleBand,Desc extends TupleDesc>input - Input image.locDst - Location of detected feature. Add references to list.featDst - Description of each detected feature. Add references to list.public Desc createDescription()
createDescription in interface DescriptorInfo<Desc extends TupleDesc>public Class<Desc> getDescriptionType()
getDescriptionType in interface DescriptorInfo<Desc extends TupleDesc>Copyright © 2013. All Rights Reserved.