public class MetricSceneGraph
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MetricSceneGraph.Feature3D |
static class |
MetricSceneGraph.Motion |
static class |
MetricSceneGraph.View |
| Modifier and Type | Field and Description |
|---|---|
java.util.Map<java.lang.String,boofcv.alg.sfm.structure.PairwiseImageGraph.Camera> |
cameras |
java.util.List<MetricSceneGraph.Motion> |
edges |
java.util.List<MetricSceneGraph.Feature3D> |
features3D |
java.util.List<MetricSceneGraph.View> |
nodes |
| Constructor and Description |
|---|
MetricSceneGraph(PairwiseImageGraph pairwise)
Uses the pairwise graph to initialize the metric graph.
|
| Modifier and Type | Method and Description |
|---|---|
void |
sanityCheck()
Performs simple checks to see if the data structure is avlid
|
public java.util.List<MetricSceneGraph.View> nodes
public java.util.List<MetricSceneGraph.Motion> edges
public java.util.List<MetricSceneGraph.Feature3D> features3D
public java.util.Map<java.lang.String,boofcv.alg.sfm.structure.PairwiseImageGraph.Camera> cameras
public MetricSceneGraph(PairwiseImageGraph pairwise)
pairwise -