Package boofcv.alg.structure
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 Summary
Fields Modifier and Type Field Description int
observationIdx
Point2D_F64
pixel
SceneWorkingGraph.View
view
-
Constructor Summary
Constructors Constructor Description Observation()
Observation(SceneWorkingGraph.View view, int observationIdx)
-
Method Summary
Modifier and Type Method Description void
reset()
-
Field Details
-
view
-
observationIdx
public int observationIdx -
pixel
-
-
Constructor Details
-
Observation
public Observation() -
Observation
-
-
Method Details
-
reset
public void reset()
-