Package boofcv.alg.sfm.d3.direct
Class FeatureSpatialDiversity_F32
- java.lang.Object
-
- boofcv.alg.sfm.d3.direct.FeatureSpatialDiversity_F32
-
public class FeatureSpatialDiversity_F32 extends java.lang.ObjectChecks to see if the features being tracked form
-
-
Constructor Summary
Constructors Constructor Description FeatureSpatialDiversity_F32()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPoint(float x, float y, float z)Adds the estimated 3D location of a feature.doublegetSpread()Number of radians in view that the smallest features lie alongvoidprocess()Computes the worst case spread for how features are laid outvoidreset()
-
-
-
Method Detail
-
reset
public void reset()
-
addPoint
public void addPoint(float x, float y, float z)Adds the estimated 3D location of a feature.
-
process
public void process()
Computes the worst case spread for how features are laid out
-
getSpread
public double getSpread()
Number of radians in view that the smallest features lie along
-
-