Sparse Matrix solve
Hello Folks,
Does anyone have any knowledge if OpenCV solves Sparse Matrices? (Like Ax=b)
Thanks
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: 946 times
Last updated: Dec 04 '13
SparseMat constructed from Mat also storing zero values
How to Store Histogram Values using SparseMat
OPENCV dev 3.0.0 "DownhillSimplex Method" OpenCV Error: Assertion failed
Retrieve non-zero elements from a SparseMat while iterating through another
SparseMat spawning an breakpoint on .release()