Documentation of 'boofcv.alg.geo.triangulate.TriangulateGeometric' Java class
TriangulateGeometric
boofcv.alg.geo.triangulate

Class TriangulateGeometric



  • public class TriangulateGeometric
    extends java.lang.Object
    Triangulates two views by finding the point which minimizes the distance between two rays. Optimal in the geometric sense, but does not take in account stereo constraints.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void triangulate(Point2D_F64 a, Point2D_F64 b, Se3_F64 fromAtoB, Point3D_F64 foundInA)
      Given two observations of the same point from two views and a known motion between the two views, triangulate the point's 3D position in camera 'a' reference frame.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TriangulateGeometric

        public TriangulateGeometric()
    • Method Detail

      • triangulate

        public void triangulate(Point2D_F64 a,
                                Point2D_F64 b,
                                Se3_F64 fromAtoB,
                                Point3D_F64 foundInA)

        Given two observations of the same point from two views and a known motion between the two views, triangulate the point's 3D position in camera 'a' reference frame.

        Parameters:
        a - Observation from camera view 'a' in normalized coordinates. Not modified.
        b - Observation from camera view 'b' in normalized coordinates. Not modified.
        fromAtoB - Transformation from camera view 'a' to 'b' Not modified.
        foundInA - (Output) Found 3D position of the point in reference frame 'a'. Modified.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.