Package boofcv.alg.geo.triangulate
Class Triangulate2ViewsReprojectionMetricError
java.lang.Object
boofcv.alg.geo.triangulate.Triangulate2ViewsReprojectionMetricError
Computes reprojection error after triangulation for calibrated images
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(CameraPinhole parametersA, CameraPinhole parametersB) double
process
(Point2D_F64 a, Point2D_F64 b, Se3_F64 a_to_b, Point3D_F64 Xa) Computes average squares error in pixel from both views.( ||a_i-x_i||^2 + ||b_i-x_i||^2 )/ 2
-
Constructor Details
-
Triangulate2ViewsReprojectionMetricError
public Triangulate2ViewsReprojectionMetricError()
-
-
Method Details
-
configure
-
process
Computes average squares error in pixel from both views.( ||a_i-x_i||^2 + ||b_i-x_i||^2 )/ 2- Parameters:
a
- Normalized image coordinate observation in view Ab
- Normalized image coordinate observation in view Ba_to_b
- transform from view A to view BXa
- 3D location in image A
-