Class PairwiseImageGraph2.Motion

  • Enclosing class:
    PairwiseImageGraph2

    public static class PairwiseImageGraph2.Motion
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field 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
      Index of motion in edge list.
      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 Summary

      Constructors 
      Constructor Description
      Motion()  
    • 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
      • index

        public int index
        Index of motion in edge list.
    • Constructor Detail

      • Motion

        public Motion()