Package imagingbook.common.geometry.basic


package imagingbook.common.geometry.basic
  • Class
    Description
    Described a 2D line segment defined by two end points.
    Enum type for different pixel neighborhood types to be used for parameter selection.
    Interface specifying the behavior of simple 2D points.
    Immutable 2D point implementation with double coordinates.
    Immutable 2D point implementation with int coordinates.
    Defines static methods for manipulating 2D points.
    Interface specifying a 2D curve capable of calculating the minimum distance to a given point.