Package boofcv.abst.geo.bundle
Class SceneStructureCommon.Camera
java.lang.Object
boofcv.abst.geo.bundle.SceneStructureCommon.Camera
- Enclosing class:
- SceneStructureCommon
Camera which is viewing the scene. Contains intrinsic parameters.
-
Field Summary
Modifier and TypeFieldDescriptionboolean
If the parameters are assumed to be known and should not be optimised. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T extends BundleAdjustmentCamera>
TgetModel()
boolean
isIdentical
(SceneStructureCommon.Camera m, double tol) void
reset()
-
Field Details
-
known
public boolean knownIf the parameters are assumed to be known and should not be optimised. -
model
-
-
Constructor Details
-
Camera
public Camera()
-
-
Method Details
-
getModel
-
reset
public void reset() -
isIdentical
-