Class FeatureGraph2D.Edge

java.lang.Object
boofcv.core.graph.FeatureGraph2D.Edge
Enclosing class:
FeatureGraph2D

public static class FeatureGraph2D.Edge extends Object
Conneciton between two nodes. can be directed or undirected.
  • Field Details

    • src

      public int src
    • dst

      public int dst
  • Constructor Details

    • Edge

      public Edge()
  • Method Details

    • reset

      public void reset()
    • isConnected

      public boolean isConnected(int idx)