Maven module :un.api : api-image :
Class :
un.impl.image.process.detection.Path
Extends/Implements : -
Subclasses : -
Variables : -
Functions :
Path,
getDirections,
getOriginX,
getOriginY,
getTerminalX,
getTerminalY,
getLength,
isClosed,
translate,
equals,
hashCode,
toString
public void
Path (int startX, int startY, Sequence directions)
public Sequence
getDirections ()
public int
getOriginX ()
public int
getOriginY ()
public int
getTerminalX ()
public int
getTerminalY ()
public double
getLength ()
public boolean
isClosed ()
public Path
translate (int deltaX, int deltaY)
public boolean
equals (Object obj)
public int
hashCode ()
public String
toString ()
the plane. No restrictions are placed on paths; they may be zero length,
open/closed, self-intersecting. Path objects are immutable.
Origin :
http://www.tomgibara.com/computer-vision/Path.java
author Tom Gibara (Original author)
author Johann Sorel (Adapted to Unlicense-Lib)