Class SceneWorkingGraph.Observation

java.lang.Object
boofcv.alg.structure.SceneWorkingGraph.Observation
Enclosing class:
SceneWorkingGraph

public static class SceneWorkingGraph.Observation extends Object
Observation (pixel coordinates) of an image feature inside of a SceneWorkingGraph.View. Specifies which observation in the view it's associated with, the view, and a copy of the actual obnervation.
  • Field Details

  • Constructor Details

    • Observation

      public Observation()
    • Observation

      public Observation(SceneWorkingGraph.View view, int observationIdx)
  • Method Details

    • reset

      public void reset()