Class Point2D3D

java.lang.Object
boofcv.struct.geo.Point2D3D
Direct Known Subclasses:
Point2D3DTrack

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

    • 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 Details

  • Method Details