| Class | Description |
|---|---|
| DescribePlanar<T extends boofcv.struct.image.ImageGray,Desc extends TupleDesc> |
Computes a feature description from
Planar images by computing a descriptor separately in each band. |
| DescribePointBinaryCompare<T extends boofcv.struct.image.ImageGray> |
For each bit in the descriptor it samples two points inside an image patch and compares their values.
|
| DescribePointBrief<T extends boofcv.struct.image.ImageGray> |
BRIEF: Binary Robust Independent Elementary Features.
|
| DescribePointBriefSO<T extends boofcv.struct.image.ImageGray> |
Extension of
DescribePointBrief which adds invariance to orientation and scale. |
| DescribePointPixelRegion<T extends boofcv.struct.image.ImageGray,D extends TupleDesc> |
Describes a rectangular region using its raw pixel intensities.
|
| DescribePointPixelRegionNCC<T extends boofcv.struct.image.ImageGray> |
Describes a rectangular region using its raw pixel intensities which have been normalized for intensity.
|
| DescribePointRectangleRegion<T extends boofcv.struct.image.ImageGray> |
Base class for describing a rectangular region using pixels.
|
| DescribePointSift<Deriv extends boofcv.struct.image.ImageGray> |
A faithful implementation of the SIFT descriptor.
|
| DescribePointSurf<II extends boofcv.struct.image.ImageGray> |
Implementation of the SURF feature descriptor, see [1].
|
| DescribePointSurfMod<II extends boofcv.struct.image.ImageGray> |
Modified SURF descriptor which attempts to smooth out edge conditions.
|
| DescribePointSurfPlanar<II extends boofcv.struct.image.ImageGray> |
Computes a color SURF descriptor from a
Planar image. |
| DescribeSiftCommon |
Base class for
SIFT descriptors. |
| SurfDescribeOps |
Operations related to computing SURF descriptors.
|