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
FieldsModifier and TypeFieldDescriptionfinal Se3_F64final Se3_F64final CameraPinholefinal CameraPinholefinal CameraPinhole -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIntrinsics(int viewIdx) getView1ToIdx(int viewIdx) voidgetView1ToIdx(int viewIdx, Se3_F64 output) voidsetTo(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
-