public class Detector
extends java.lang.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 java.util.List<ExtendedSURFInterestPoint> |
fastHessian(IntegralImage img,
com.labun.surf.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 java.util.List<ExtendedSURFInterestPoint> fastHessian(IntegralImage img, com.labun.surf.Params p)
public static boolean solve(float[][] A, float[] B, float[] X)
public static boolean equal(float f1, float f2)
abs(a-b) < EPSILON
.See IJFacade#EPSILON.