| Interface | Description |
|---|---|
| ConvertTupleDesc<A extends TupleDesc,B extends TupleDesc> |
Convert between different types of
TupleDesc. |
| DescribeRegionPoint<T extends boofcv.struct.image.ImageBase,Desc extends TupleDesc> |
Computes a description of the local region around a point at different circular radii and orientations.
|
| DescriptorInfo<Desc extends TupleDesc> |
Provides information about the feature's descriptor.
|
| Class | Description |
|---|---|
| ConfigBrief |
Configuration for BRIEF descriptor.
|
| ConfigSiftDescribe |
Configuration for
DescribePointSift |
| ConfigSiftScaleSpace |
Configuration for
SiftScaleSpace |
| ConfigSurfDescribe |
Abstract base class for SURF implementations.
|
| ConfigSurfDescribe.Speed |
Configuration for SURF implementation that has been designed for speed at the cost of some
stability..
|
| ConfigSurfDescribe.Stability |
Configuration for SURF implementation that has been designed for stability.
|
| ConvertPositive_F64_U8 |
Converts two types of region descriptors.
|
| ConvertReal_F64_S8 |
Converts two types of region descriptors.
|
| DescribeRegionPoint_SIFT<T extends boofcv.struct.image.ImageGray> |
Allows you to use SIFT features independent of the SIFT detector.
|
| DescribeRegionPointConvert<T extends boofcv.struct.image.ImageGray,In extends TupleDesc,Out extends TupleDesc> |
Converts the region descriptor type from the
DescribeRegionPoint into the desired output using a
ConvertTupleDesc. |
| SurfPlanar_to_DescribeRegionPoint<T extends boofcv.struct.image.ImageGray,II extends boofcv.struct.image.ImageGray> |
Wrapper around
DescribePointSurfPlanar for DescribeRegionPoint |
| WrapDescribeBrief<T extends boofcv.struct.image.ImageGray> | |
| WrapDescribeBriefSo<T extends boofcv.struct.image.ImageGray> | |
| WrapDescribePixelRegion<T extends boofcv.struct.image.ImageGray,D extends TupleDesc> |
Wrapper around
DescribePointPixelRegion for
DescribeRegionPoint. |
| WrapDescribePixelRegionNCC<T extends boofcv.struct.image.ImageGray> |
Wrapper around
DescribePointPixelRegionNCC for
DescribeRegionPoint. |
| WrapDescribeSurf<T extends boofcv.struct.image.ImageGray,II extends boofcv.struct.image.ImageGray> |