public static class PairwiseImageGraph2.Motion
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
countF
Number of features from fundamental/essential
|
int |
countH
Number of features from homography.
|
PairwiseImageGraph2.View |
dst |
org.ejml.data.DMatrixRMaj |
F
3x3 matrix describing epipolar geometry.
|
int |
index |
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
|
boolean |
is3D
if this camera motion is known up to a metric transform.
|
PairwiseImageGraph2.View |
src |
| Constructor and Description |
|---|
Motion() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
PairwiseImageGraph2.View |
other(PairwiseImageGraph2.View src) |
public org.ejml.data.DMatrixRMaj F
public boolean is3D
public int countF
public int countH
public org.ddogleg.struct.FastQueue<boofcv.struct.feature.AssociatedIndex> inliers
public PairwiseImageGraph2.View src
public PairwiseImageGraph2.View dst
public int index
public void init()
public PairwiseImageGraph2.View other(PairwiseImageGraph2.View src)