Package boofcv.alg.structure
Class PairwiseImageGraph.Motion
java.lang.Object
boofcv.alg.structure.PairwiseImageGraph.Motion
- Enclosing class:
- PairwiseImageGraph
-
Field Summary
Modifier and TypeFieldDescriptionTwo views that this motion connectsint
Index of motion inPairwiseImageGraph.edges
final DogArray<AssociatedIndex>
Indexes of features in 'src' and 'dst' views which are inliers to the modelboolean
if this camera motion is known up to a metric transform.double
3D information score.Two views that this motion connects -
Constructor Summary
-
Method Summary
-
Field Details
-
is3D
public boolean is3Dif this camera motion is known up to a metric transform. otherwise it will be projective -
score3D
public double score3D3D information score. SeeEpipolarScore3D
-
inliers
Indexes of features in 'src' and 'dst' views which are inliers to the model -
src
Two views that this motion connects -
dst
Two views that this motion connects -
index
public int indexIndex of motion inPairwiseImageGraph.edges
-
-
Constructor Details
-
Motion
public Motion()
-
-
Method Details