public class Detector extends Object
Constructor and Description |
---|
Detector() |
Modifier and Type | Method and Description |
---|---|
static boolean |
equal(float f1,
float f2)
Two float values are considered to be equal if
abs(a-b) < EPSILON . |
static List<InterestPoint> |
fastHessian(IntegralImage img,
Params p) |
static boolean |
solve(float[][] A,
float[] B,
float[] X)
Solves the linear system A*x = b, where A is 3x3 matrix.
|
public static List<InterestPoint> fastHessian(IntegralImage img, Params p)
public static boolean solve(float[][] A, float[] B, float[] X)
public static boolean equal(float f1, float f2)
abs(a-b) < EPSILON
.Copyright © 2013. All Rights Reserved.