Package utilities.boofcv_extensions

Class Summary
DescribePointSiftNormalization Detects SIFT features inside the provided SIFT scale-space.
DescribePointSurfModNormalization<II extends ImageSingleBand> Modified SURF descriptor which attempts to smooth out edge conditions.
DescribePointSurfNormalization<II extends ImageSingleBand> Implementation of the SURF feature descriptor, see [1].
DetectDescribeSiftNormalization SIFT where detection, orientation estimation, and describing are done all at once.
FactoryDescribePointAlgsNormalization Creates algorithms for describing point features.
FactoryDetectDescribeNormalization Creates instances of DetectDescribePoint for different feature detectors/describers.
WrapDetectDescribeSiftNormalization Wrapper around DetectDescribeSift for DetectDescribePoint.
WrapDetectDescribeSurfNormalization<T extends ImageSingleBand,II extends ImageSingleBand> Wrapper around SURF algorithms for DetectDescribePoint.