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