|
Hey Guys, I am trying to take the inverse of an 8x8 matrix to find the
transform linking two images. However
when I do so I get the error: java.lang.RuntimeException: Matrix is singular. at Jama.LUDecomposition.solve(LUDecomposition.java:283) at Jama.Matrix.solve(Matrix.java:815) at Jama.Matrix.inverse(Matrix.java:833) Does anyone have any idea how I might be able to get around
this? Thanks in advance, |