| 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. |
| Modifier and Type | Method and Description |
|---|---|
static <I extends ImageSingleBand,Desc extends TupleDesc> |
FactoryPointTracker.dda(DetectDescribePoint<I,Desc> detDesc,
AssociateDescription2D<Desc> associate,
boolean updateDescription) |
static <I extends ImageSingleBand,Desc extends TupleDesc> |
FactoryPointTracker.dda(InterestPointDetector<I> detector,
OrientationImage<I> orientation,
DescribeRegionPoint<I,Desc> describe,
AssociateDescription2D<Desc> associate,
boolean updateDescription)
Creates a tracker which uses the detect, describe, associate architecture.
|
Copyright © 2013. All Rights Reserved.