public static class MetricSceneGraph.View
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boofcv.alg.sfm.structure.PairwiseImageGraph.Camera |
camera |
java.util.List<MetricSceneGraph.Motion> |
connections |
MetricSceneGraph.Feature3D[] |
features3D |
int |
index |
org.ddogleg.struct.FastQueue<georegression.struct.point.Point2D_F64> |
observationNorm |
org.ddogleg.struct.FastQueue<georegression.struct.point.Point2D_F64> |
observationPixels |
boofcv.alg.sfm.structure.MetricSceneGraph.ViewState |
state |
georegression.struct.se.Se3_F64 |
viewToWorld |
| Constructor and Description |
|---|
View() |
public georegression.struct.se.Se3_F64 viewToWorld
public boofcv.alg.sfm.structure.MetricSceneGraph.ViewState state
public java.util.List<MetricSceneGraph.Motion> connections
public org.ddogleg.struct.FastQueue<georegression.struct.point.Point2D_F64> observationPixels
public org.ddogleg.struct.FastQueue<georegression.struct.point.Point2D_F64> observationNorm
public MetricSceneGraph.Feature3D[] features3D
public boofcv.alg.sfm.structure.PairwiseImageGraph.Camera camera
public int index