boofcv.abst.geo.triangulate
Class WrapTwoViewsTriangulateDLT
- java.lang.Object
-
- boofcv.abst.geo.triangulate.WrapTwoViewsTriangulateDLT
-
- All Implemented Interfaces:
- TriangulateTwoViewsCalibrated
public class WrapTwoViewsTriangulateDLT extends java.lang.Object implements TriangulateTwoViewsCalibrated
Wrapper aroundTriangulateLinearDLTforTriangulateTwoViewsCalibrated.
-
-
Constructor Summary
Constructors Constructor and Description WrapTwoViewsTriangulateDLT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleantriangulate(Point2D_F64 obsA, Point2D_F64 obsB, Se3_F64 fromAtoB, Point3D_F64 foundInA)Triangulate the points location.
-
-
-
Method Detail
-
triangulate
public boolean triangulate(Point2D_F64 obsA, Point2D_F64 obsB, Se3_F64 fromAtoB, Point3D_F64 foundInA)
Description copied from interface:TriangulateTwoViewsCalibratedTriangulate the points location.- Specified by:
triangulatein interfaceTriangulateTwoViewsCalibrated- Parameters:
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.- Returns:
- true if successful, false otherwise.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG