public static class PairwiseImageGraph2.View
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
org.ddogleg.struct.FastQueue<PairwiseImageGraph2.Motion> |
connections
List of motions associated with this view.
|
java.lang.String |
id
Unique identifier for this view
|
int |
totalFeatures
Total number of features in this view
|
| Constructor and Description |
|---|
View() |
| Modifier and Type | Method and Description |
|---|---|
PairwiseImageGraph2.Motion |
findMotion(PairwiseImageGraph2.View target) |
int |
findMotionIdx(PairwiseImageGraph2.View target) |
void |
getConnections(int[] indexes,
int length,
java.util.List<PairwiseImageGraph2.View> views)
Adds the views that it's connected to from the list
|
public java.lang.String id
public int totalFeatures
public org.ddogleg.struct.FastQueue<PairwiseImageGraph2.Motion> connections
public PairwiseImageGraph2.Motion findMotion(PairwiseImageGraph2.View target)
public int findMotionIdx(PairwiseImageGraph2.View target)
public void getConnections(int[] indexes,
int length,
java.util.List<PairwiseImageGraph2.View> views)