| Package | Description |
|---|---|
| boofcv.abst.feature.tracker |
| Modifier and Type | Class and Description |
|---|---|
class |
DdaManagerDetectDescribePoint<I extends ImageSingleBand,Desc extends TupleDesc>
Implementation of
DdaFeatureManager which uses the DetectDescribePoint interface for extracting
features from an image. |
class |
DdaManagerGeneralPoint<I extends ImageSingleBand,D extends ImageSingleBand,Desc extends TupleDesc>
Detects simple features (corners and blobs) whose location if fully described by a pixel coordinate.
|
| Modifier and Type | Field and Description |
|---|---|
protected DdaFeatureManager<I,Desc> |
DetectDescribeAssociate.manager |
| Constructor and Description |
|---|
DetectDescribeAssociate(DdaFeatureManager<I,Desc> manager,
AssociateDescription2D<Desc> associate,
boolean updateDescription)
Configures tracker
|
DetectDescribeAssociateTwoPass(DdaFeatureManager<I,Desc> manager,
AssociateDescription2D<Desc> associate,
AssociateDescription2D<Desc> associate2,
boolean updateDescription)
Configure the tracker.
|
Copyright © 2013. All Rights Reserved.