Package boofcv.abst.geo.bundle
Class SceneStructureProjective.View
java.lang.Object
boofcv.abst.geo.bundle.SceneStructureProjective.View
- Enclosing class:
- SceneStructureProjective
-
Field Summary
Modifier and TypeFieldDescriptionint
The camera associated with this viewint
Images shape.boolean
If the parameters are assumed to be known and should not be optimised.int
Images shape.Projective camera matrix. -
Constructor Summary
-
Method Summary
-
Field Details
-
known
public boolean knownIf the parameters are assumed to be known and should not be optimised. -
width
public int widthImages shape. Used to normalize points -
height
public int heightImages shape. Used to normalize points -
worldToView
Projective camera matrix. x' = P*X. P is the projective matrix, x' are pixel observations, and X is the 3D feature. -
camera
public int cameraThe camera associated with this view
-
-
Constructor Details
-
View
public View()
-
-
Method Details
-
reset
public void reset()
-