Package boofcv.core.graph
Class FeatureGraph2D
java.lang.Object
boofcv.core.graph.FeatureGraph2D
Generic graph of 2D points.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Conneciton between two nodes.static class
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
-
Field Details
-
nodes
-
edges
-
-
Constructor Details
-
FeatureGraph2D
public FeatureGraph2D()
-
-
Method Details
-
reset
public void reset() -
connect
public void connect(int src, int dst)
-