Class SiftDetector.SiftPoint
java.lang.Object
boofcv.struct.feature.ScalePoint
boofcv.alg.feature.detect.interest.SiftDetector.SiftPoint
- Enclosing class:
- SiftDetector
Adds information about the scale space it was detected in for quick reference when
computing the descriptor
-
Field Summary
Modifier and TypeFieldDescriptionbyte
Which octave the point was detected inbyte
The scale the point was detected inFields inherited from class boofcv.struct.feature.ScalePoint
intensity, pixel, scale, white
-
Constructor Summary
-
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()
-