Documentation of 'boofcv.abst.geo.triangulate.WrapGeometricTriangulation' Java class
WrapGeometricTriangulation
boofcv.abst.geo.triangulate

Class WrapGeometricTriangulation

    • Constructor Detail

      • WrapGeometricTriangulation

        public WrapGeometricTriangulation()
    • Method Detail

      • triangulate

        public boolean triangulate(Point2D_F64 obsA,
                                   Point2D_F64 obsB,
                                   Se3_F64 fromAtoB,
                                   Point3D_F64 foundInA)
        Description copied from interface: TriangulateTwoViewsCalibrated
        Triangulate the points location.
        Specified by:
        triangulate in interface TriangulateTwoViewsCalibrated
        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 B
        foundInA - The found triangulated 3D point in A's reference frame.
        Returns:
        true if successful, false otherwise.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.