Package boofcv.struct.feature
Class ScalePoint
java.lang.Object
boofcv.struct.feature.ScalePoint
- Direct Known Subclasses:
SiftDetector.SiftPoint
Where a point of interest was detected and at what scale.
-
Field Summary
Modifier and TypeFieldDescriptionfloat
Feature intensity where it was selectedfinal Point2D_F64
location of interest pointdouble
The scale the feature was detected at.boolean
does the blob correspond to a black or white region -
Constructor Summary
ConstructorDescriptionScalePoint
(double x, double y, double scale) ScalePoint
(double x, double y, double scale, boolean white) -
Method Summary
-
Field Details
-
pixel
location of interest point -
scale
public double scaleThe scale the feature was detected at. Exact meaning of "scale" is implementation dependent -
white
public boolean whitedoes the blob correspond to a black or white region -
intensity
public float intensityFeature intensity where it was selected
-
-
Constructor Details
-
ScalePoint
public ScalePoint(double x, double y, double scale) -
ScalePoint
public ScalePoint(double x, double y, double scale, boolean white) -
ScalePoint
public ScalePoint()
-
-
Method Details