| Package | Description |
|---|---|
| boofcv.alg.tracker.combined | |
| boofcv.alg.tracker.klt | |
| boofcv.factory.tracker |
| Modifier and Type | Field and Description |
|---|---|
KltConfig |
PyramidKltForCombined.config
configuration for low level KLT tracker
|
| Constructor and Description |
|---|
PyramidKltForCombined(KltConfig config,
int featureRadius,
int[] pyramidScaling,
Class<I> inputType,
Class<D> derivType) |
| Modifier and Type | Field and Description |
|---|---|
KltConfig |
PkltConfig.config
configuration for low level KLT tracker
|
protected KltConfig |
KltTracker.config |
| Modifier and Type | Method and Description |
|---|---|
KltConfig |
KltTracker.getConfig() |
| Constructor and Description |
|---|
KltTracker(InterpolateRectangle<InputImage> interpInput,
InterpolateRectangle<DerivativeImage> interpDeriv,
KltConfig config) |
| Modifier and Type | Method and Description |
|---|---|
static <I extends ImageSingleBand,D extends ImageSingleBand> |
FactoryTrackerAlg.klt(KltConfig config,
Class<I> imageType,
Class<D> derivType)
Creates a
KltTracker. |
static <I extends ImageSingleBand,D extends ImageSingleBand> |
FactoryTrackerAlg.kltPyramid(KltConfig config,
Class<I> imageType,
Class<D> derivType)
Creates a
PyramidKltTracker. |
Copyright © 2013. All Rights Reserved.