You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had problems with average-dofs reporting a singular matrix in MatrixToAffineParameters.
I checked with a debugger and the matrix values were fine, just rather small for my data, eg. 0.0005 etc. I added a couple more zeros to TOL and everything seems OK again.
I had problems with
average-dofs
reporting a singular matrix inMatrixToAffineParameters
.I checked with a debugger and the matrix values were fine, just rather small for my data, eg. 0.0005 etc. I added a couple more zeros to TOL and everything seems OK again.
https://github.com/BioMedIA/MIRTK/blob/master/Modules/Numerics/src/Matrix.cc#L1452
There are plenty of other TOLs in that file, it might make sense to revise some other too.
The text was updated successfully, but these errors were encountered: