Package boofcv.alg.sfm.structure2
Class SceneWorkingGraph.View
- java.lang.Object
-
- boofcv.alg.sfm.structure2.SceneWorkingGraph.View
-
- Enclosing class:
- SceneWorkingGraph
public class SceneWorkingGraph.View extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.ejml.data.DMatrixRMajcameraPairwiseImageGraph2.Viewpviewjava.util.Map<java.lang.Integer,SceneWorkingGraph.Feature>v2g
-
Constructor Summary
Constructors Constructor Description View()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreset()
-
-
-
Field Detail
-
pview
public PairwiseImageGraph2.View pview
-
v2g
public final java.util.Map<java.lang.Integer,SceneWorkingGraph.Feature> v2g
-
camera
public final org.ejml.data.DMatrixRMaj camera
-
-