| Package | Description |
|---|---|
| boofcv.abst.feature.tracker | |
| boofcv.factory.feature.tracker |
| Modifier and Type | Class and Description |
|---|---|
class |
DetectDescribeAssociateTwoPass<I extends ImageSingleBand,Desc extends TupleDesc>
Changes behavior of
DetectDescribeAssociate so that it conforms to the PointTrackerTwoPass interface. |
class |
PointTrackerToTwoPass<T extends ImageBase>
Wrapper class that allows
PointTracker to be used as a PointTrackerTwoPass. |
class |
PointTrackerTwoPassCombined<I extends ImageSingleBand,D extends ImageSingleBand,Desc extends TupleDesc>
Changes behavior of
PointTrackerCombined so that it conforms to the PointTrackerTwoPass interface. |
class |
PointTrackerTwoPassKltPyramid<I extends ImageSingleBand,D extends ImageSingleBand>
Changes behavior of
PointTrackerKltPyramid so that it conforms to the PointTrackerTwoPass interface. |
| Modifier and Type | Method and Description |
|---|---|
static <I extends ImageSingleBand,Desc extends TupleDesc> |
FactoryPointTrackerTwoPass.dda(DetectDescribePoint<I,Desc> detectDescribe,
AssociateDescription2D<Desc> associate1,
AssociateDescription2D<Desc> associate2,
boolean updateDescription) |
static <I extends ImageSingleBand,D extends ImageSingleBand,Desc extends TupleDesc> |
FactoryPointTrackerTwoPass.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> |
FactoryPointTrackerTwoPass.klt(PkltConfig config,
ConfigGeneralDetector configExtract,
Class<I> imageType,
Class<D> derivType)
Pyramid KLT feature tracker.
|
Copyright © 2013. All Rights Reserved.