Class SiftDetector.SiftPoint

java.lang.Object
boofcv.struct.feature.ScalePoint
boofcv.alg.feature.detect.interest.SiftDetector.SiftPoint
Enclosing class:
SiftDetector

public static class SiftDetector.SiftPoint extends ScalePoint
Adds information about the scale space it was detected in for quick reference when computing the descriptor
  • Field Details

    • octaveIdx

      public byte octaveIdx
      Which octave the point was detected in
    • scaleIdx

      public byte scaleIdx
      The scale the point was detected in
  • Constructor Details

    • SiftPoint

      public SiftPoint()