Package boofcv.abst.geo.bundle
Class SceneStructureMetric.View
java.lang.Object
boofcv.abst.geo.bundle.SceneStructureMetric.View
- Enclosing class:
- SceneStructureMetric
Describes a view from a camera at a particular point. References are provided to the data structures which
provide the intrinsic and extrinsic parameters. A view contains no parameters that are optimized directly
but instead describes the graph's structure.
-
Field Summary
Modifier and TypeFieldDescriptionint
The camera associated with this view@Nullable SceneStructureMetric.View
Points to the parent view or null if world is parent.int
Which motion specifies the transform from parent to this view's reference frame -
Constructor Summary
-
Method Summary
-
Field Details
-
parent_to_view
public int parent_to_viewWhich motion specifies the transform from parent to this view's reference frame -
camera
public int cameraThe camera associated with this view -
parent
Points to the parent view or null if world is parent. Parent must be less than this view's ID.
-
-
Constructor Details
-
View
public View()
-
-
Method Details
-
reset
public void reset() -
isIdentical
-