| Interface | Description |
|---|---|
| DetectDescribeMulti<T extends boofcv.struct.image.ImageGray,Desc extends TupleDesc> |
Detects and describes different types of features inside an image.
|
| DetectDescribePoint<T extends boofcv.struct.image.ImageBase,Desc extends TupleDesc> |
Interface for detecting and describing point features.
|
| PointDescSet<TD extends TupleDesc> |
A set of point image features which were detected and described using the same techniques.
|
| Class | Description |
|---|---|
| ConfigCompleteSift |
Configuration for
CompleteSift. |
| DetectDescribe_CompleteSift<In extends boofcv.struct.image.ImageGray> |
Wrapper around
CompleteSift for DetectDescribePoint. |
| DetectDescribeFusion<T extends boofcv.struct.image.ImageGray,TD extends TupleDesc> |
Wrapper class around independent feature detectors, region orientation, and descriptors, that allow
them to be used as a single integrated unit.
|
| DetectDescribeMultiFusion<T extends boofcv.struct.image.ImageGray,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.
|
| DetectDescribeSingleToMulti<T extends boofcv.struct.image.ImageGray,TD extends TupleDesc> |
Allows
DetectDescribePoint to be used as a DetectDescribeMulti. |
| SurfPlanar_to_DetectDescribePoint<T extends boofcv.struct.image.ImageGray,II extends boofcv.struct.image.ImageGray> |
Wrapper around
DetectDescribeSurfPlanar for DetectDescribePoint. |
| WrapDetectDescribeSurf<T extends boofcv.struct.image.ImageGray,II extends boofcv.struct.image.ImageGray> |
Wrapper around SURF algorithms for
DetectDescribePoint. |