Package boofcv.alg.sfm.structure2
Class PairwiseImageGraph2.Motion
- java.lang.Object
-
- boofcv.alg.sfm.structure2.PairwiseImageGraph2.Motion
-
- Enclosing class:
- PairwiseImageGraph2
public static class PairwiseImageGraph2.Motion extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description intcountFNumber of features from fundamental/essentialintcountHNumber of features from homography.PairwiseImageGraph2.Viewdstorg.ejml.data.DMatrixRMajF3x3 matrix describing epipolar geometry.intindexIndex of motion in edge list.org.ddogleg.struct.FastQueue<boofcv.struct.feature.AssociatedIndex>inliersindexes of features in the match list that are inliers to the found F and H matrixbooleanis3Dif this camera motion is known up to a metric transform.PairwiseImageGraph2.Viewsrc
-
Constructor Summary
Constructors Constructor Description Motion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()PairwiseImageGraph2.Viewother(PairwiseImageGraph2.View src)
-
-
-
Field Detail
-
F
public org.ejml.data.DMatrixRMaj F
3x3 matrix describing epipolar geometry. Fundamental, Essential, or Homography
-
is3D
public boolean is3D
if this camera motion is known up to a metric transform. otherwise it will be projective
-
countF
public int countF
Number of features from fundamental/essential
-
countH
public int countH
Number of features from homography.
-
inliers
public org.ddogleg.struct.FastQueue<boofcv.struct.feature.AssociatedIndex> inliers
indexes of features in the match list that are inliers to the found F and H matrix
-
src
public PairwiseImageGraph2.View src
-
dst
public PairwiseImageGraph2.View dst
-
index
public int index
Index of motion in edge list.
-
-
Method Detail
-
init
public void init()
-
other
public PairwiseImageGraph2.View other(PairwiseImageGraph2.View src)
-
-