Package boofcv.alg.structure
Class PairwiseImageGraph.Motion
java.lang.Object
boofcv.alg.structure.PairwiseImageGraph.Motion
- Enclosing class:
- PairwiseImageGraph
public static class PairwiseImageGraph.Motion extends Object
-
Field Summary
Fields Modifier and Type Field Description PairwiseImageGraph.View
dst
Two views that this motion connectsint
index
Index of motion inPairwiseImageGraph.edges
DogArray<AssociatedIndex>
inliers
Indexes of features in 'src' and 'dst' views which are inliers to the modelboolean
is3D
if this camera motion is known up to a metric transform.double
score3D
3D information score.PairwiseImageGraph.View
src
Two views that this motion connects -
Constructor Summary
Constructors Constructor Description Motion()
-
Method Summary
Modifier and Type Method Description boolean
isConnected(PairwiseImageGraph.View v)
PairwiseImageGraph.View
other(PairwiseImageGraph.View src)
Given one of the view this motion connects return the othervoid
reset()
String
toString()
-
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