Class PairwiseImageGraph.View

java.lang.Object
boofcv.alg.structure.PairwiseImageGraph.View
Enclosing class:
PairwiseImageGraph

public static class PairwiseImageGraph.View extends Object
Information associated with a single image/frame/view
  • Field Details

    • id

      public String id
      Unique identifier for this view
    • index

      public int index
      Array index of this view in the 'nodes' array
    • totalObservations

      public int totalObservations
      Total number of features observations in this view
    • connections

      public FastArray<PairwiseImageGraph.Motion> connections
      List of motions associated with this view. It can be either the src or dst
  • Constructor Details

    • View

      public View()
    • View

      public View(String id)
  • Method Details