Package boofcv.alg.structure
Class PairwiseImageGraph
java.lang.Object
boofcv.alg.structure.PairwiseImageGraph
Graph describing the relationship between image features using matching features from epipolar geometry.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
Information associated with a single image/frame/view -
Field Summary
Modifier and TypeFieldDescriptionfinal Map<String,
PairwiseImageGraph.View> final DogArray<PairwiseImageGraph.View>
-
Constructor Summary
-
Method Summary
-
Field Details
-
nodes
-
edges
-
mapNodes
-
-
Constructor Details
-
PairwiseImageGraph
public PairwiseImageGraph()
-
-
Method Details
-
reset
public void reset() -
createNode
-
lookupNode
-
connect
-