Uses of Class
boofcv.abst.geo.bundle.SceneStructureMetric.View
-
Uses of SceneStructureMetric.View in boofcv.abst.geo.bundle
Modifier and TypeFieldDescription@Nullable SceneStructureMetric.View
SceneStructureMetric.View.parent
Points to the parent view or null if world is parent.Modifier and TypeMethodDescriptionSceneStructureMetric.getParentToView
(SceneStructureMetric.View view) Returns SE3 relationship to the specified view from its parent.SceneStructureMetric.getViewCamera
(SceneStructureMetric.View v) Returns the camera for this particular viewSceneStructureMetric.getViewToView
(SceneStructureMetric.View view1, SceneStructureMetric.View view2) Computes and returns the transform from view1 to view2SceneStructureMetric.getWorldToView
(SceneStructureMetric.View view, @Nullable Se3_F64 world_to_view, @Nullable Se3_F64 tmp) Computes and returns the transform from world to view.boolean
SceneStructureMetric.View.isIdentical
(SceneStructureMetric.View m) -
Uses of SceneStructureMetric.View in boofcv.alg.geo.bundle
Modifier and TypeMethodDescriptionprotected Se3_F64
BundleAdjustmentMetricResidualFunction.lookupWorldToView
(SceneStructureMetric.View v) Returns a transform from the world_to_view.protected void
BundleAdjustmentMetricSchurJacobian.lookupWorldToView
(SceneStructureMetric.View v, Se3_F64 world_to_view) Returns a transform from the world_to_view.