public class WrapNViewsTriangulateDLT extends java.lang.Object implements TriangulateNViewsCalibrated
TriangulateLinearDLT for TriangulateTwoViewsCalibrated.| Constructor and Description |
|---|
WrapNViewsTriangulateDLT() |
| 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.
|
public 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)
TriangulateNViewsCalibratedtriangulate in interface TriangulateNViewsCalibratedobservations - 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.