Package boofcv.alg.mvs
Class StereoPairGraph.Edge
java.lang.Object
boofcv.alg.mvs.StereoPairGraph.Edge
- Enclosing class:
- StereoPairGraph
-
Field Summary
Modifier and TypeFieldDescriptiondouble
How good the 3D information is between these two views.Vertexes this edge is connected toVertexes this edge is connected to -
Constructor Summary
-
Method Summary
-
Field Details
-
va
Vertexes this edge is connected to -
vb
Vertexes this edge is connected to -
quality3D
public double quality3DHow good the 3D information is between these two views. 0.0 = no 3D. 1.0 = best possible.
-
-
Constructor Details
-
Edge
public Edge()
-
-
Method Details
-
other
-