public static class ShapeContextExtractor.Utils
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
NAN |
| 构造器和说明 |
|---|
Utils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static double |
euclidDistance(ShapeContextExtractor.Point point1,
ShapeContextExtractor.Point point2) |
static double[] |
logSpace(double lowBoundary,
double highBoundary,
int numSlices)
create an array with numSlizes log space distributed.
|
public static double euclidDistance(ShapeContextExtractor.Point point1, ShapeContextExtractor.Point point2)
public static double[] logSpace(double lowBoundary,
double highBoundary,
int numSlices)
lowBoundary - highBoundary - numSlices -