public static class NonMaxLimiter.LocalExtreme extends java.lang.Object implements java.lang.Comparable<NonMaxLimiter.LocalExtreme>
| Modifier and Type | Field and Description |
|---|---|
float |
intensity
Absolute value of image intensity
|
georegression.struct.point.Point2D_I16 |
location |
boolean |
max |
| Constructor and Description |
|---|
LocalExtreme() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(NonMaxLimiter.LocalExtreme o) |
float |
getValue()
Returns the value of the feature in the intensity image.
|
NonMaxLimiter.LocalExtreme |
set(float intensity,
boolean max,
georegression.struct.point.Point2D_I16 location) |
public float intensity
public boolean max
public georegression.struct.point.Point2D_I16 location
public NonMaxLimiter.LocalExtreme set(float intensity, boolean max, georegression.struct.point.Point2D_I16 location)
public float getValue()
public int compareTo(NonMaxLimiter.LocalExtreme o)
compareTo in interface java.lang.Comparable<NonMaxLimiter.LocalExtreme>