public static class MetricSceneGraph.Motion
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
georegression.struct.se.Se3_F64 |
a_to_b |
java.util.List<boofcv.struct.feature.AssociatedIndex> |
associated |
org.ejml.data.DMatrixRMaj |
F |
int |
index |
java.util.List<MetricSceneGraph.Feature3D> |
stereoTriangulations |
double |
triangulationAngle |
MetricSceneGraph.View |
viewDst |
MetricSceneGraph.View |
viewSrc |
| Constructor and Description |
|---|
Motion() |
| Modifier and Type | Method and Description |
|---|---|
MetricSceneGraph.View |
destination(MetricSceneGraph.View src) |
georegression.struct.se.Se3_F64 |
motionSrcToDst(MetricSceneGraph.View src) |
double |
scoreTriangulation()
Score how well this motion can be used to provide an initial set of triangulated feature points.
|
public georegression.struct.se.Se3_F64 a_to_b
public java.util.List<MetricSceneGraph.Feature3D> stereoTriangulations
public double triangulationAngle
public int index
public org.ejml.data.DMatrixRMaj F
public java.util.List<boofcv.struct.feature.AssociatedIndex> associated
public MetricSceneGraph.View viewSrc
public MetricSceneGraph.View viewDst
public double scoreTriangulation()
public georegression.struct.se.Se3_F64 motionSrcToDst(MetricSceneGraph.View src)
public MetricSceneGraph.View destination(MetricSceneGraph.View src)