| Package | Description |
|---|---|
| boofcv.factory.tracker |
| Modifier and Type | Method and Description |
|---|---|
static <I extends ImageSingleBand,D extends ImageSingleBand,Desc extends TupleDesc> |
FactoryTrackerAlg.combined(DetectDescribePoint<I,Desc> detector,
AssociateDescription<Desc> associate,
PkltConfig kltConfig,
Class<I> imageType,
Class<D> derivType)
Creates a tracker that is a hybrid between KLT and Detect-Describe-Associate (DDA) trackers.
|
Copyright © 2013. All Rights Reserved.