Package | Description |
---|---|
org.openimaj.math.geometry.transforms |
Modifier and Type | Method and Description |
---|---|
protected static FundamentalRefinement.FastSolveNormal3x2 |
FundamentalRefinement.FastSolveNormal3x2.solve(double[] r1,
double[] r2,
double[] r3)
Solve the over-determined system [r1 r2]x = [r3] where r1, r2 and r3
are 3-dimensional column vectors and x is a 2 dimensional column
vector x=[r; s].
|