public class FactoryPointTrackerTwoPass extends Object
| Constructor and Description |
|---|
FactoryPointTrackerTwoPass() |
| Modifier and Type | Method and Description |
|---|---|
static <I extends ImageSingleBand,Desc extends TupleDesc> |
dda(DetectDescribePoint<I,Desc> detectDescribe,
AssociateDescription2D<Desc> associate1,
AssociateDescription2D<Desc> associate2,
boolean updateDescription) |
static <I extends ImageSingleBand,D extends ImageSingleBand,Desc extends TupleDesc> |
dda(GeneralFeatureDetector<I,D> detector,
DescribeRegionPoint<I,Desc> describe,
AssociateDescription2D<Desc> associate1,
AssociateDescription2D<Desc> associate2,
double scale,
Class<I> imageType) |
static <I extends ImageSingleBand,D extends ImageSingleBand> |
klt(PkltConfig config,
ConfigGeneralDetector configExtract,
Class<I> imageType,
Class<D> derivType)
Pyramid KLT feature tracker.
|
public static <I extends ImageSingleBand,D extends ImageSingleBand> PointTrackerTwoPass<I> klt(PkltConfig config, ConfigGeneralDetector configExtract, Class<I> imageType, Class<D> derivType)
config - Config for the tracker. Try PkltConfig.createDefault().configExtract - Configuration for extracting featurespublic static <I extends ImageSingleBand,D extends ImageSingleBand,Desc extends TupleDesc> PointTrackerTwoPass<I> dda(GeneralFeatureDetector<I,D> detector, DescribeRegionPoint<I,Desc> describe, AssociateDescription2D<Desc> associate1, AssociateDescription2D<Desc> associate2, double scale, Class<I> imageType)
public static <I extends ImageSingleBand,Desc extends TupleDesc> PointTrackerTwoPass<I> dda(DetectDescribePoint<I,Desc> detectDescribe, AssociateDescription2D<Desc> associate1, AssociateDescription2D<Desc> associate2, boolean updateDescription)
Copyright © 2013. All Rights Reserved.