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 Summary
Fields Modifier and Type Field Description byte
octaveIdx
Which octave the point was detected inbyte
scaleIdx
The scale the point was detected inFields inherited from class boofcv.struct.feature.ScalePoint
intensity, pixel, scale, white
-
Constructor Summary
Constructors Constructor Description SiftPoint()
-
Method Summary
-
Field Details
-
octaveIdx
public byte octaveIdxWhich octave the point was detected in -
scaleIdx
public byte scaleIdxThe scale the point was detected in
-
-
Constructor Details
-
SiftPoint
public SiftPoint()
-