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