Class DescribeSift_RadiusAngle<T extends ImageGray<T>>

java.lang.Object
boofcv.abst.feature.describe.DescribeSift_RadiusAngle<T>
All Implemented Interfaces:
DescribePointRadiusAngle<T,TupleDesc_F64>, DescriptorInfo<TupleDesc_F64>

public class DescribeSift_RadiusAngle<T extends ImageGray<T>> extends Object implements DescribePointRadiusAngle<T,TupleDesc_F64>
Allows you to use SIFT features independent of the SIFT detector. A SIFT scale-space is computed with all octaves and most of the scales saved. When a few feature is requested it looks up the closest scale image and uses that as the input image.