public interface TriangulateTwoViewsCalibrated
| 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.
|
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)
obsA - 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.