| Package | Description |
|---|---|
| boofcv.abst.feature.describe | |
| boofcv.abst.feature.detdesc | |
| boofcv.alg.feature.describe |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DescribeRegionPoint<T extends ImageBase,Desc extends TupleDesc>
Computes a description of the local region around a point.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DetectDescribeMulti<T extends ImageSingleBand,Desc extends TupleDesc>
Detects and describes different types of features inside an image.
|
interface |
DetectDescribePoint<T extends ImageBase,Desc extends TupleDesc>
Interface for detecting and describing point features.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DetectDescribeFusion<T extends ImageSingleBand,TD extends TupleDesc>
Wrapper class around independent feature detectors, region orientation, and descriptors, that allow
them to be used as a single integrated unit.
|
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. |
class |
SurfMultiSpectral_to_DetectDescribePoint<T extends ImageSingleBand,II extends ImageSingleBand>
Wrapper around
DetectDescribeSurfMultiSpectral for DetectDescribePoint. |
class |
WrapDetectDescribeSift
Wrapper around
DetectDescribeSift for DetectDescribePoint. |
class |
WrapDetectDescribeSurf<T extends ImageSingleBand,II extends ImageSingleBand>
Wrapper around SURF algorithms for
DetectDescribePoint. |
| Modifier and Type | Class and Description |
|---|---|
class |
DescribeMultiSpectral<T extends ImageSingleBand,Desc extends TupleDesc>
Computes a feature description from
MultiSpectral images by computing a descriptor separately in each band. |
Copyright © 2013. All Rights Reserved.