Ask Your Question

dwbrito's profile - activity

2013-06-23 01:38:22 -0600 received badge  Student (source)
2013-06-21 05:56:18 -0600 asked a question How to use cvSolve() for QR Decomposition

How can one use cvSolve() function for the following decomposition

A = QR

where A is not necessarily square?

The documentation is not quite explaining for the method QR_DECOM

2013-06-15 12:43:33 -0600 asked a question Compute the orthonormal basis of a matrix

Hello,

I need to find the orthonormal basis for range of a matrix, basically this function

However, I haven't found anything that provides this capability in opencv.

I've tried working with cvSVD, but my results aren't correct.

Any clues?