Class PairwiseImageGraph2.View

  • Enclosing class:
    PairwiseImageGraph2

    public static class PairwiseImageGraph2.View
    extends java.lang.Object
    • Field Detail

      • id

        public java.lang.String id
        Unique identifier for this view
      • totalFeatures

        public int totalFeatures
        Total number of features in this view
      • connections

        public org.ddogleg.struct.FastArray<PairwiseImageGraph2.Motion> connections
        List of motions associated with this view. It can be either the src or dst
    • Constructor Detail

      • View

        public View()