Class Point2D4D

java.lang.Object
boofcv.struct.geo.Point2D4D

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

    • observation

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

      public Point4D_F64 location
      3D location of the feature in homogenous world coordinates
  • Constructor Details

  • Method Details

    • setTo

      public Point2D4D setTo(Point2D4D src)
      Sets 'this' to be identical to 'src'.
    • zero

      public void zero()
    • copy

      public Point2D4D copy()