public class WrapTwoViewsTriangulateDLT extends java.lang.Object implements TriangulateTwoViewsCalibrated
TriangulateLinearDLT for TriangulateTwoViewsCalibrated.| Constructor and Description |
|---|
WrapTwoViewsTriangulateDLT() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
triangulate(georegression.struct.point.Point2D_F64 obsA,
georegression.struct.point.Point2D_F64 obsB,
georegression.struct.se.Se3_F64 fromAtoB,
georegression.struct.point.Point3D_F64 foundInA)
Triangulate the points location.
|
public boolean triangulate(georegression.struct.point.Point2D_F64 obsA,
georegression.struct.point.Point2D_F64 obsB,
georegression.struct.se.Se3_F64 fromAtoB,
georegression.struct.point.Point3D_F64 foundInA)
TriangulateTwoViewsCalibratedtriangulate in interface TriangulateTwoViewsCalibratedobsA - View from position A in normalized image coordinates.obsB - View from position B in normalized image coordinates.fromAtoB - Transform from camera location A to location BfoundInA - The found triangulated 3D point in A's reference frame.