Maven module :un.api : api-image :
Class :
un.impl.image.process.detection.Direction
Extends/Implements : -
Subclasses : -
Variables :
E,
NE,
N,
NW,
W,
SW,
S,
SE,
planeX,
planeY,
screenX,
screenY,
length
Functions : -
public Direction
E
public Direction
NE
public Direction
N
public Direction
NW
public Direction
W
public Direction
SW
public Direction
S
public Direction
SE
public int
planeX
public int
planeY
public int
screenX
public int
screenY
public double
length
components (manhattan metric) for both the conventional plane and screen
coordinates (y axis reversed).
Origin ;
http://www.tomgibara.com/computer-vision/Direction.java
author Tom Gibara (Original author)
author Johann Sorel (Adapted to Unlicense-Lib)