Package boofcv.alg.sfm.structure2
Class PairwiseImageGraph2.View
- java.lang.Object
-
- boofcv.alg.sfm.structure2.PairwiseImageGraph2.View
-
- Enclosing class:
- PairwiseImageGraph2
public static class PairwiseImageGraph2.View extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.ddogleg.struct.FastArray<PairwiseImageGraph2.Motion>connectionsList of motions associated with this view.java.lang.StringidUnique identifier for this viewinttotalFeaturesTotal number of features in this view
-
Constructor Summary
Constructors Constructor Description View()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PairwiseImageGraph2.MotionfindMotion(PairwiseImageGraph2.View target)intfindMotionIdx(PairwiseImageGraph2.View target)voidgetConnections(int[] indexes, int length, java.util.List<PairwiseImageGraph2.View> views)Adds the views that it's connected to from the list
-
-
-
Field Detail
-
id
public java.lang.String id
Unique identifier for this view
-
totalFeatures
public int totalFeatures
Total number of features in this view
-
connections
public org.ddogleg.struct.FastArray<PairwiseImageGraph2.Motion> connections
List of motions associated with this view. It can be either the src or dst
-
-
Method Detail
-
findMotion
public PairwiseImageGraph2.Motion findMotion(PairwiseImageGraph2.View target)
-
findMotionIdx
public int findMotionIdx(PairwiseImageGraph2.View target)
-
getConnections
public void getConnections(int[] indexes, int length, java.util.List<PairwiseImageGraph2.View> views)Adds the views that it's connected to from the list
-
-