public class FactoryPointTrackerTwoPass
extends java.lang.Object
| Constructor and Description |
|---|
FactoryPointTrackerTwoPass() |
| Modifier and Type | Method and Description |
|---|---|
static <I extends boofcv.struct.image.ImageGray,Desc extends boofcv.struct.feature.TupleDesc> |
dda(boofcv.abst.feature.detdesc.DetectDescribePoint<I,Desc> detectDescribe,
boofcv.abst.feature.associate.AssociateDescription2D<Desc> associate1,
boofcv.abst.feature.associate.AssociateDescription2D<Desc> associate2,
boolean updateDescription) |
static <I extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray,Desc extends boofcv.struct.feature.TupleDesc> |
dda(boofcv.alg.feature.detect.interest.GeneralFeatureDetector<I,D> detector,
boofcv.abst.feature.describe.DescribeRegionPoint<I,Desc> describe,
boofcv.abst.feature.associate.AssociateDescription2D<Desc> associate1,
boofcv.abst.feature.associate.AssociateDescription2D<Desc> associate2,
double scale,
java.lang.Class<I> imageType) |
static <I extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> |
klt(boofcv.alg.tracker.klt.PkltConfig config,
boofcv.abst.feature.detect.interest.ConfigGeneralDetector configExtract,
java.lang.Class<I> imageType,
java.lang.Class<D> derivType)
Pyramid KLT feature tracker.
|
public static <I extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> PointTrackerTwoPass<I> klt(boofcv.alg.tracker.klt.PkltConfig config, boofcv.abst.feature.detect.interest.ConfigGeneralDetector configExtract, java.lang.Class<I> imageType, java.lang.Class<D> derivType)
config - Config for the tracker. Try PkltConfig.createDefault().configExtract - Configuration for extracting featurespublic static <I extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray,Desc extends boofcv.struct.feature.TupleDesc> PointTrackerTwoPass<I> dda(boofcv.alg.feature.detect.interest.GeneralFeatureDetector<I,D> detector, boofcv.abst.feature.describe.DescribeRegionPoint<I,Desc> describe, boofcv.abst.feature.associate.AssociateDescription2D<Desc> associate1, boofcv.abst.feature.associate.AssociateDescription2D<Desc> associate2, double scale, java.lang.Class<I> imageType)
public static <I extends boofcv.struct.image.ImageGray,Desc extends boofcv.struct.feature.TupleDesc> PointTrackerTwoPass<I> dda(boofcv.abst.feature.detdesc.DetectDescribePoint<I,Desc> detectDescribe, boofcv.abst.feature.associate.AssociateDescription2D<Desc> associate1, boofcv.abst.feature.associate.AssociateDescription2D<Desc> associate2, boolean updateDescription)