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