Sparse Matrix solve
Hello Folks,
Does anyone have any knowledge if OpenCV solves Sparse Matrices? (Like Ax=b)
Thanks
Hi, As far as it seems, OpenCV doesn't support linear systems solving for sparse matrices - does it support for dense matrices? But, there are other packages like UMFPACK (see http://faculty.cse.tamu.edu/davis/sui...) that can do this. Now, one can, in principle, easily integrate it with OpenCV. Best regards, Alex
Asked: 2013-12-04 05:52:55 -0600
Seen: 1,043 times
Last updated: Dec 04 '13