Class Contour

Object
Contour

public class Contour extends Object
A path of successively-neighbored points.
Author:
Owen Feehan
  • Constructor Details

    • Contour

      public Contour()
  • Method Details

    • pointsDiscrete

      public List<Point3i> pointsDiscrete()
      All the points in the contour, converted into Point3i.
      Returns:
      a newly created list with integer versions of all points.
    • getPoints

      public List<Point3f> getPoints()
      An ordered list of points in the contour.