Package boofcv.abst.geo.bundle
Class SceneStructureMetric.Motion
java.lang.Object
boofcv.abst.geo.bundle.SceneStructureMetric.Motion
- Enclosing class:
- SceneStructureMetric
Describes the relationship between two views. Multiple pairs of views can reference the same motion. This
is useful if a set of cameras are rigidly mounted, e.g. stereo cameras.
-
Field Summary
Modifier and TypeFieldDescriptionboolean
If the parameters are assumed to be known and should not be optimised.final Se3_F64
Transform from parent view into this view -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isIdentical
(SceneStructureMetric.Motion m, double tol) void
reset()
-
Field Details
-
known
public boolean knownIf the parameters are assumed to be known and should not be optimised. -
parent_to_view
Transform from parent view into this view
-
-
Constructor Details
-
Motion
public Motion()
-
-
Method Details
-
reset
public void reset() -
isIdentical
-