| Package | Description |
|---|---|
| boofcv.abst.feature.detdesc | |
| boofcv.alg.feature |
| Modifier and Type | Class and Description |
|---|---|
class |
DetectDescribeMultiFusion<T extends ImageSingleBand,TD extends TupleDesc>
Wrapper class around independent multi feature detectors, region orientation, and descriptors, that allow
them to be used as a single integrated unit.
|
class |
DetectDescribeSingleToMulti<T extends ImageSingleBand,TD extends TupleDesc>
Allows
DetectDescribePoint to be used as a DetectDescribeMulti. |
| Modifier and Type | Method and Description |
|---|---|
static <TD extends TupleDesc> |
UtilFeature.createQueue(DetectDescribeMulti<?,TD> detDesc,
int initialMax)
Creates a FastQueue and declares new instances of the descriptor using the provided
DetectDescribePoint. |
Copyright © 2013. All Rights Reserved.