public class FeatureSpatialDiversity_F32
extends java.lang.Object
| Constructor and Description |
|---|
FeatureSpatialDiversity_F32() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPoint(float x,
float y,
float z)
Adds the estimated 3D location of a feature.
|
double |
getSpread()
Number of radians in view that the smallest features lie along
|
void |
process()
Computes the worst case spread for how features are laid out
|
void |
reset() |
public void reset()
public void addPoint(float x,
float y,
float z)
public void process()
public double getSpread()