Documentation of 'boofcv.struct.geo.Point2D3D' Java class
Point2D3D
boofcv.struct.geo

Class Point2D3D

  • Direct Known Subclasses:
    Point2D3DTrack


    public class Point2D3D
    extends java.lang.Object
    Observed point feature location on the image plane and its 3D position.
    • Field Detail

      • observation

        public Point2D_F64 observation
        Observed location of the feature on the image plane
      • location

        public Point3D_F64 location
        3D location of the feature in world coordinates
    • Constructor Detail

      • Point2D3D

        public Point2D3D()
    • Method Detail

      • set

        public void set(Point2D3D src)
        Sets 'this' to be identical to 'src'.
      • setObservation

        public void setObservation(Point2D_F64 observation)
      • setLocation

        public void setLocation(Point3D_F64 location)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.