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 |
int |
totalFeatures |
| Constructor and Description |
|---|
View() |
| Modifier and Type | Method and Description |
|---|---|
PairwiseImageGraph2.Motion |
findMotion(PairwiseImageGraph2.View target) |
public java.lang.String id
public int totalFeatures
public org.ddogleg.struct.FastQueue<PairwiseImageGraph2.Motion> connections
public PairwiseImageGraph2.Motion findMotion(PairwiseImageGraph2.View target)