Class CompleteSift

java.lang.Object
boofcv.alg.feature.detdesc.CompleteSift
Direct Known Subclasses:
CompleteSift_MT

public class CompleteSift extends Object
SIFT combined together to simultaneously detect and describe the key points it finds. Memory is conserved by only having one octave of the scale-space in memory at any given time.
See Also:
  • Constructor Details

  • Method Details

    • process

      public void process(GrayF32 input)
      Detects features inside the image and computes descriptors
    • describeDetections

      protected void describeDetections(List<SiftDetector.SiftPoint> detections)
      Computes one or more descriptors for every point in the passed in list
    • getLocations

      public FastAccess<ScalePoint> getLocations()
    • getDescriptions

      public FastAccess<TupleDesc_F64> getDescriptions()
    • getDescriptorLength

      public int getDescriptorLength()