public class DistanceL2 extends Object implements Distance
d = Math.sqrt(x^2 + y^2)
DistanceL2()
double
distance(ImagePoint a, ImagePoint b)
distance(int x1, int y1, int x2, int y2)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DistanceL2()
public double distance(ImagePoint a, ImagePoint b)
distance
Distance
public double distance(int x1, int y1, int x2, int y2)
Copyright © 2013. All Rights Reserved.