public interface TriangulateNViewsCalibrated
| Modifier and Type | Method and Description |
|---|---|
boolean |
triangulate(java.util.List<georegression.struct.point.Point2D_F64> observations,
java.util.List<georegression.struct.se.Se3_F64> worldToView,
georegression.struct.point.Point3D_F64 location)
Triangulate the points location.
|
boolean triangulate(java.util.List<georegression.struct.point.Point2D_F64> observations,
java.util.List<georegression.struct.se.Se3_F64> worldToView,
georegression.struct.point.Point3D_F64 location)
observations - Observations of the 3D point in normalized image coordinates from different camera views..worldToView - Transform from world to each of the different camera viewslocation - Computed location of feature in world coordinates.