Package boofcv.alg.geo.selfcalib
Class MetricCameraTriple
java.lang.Object
boofcv.alg.geo.selfcalib.MetricCameraTriple
Results of upgrading a three view scenario from a projective into a metric scene. The first camera view
is the origin of this coordinate system and a
CameraPinhole
model is used.-
Field Summary
Modifier and TypeFieldDescriptionfinal Se3_F64
final Se3_F64
final CameraPinhole
final CameraPinhole
final CameraPinhole
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetIntrinsics
(int viewIdx) getView1ToIdx
(int viewIdx) void
getView1ToIdx
(int viewIdx, Se3_F64 output) void
setTo
(MetricCameraTriple src)
-
Field Details
-
view_1_to_2
-
view_1_to_3
-
view1
-
view2
-
view3
-
-
Constructor Details
-
MetricCameraTriple
public MetricCameraTriple()
-
-
Method Details
-
setTo
-
getIntrinsics
-
getView1ToIdx
-
getView1ToIdx
-